Public Preview: Use Azure Blob Storage on Windows as a file share using Network File System(NFS) 3.0
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:
- 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.
- 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.
- 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.
- 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
Published on:
Learn moreRelated posts
Fabric Mirroring for Azure Cosmos DB: Public Preview Refresh Now Live with New Features
We’re thrilled to announce the latest refresh of Fabric Mirroring for Azure Cosmos DB, now available with several powerful new features that e...
Power Platform – Use Azure Key Vault secrets with environment variables
We are announcing the ability to use Azure Key Vault secrets with environment variables in Power Platform. This feature will reach general ava...
Validating Azure Key Vault Access Securely in Fabric Notebooks
Working with sensitive data in Microsoft Fabric requires careful handling of secrets, especially when collaborating externally. In a recent cu...
Azure Developer CLI (azd) – May 2025
This post announces the May release of the Azure Developer CLI (`azd`). The post Azure Developer CLI (azd) – May 2025 appeared first on ...
Azure Cosmos DB with DiskANN Part 4: Stable Vector Search Recall with Streaming Data
Vector Search with Azure Cosmos DB In Part 1 and Part 2 of this series, we explored vector search with Azure Cosmos DB and best practices for...
General Availability for Data API in vCore-based Azure Cosmos DB for MongoDB
Title: General Availability for Data API in vCore-based Azure Cosmos DB for MongoDB We’re excited to announce the general availability of the ...
Efficiently and Elegantly Modeling Embeddings in Azure SQL and SQL Server
Storing and querying text embeddings in a database it might seem challenging, but with the right schema design, it’s not only possible, ...