Query on FileRest vs SMB/NFS.

Divyanshu Gupta 20 Reputation points
2024-03-15T04:33:31.8933333+00:00

Hi Microsoft Community,
I was reading through the Azure File REST API documentation for an integration use case. I came across this page where it's specified that NFS file shares are not supported (https://learn.microsoft.com/en-us/rest/api/storageservices/operations-on-directories). Could you specify what NFS file shares mean here? Would it be inaccessible by File REST API once it is mounted on a Linux client using NFS protocol? What is the dependency of the protocol used on the REST API calls? What are the other limitations we need to keep in mind w.r.t. file shares that cannot be accessed by this API?
Please refer to this too https://learn.microsoft.com/en-us/rest/api/storageservices/operations-on-files.

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,944 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sumarigo-MSFT 45,416 Reputation points Microsoft Employee
    2024-03-18T15:14:14.14+00:00

    @Divyanshu Gupta Apologies for the delay response!

    When you create an SSD file share, you have a choice between the SMB and NFS protocol. After you’ve created the file share, this property is unchangeable. NFS file shares do not support FileREST today. It has nothing to do with NFS clients having mounted the share with NFS, it just doesn’t support FileREST at all. 

    We are adding support for FileREST on NFS file shares. The primary reason we are doing this is to enable value added services, like Azure Backup or Storage Mover, on NFS file shares. This should be coming later this year. We don’t have an ETA for now.

    Get the latest updates on Azure products and features to meet your cloud investment needs. Subscribe to notifications to stay informed. Azure updates

    Please let us know if you have any further queries. I’m happy to assist you further.    


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


0 additional answers

Sort by: Most helpful