Blog Post

Azure Storage Blog
2 MIN READ

Public Preview: Use Azure Blob Storage on Windows as a file share using Network File System(NFS) 3.0

niranja1890's avatar
niranja1890
Icon for Microsoft rankMicrosoft
Mar 26, 2024

Azure Blob Storage team is announcing the Public Preview of the capability to use Blob storage on Windows using Network File System (NFS) 3.0 protocol, while capability to access Blob Storage using NFS on Linux is generally available (GA).

Standard NFS version 3.0 protocol is natively supported as a Storage Endpoint, and typically used in large scale read-heavy workloads. Mounting Blob Storage as a file share using NFS has following advantages:

  • Works with existing applications - Customer can take advantage of widely used NFS protocol with POSIX compliance on top of Blob Storage on cloud without refactoring their existing applications. They can easily replace the path of on-premises file share with path of Blob Storage mounted as a file share using NFS.
  • Open & Interoperable - Customer can bring data via. rest or sftp protocol and operate on the same data using NFS and vice versa.
  • Scalable & Performant – Offers petabyte scale and high throughput as it is built on top of Azure Blob Storage.
  • Durable & Available – Multiple redundancy options to protect customers from disaster and data loss.
  • Manageable and Secure - Data management and security features such as lifecycle management, immutable storage, customer-managed key for encryption.
  • Cost efficient - Flexible pay-as-you-go blob pricing model allows for cost-optimizations and low total cost of ownership (TCO). Data is billed at the same rate as Azure Blob Storage capacity charges.

Some of the common use cases of using Blob Storage mounted as a file share via. NFS on Windows   are as follows:

  1. Analytics – Windows analytics applications can operate on the large amount of data stored on Blob Storage as a file share on Windows reducing the cost of data storage with advantages of high throughput and TPS.
  2. Multi-client log aggregation – Applications running on multiple Windows/Linux nodes can mount the same Blob Storage account as a file share and aggregate the logs in a single storage account for analytics purpose.
  3. Database backup – Customer can take backup of databases running on Windows (like SAP, Oracle) directly to Blob Storage on cloud for cost reductions, high durability, and high availability. They can provide the path of Azure Blob Storage as a file share for the backup destination in database applications instead of local storage.
  4. Moving/Archiving date to Azure Blob storage using NFS – Customers moving data to cloud from Windows environment can use the simplified method of copying to Blob Storage as a file share without making changes to their existing application.

How to get started:

Please sign up here and provide your details.

Customers can use a collection of PowerShell commands to assist in mounting of Azure Blob NFS storage containers through the Windows Subsystem for Linux (WSL) on Windows OS. Please follow the detailed steps mentioned here.

Please reach out to us if you have any questions or suggestion here.

 

To learn more, please refer:

Network File System (NFS) 3.0 protocol support for Azure Blob Storage

Mount Blob Storage by using the Network File System (NFS) 3.0 protocol on Linux

Mount Blob Storage by using the Network File System (NFS) 3.0 protocol on Windows

Updated Mar 26, 2024
Version 1.0

2 Comments

  • ekunduraci's avatar
    ekunduraci
    Copper Contributor

    Hi,

    Anyone from the same VNET looks like can mount the Blob Container

    is there any plan to harden the security by mounting the blob with Access Key or SAS?

     

     

     

  • albertozgz's avatar
    albertozgz
    Copper Contributor

    Hello niranja1890 

    Sounds very interesting for End User Laptops with windows (Sometimes Az Storage Explorer is not the best)
    I have an error, but I have 2 questions that can be related

    * Q1:  Is this Compatible with with Az Storage Firewall enabled + Private EndPoint + VPN ?

    * Q2:  Storage Blob Data Reader at container (No storage) level enough to mount ?

     

    Error:

     

    mount.nfs: mounting 10.161.XX.XX:/stweXXX/backups failed, reason given by server: No such file or directory Mount failed!

     

    (I can see from Az Storage Explorer  & Az Copy but I can't mount the NFS)