Possible to push to Azure fileshare?

Hi,

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?

Thanks!

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.

(See the Azure docs for info on how to mount your share with SMB or NFS: Introduction to Azure Files | Microsoft Learn)

1 Like