You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/files/nfs-nconnect-performance.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,16 @@ Depending on your workload requirements, it’s important to correctly size the
59
59
Queue depth is the number of pending I/O requests that a storage resource can service. We don't recommend exceeding the optimal queue depth of 64. If you do, you won't see any more performance gains. For more information, see [Queue depth](understand-performance.md#queue-depth).
60
60
61
61
### `Nconnect` per-mount configuration
62
-
If a workload requires mounting multiple shares with one or more storage accounts with different `nconnect` settings from a single client, we can't guarantee that those settings will persist when mounting over the public endpoint. Per-mount configuration is only supported when a single Azure file share is used per storage account over the private endpoint as described in Scenario 2.
62
+
If a workload requires mounting multiple shares with one or more storage accounts with different `nconnect` settings from a single client, we can't guarantee that those settings will persist when mounting over the public endpoint. Per-mount configuration is only supported when a single Azure file share is used per storage account over the private endpoint as described in Scenario 1.
63
63
64
-
#### Scenario 1: (not supported) `nconnect` per-mount configuration over public endpoint
64
+
#### Scenario 1: (supported) `nconnect` per-mount configuration over private endpoint with multiple storage accounts
@@ -72,13 +79,6 @@ If a workload requires mounting multiple shares with one or more storage account
72
79
> [!NOTE]
73
80
> Even if the storage account resolves to different IP address, we can't guarantee that address will persist because public endpoints aren't static addresses.
74
81
75
-
#### Scenario 2: (supported) `nconnect` per-mount configuration over private endpoint with multiple storage accounts
0 commit comments