Skip to content

Commit 4569637

Browse files
Merge pull request #231558 from khdownie/kendownie032123-2
nconnect references
2 parents 9ecddf2 + d80f1f6 commit 4569637

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ The status of items that appear in this table may change over time as support co
8989
## Performance
9090
NFS Azure file shares are only offered on premium file shares, which store data on solid-state drives (SSD). The IOPS and throughput of NFS shares scale with the provisioned capacity. See the [provisioned model](understanding-billing.md#provisioned-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 may face additional latencies due to the high number of open and close operations.
9191

92+
> [!NOTE]
93+
> 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 with nconnect](nfs-nconnect-performance.md).
94+
9295
## Workloads
9396
> [!IMPORTANT]
9497
> Before using NFS Azure file shares in production, see [Troubleshoot NFS Azure file shares](files-troubleshoot-linux-nfs.md) for a list of known issues.

articles/storage/files/files-troubleshoot-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ One potential cause is a lack of SMB multi-channel support for standard file sha
190190
- Obtaining a VM with a bigger core might help improve throughput.
191191
- Running the client application from multiple VMs will increase throughput.
192192
- Use REST APIs where possible.
193-
- For NFS file shares, nconnect is available, in preview. Not recommended for production workloads.
193+
- For NFS Azure file shares, `nconnect` is available. See [Improve NFS Azure file share performance with nconnect](nfs-nconnect-performance.md).
194194

195195

196196
<a id="slowperformance"></a>

articles/storage/files/storage-files-how-to-mount-nfs-shares.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ Azure file shares can be mounted in Linux distributions using either the Server
4747

4848
## Mount an NFS share using the Azure portal
4949

50+
> [!NOTE]
51+
> 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 with nconnect](nfs-nconnect-performance.md).
52+
5053
1. Once the file share is created, select the share and select **Connect from Linux**.
5154
1. Enter the mount path you'd like to use, then copy the script.
5255
1. Connect to your client and use the provided mounting script.

0 commit comments

Comments
 (0)