Skip to content

Commit e1c464d

Browse files
Merge pull request #307347 from khdownie/kendownie102425
add storage explorer support
2 parents 891a534 + a5b2fe6 commit e1c464d

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

articles/storage/files/files-nfs-protocol.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about file shares hosted in Azure Files using the Network Fil
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: concept-article
7-
ms.date: 07/11/2025
7+
ms.date: 10/24/2025
88
ms.author: kendownie
99
ms.custom: references_regions
1010
# Customer intent: "As a DevOps engineer, I want to deploy and manage NFS file shares in Azure Files, so that I can support Linux-based applications and workloads that require POSIX compliance and efficient data access."
@@ -45,10 +45,10 @@ NFS file shares are often used in the following scenarios:
4545

4646
## Features
4747

48-
- Fully POSIX-compliant file system.
49-
- Hard link support.
50-
- Symbolic link support.
51-
- NFS file shares currently only support most features from the [4.1 protocol specification](https://tools.ietf.org/html/rfc5661). Some features such as delegations and callback of all kinds, Kerberos authentication, and ACLs aren't supported.
48+
- Fully POSIX-compliant file system
49+
- Hard link support
50+
- Symbolic link support
51+
- NFS Azure file shares currently support most features from the [4.1 protocol specification](https://tools.ietf.org/html/rfc5661). Some features such as delegations and callback of all kinds, Kerberos authentication, and ACLs aren't supported.
5252

5353
> [!NOTE]
5454
> Creating a hard link from an existing symbolic link isn't currently supported.
@@ -57,7 +57,7 @@ NFS file shares are often used in the following scenarios:
5757

5858
All data stored in Azure Files is encrypted at rest using Azure storage service encryption (SSE). Storage service encryption works similarly to BitLocker on Windows: data is encrypted beneath the file system level. Because data is encrypted beneath the Azure file share's file system, as it's encoded to disk, you don't have to have access to the underlying key on the client to read or write to the Azure file share. Encryption at rest applies to both the SMB and NFS protocols.
5959

60-
For [encryption in transit](encryption-in-transit-for-nfs-shares.md), Azure Files NFS v4.1 volumes enhance network security by enabling secure TLS connections between the server and the client, protecting data in transit from interception.
60+
For [encryption in transit](encryption-in-transit-for-nfs-shares.md), Azure Files NFSv4.1 volumes enhance network security by enabling secure TLS connections between the server and the client, protecting data in transit from interception.
6161
Azure provides a layer of encryption for all data in transit between Azure datacenters using [MACSec](https://en.wikipedia.org/wiki/IEEE_802.1AE). Through this, encryption exists when data is transferred between Azure data centers.
6262

6363
Unlike Azure Files using the SMB protocol, file shares using the NFS protocol don't offer user-based authentication. Authentication for NFS shares is based on the configured network security rules. Due to this, to ensure only secure connections are established to your NFS share, you must set up either a private endpoint or a service endpoint for your storage account.
@@ -79,7 +79,7 @@ For more details on the available networking options, see [Azure Files networkin
7979

8080
## Support for Azure Storage features
8181

82-
The following table shows the current level of support for Azure Storage features in accounts that have the NFS 4.1 feature enabled.
82+
The following table shows the current level of feature support for NFS Azure file shares.
8383

8484
The status of items that appear in this table might change over time as support continues to expand.
8585

@@ -108,8 +108,8 @@ The status of items that appear in this table might change over time as support
108108
| [Azure file share snapshots](storage-snapshots-files.md)| ✔️ |
109109
| [GRS or GZRS redundancy types](storage-files-planning.md#redundancy)||
110110
| [AzCopy](../common/storage-use-azcopy-v10.md?toc=/azure/storage/files/toc.json)| ✔️ |
111-
| Azure Storage Explorer| |
112-
| Azure Storage Explorer on Azure portal||
111+
| Azure Storage Explorer| ✔️ |
112+
| Azure Storage Browser on Azure portal||
113113
| Support for more than 16 groups||
114114

115115
## Regional availability
@@ -118,7 +118,7 @@ NFS Azure file shares are supported in all regions that support SSD file shares.
118118

119119
## Performance
120120

121-
NFS Azure file shares are only offered on SSD file shares, which store data on solid-state drives (SSD). In provisioned v2 model, you get to customize on provisioned capactiy, IOPS, and throughput independently. See the [provisioned v2 model](understanding-billing.md#provisioned-v2-model) section of the **Understanding billing** article to understand more. In provisioned v1 model, the IOPS and throughput of NFS shares scale with the provisioned capacity. See the [provisioned v1 model](understanding-billing.md#provisioned-v1-model) section of the **Understanding billing** article to understand the formulas for IOPS, IO bursting, and throughput. The average IO latencies are low-single-digit-millisecond for small IO size, while average metadata latencies are high-single-digit-millisecond. Metadata heavy operations such as untar and workloads like WordPress might face additional latencies due to the high number of open and close operations.
121+
NFS Azure file shares are only offered on SSD file shares, which store data on solid-state drives (SSD). In the provisioned v2 model, you get to customize on provisioned capactiy, IOPS, and throughput independently. See the [provisioned v2 model](understanding-billing.md#provisioned-v2-model) to understand more. In the provisioned v1 model, the IOPS and throughput of NFS shares scale with the provisioned capacity. See the [provisioned v1 model](understanding-billing.md#provisioned-v1-model) to understand the formulas for IOPS, IO bursting, and throughput. The average IO latencies are low-single-digit-millisecond for small IO size, while average metadata latencies are high-single-digit-millisecond. Metadata heavy operations such as untar and workloads like WordPress might face additional latencies due to the high number of open and close operations.
122122

123123
> [!NOTE]
124124
> You can use the `nconnect` Linux mount option to improve performance for NFS Azure file shares at scale. For more information, see [Improve NFS Azure file share performance](nfs-performance.md).
@@ -132,5 +132,5 @@ NFS has been validated to work well with workloads such as SAP application layer
132132

133133
## Next steps
134134

135-
- [Create an NFS file share](create-classic-file-share.md)
135+
- [Create a classic file share](create-classic-file-share.md)
136136
- [Compare access to Azure Files, Blob Storage, and Azure NetApp Files with NFS](../common/nfs-comparison.md?toc=/azure/storage/files/toc.json)

0 commit comments

Comments
 (0)