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/storage-files-quick-create-use-linux.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ Now you're ready to create an NFS file share and provide network-level security
97
97
98
98
1. Select the storage account you created.
99
99
100
-
1.Select **Data storage > File shares** from the storage account pane.
100
+
1.In the service menu, under **Data storage**, select **File shares**.
101
101
102
102
1. Select **+ File Share**.
103
103
@@ -151,13 +151,13 @@ Azure Files doesn't currently support encryption-in-transit with the NFS protoco
151
151
152
152
1. Select the storage account you created.
153
153
154
-
1.Select **File shares** from the storage account pane.
154
+
1.In the service menu, under **Data storage**, select **File shares**.
155
155
156
156
1. Select the NFS file share that you created. Under **Secure transfer setting**, select **Change setting**.
157
157
158
158
:::image type="content" source="media/storage-files-quick-create-use-linux/secure-transfer-setting.png" alt-text="Screenshot showing how to change the secure transfer setting." lightbox="media/storage-files-quick-create-use-linux/secure-transfer-setting.png" border="true":::
159
159
160
-
1. Change the **Secure transfer required** setting to **Disabled**, and select **Save**. The setting change may take up to 30 seconds to take effect.
160
+
1. Change the **Secure transfer required** setting to **Disabled**, and select **Save**. The setting change can take up to 30 seconds to take effect.
161
161
162
162
:::image type="content" source="media/storage-files-quick-create-use-linux/disable-secure-transfer.png" alt-text="Screenshot showing how to disable the secure transfer setting." lightbox="media/storage-files-quick-create-use-linux/disable-secure-transfer.png" border="true":::
163
163
@@ -192,7 +192,7 @@ Now that you've created an NFS share, you have to mount it on your Linux client.
192
192
193
193
1. Select the storage account you created.
194
194
195
-
1.Select **File shares** from the storage account pane and select the NFS file share you created.
195
+
1.In the service menu, under **Data storage**, select **File shares**, and then select the NFS file share you created.
196
196
197
197
1. You should see **Connect to this NFS share from Linux** along with sample commands to use NFS on your Linux distribution and a mounting script that contains the required mount options. For other recommended mount options, see [Mount NFS Azure file share on Linux](storage-files-how-to-mount-nfs-shares.md#mount-options).
0 commit comments