Skip to content

Commit 8fc5725

Browse files
committed
Adam Groves edits
1 parent e7ace6f commit 8fc5725

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/storage/files/nfs-nconnect-performance.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,16 @@ Depending on your workload requirements, it’s important to correctly size the
5959
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).
6060

6161
### `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.
6363

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
65+
66+
- StorageAccount.file.core.windows.net = 10.10.10.10
67+
- StorageAccount2.file.core.windows.net = 10.10.10.11
68+
- `Mount StorageAccount.file.core.windows.net:/FileShare1 nconnect=4`
69+
- `Mount StorageAccount2.file.core.windows.net:/FileShare1`
70+
71+
#### Scenario 2: (not supported) `nconnect` per-mount configuration over public endpoint
6572

6673
- StorageAccount.file.core.windows.net = 52.239.238.8
6774
- StorageAccount2.file.core.windows.net = 52.239.238.7
@@ -72,13 +79,6 @@ If a workload requires mounting multiple shares with one or more storage account
7279
> [!NOTE]
7380
> 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.
7481
75-
#### Scenario 2: (supported) `nconnect` per-mount configuration over private endpoint with multiple storage accounts
76-
77-
- StorageAccount.file.core.windows.net = 10.10.10.10
78-
- StorageAccount2.file.core.windows.net = 10.10.10.11
79-
- `Mount StorageAccount.file.core.windows.net:/FileShare1 nconnect=4`
80-
- `Mount StorageAccount2.file.core.windows.net:/FileShare1`
81-
8282
#### Scenario 3: (not supported) `nconnect` per-mount configuration over private endpoint with multiple shares on single storage account
8383

8484
- StorageAccount.file.core.windows.net = 10.10.10.10

0 commit comments

Comments
 (0)