Skip to content

Commit cafd7f4

Browse files
authored
Update storage-files-how-to-mount-nfs-shares.md
1 parent 4ddc967 commit cafd7f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can mount the share using the AZNFS mount helper in Azure portal, or you can
6161

6262
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#nfs-nconnect).
6363

64-
### Mount an NFS share using the Azure portal
64+
### Mount an NFS share using the Azure portal (Recommended)
6565

6666
1. Once the file share is created, select the share and then select **Connect from Linux**.
6767
2. Enter the mount path you'd like to use, then copy the script and run it on your client. Azure portal offers a step-by-step, ready-to-use installation script tailored to your selected Linux distribution for installing the AZNFS mount helper package and to securely mount the share using [Encyption in Transit](encryption-in-transit-for-nfs-shares.md). Only the required mount options are included in the script, but you can add other [recommended mount options](#mount-options).
@@ -70,9 +70,9 @@ You can use the `nconnect` Linux mount option to improve performance for NFS Azu
7070

7171
The NFS file share is now mounted.
7272

73-
### Mount an NFS share using the native NFS mount in command line
73+
### Mount an NFS share using the NFS client mount in command line
7474

75-
Alternatively, if the AZNFS mount helper installation and commands available in Azure Portal don't work for your environment, you can also mount the file share using the native NFS mount commands in CLI. Select the tab below for your Linux distribution to see the commands you need to run. Be sure to replace `<YourStorageAccountName>` and `<FileShareName>` with your information.
75+
Alternatively, you can also mount the Azure file share using NFS client mount in command line. Select the tab below for your Linux distribution to see the commands you need to run. Be sure to replace `<YourStorageAccountName>` and `<FileShareName>` with your information.
7676

7777
# [Ubuntu/Debian](#tab/Ubuntu)
7878
```bash

0 commit comments

Comments
 (0)