I’m attempting to authenticate and push to Azure using dvc.
I can successfully push to an Azure blob, but when I attempt to connect to an Azure Filshare endpoint my dvc push call returns that the container can’t be found.
Is there anyway to configure dvc to push to a Azure fileshare instead of a blob container?
DVC only has native support for Azure blob storage, Azure Files is not directly supported as a DVC remote type. However, what you could do is mount your fileshare onto your system via SMB or NFS and then configure the mounted share as a local remote.