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
@@ -106,7 +106,7 @@ Currently, NFS 4.1 shares are only available as premium file shares. To deploy a
106
106
# [Portal](#tab/azure-portal)
107
107
To create a FileStorage storage account, navigate to the Azure portal.
108
108
109
-
1. In the Azure portal, select **Storage Accounts** on the left menu.
109
+
1. In the [Azure portal](https://portal.azure.com/), select **Storage Accounts** on the left menu.
110
110
111
111

112
112
@@ -162,6 +162,32 @@ az storage account create \
162
162
```
163
163
---
164
164
165
+
## Disable secure transfer
166
+
167
+
You can't mount an NFS file share unless you disable secure transfer.
168
+
169
+
# [Portal](#tab/azure-portal)
170
+
171
+
1. Navigate to the storage account you created.
172
+
1. Select **Configuration**.
173
+
1. Select **Disabled** for **Secure transfer required**.
174
+
1. Select **Save**.
175
+
176
+
:::image type="content" source="media/storage-files-how-to-mount-nfs-shares/disable-secure-transfer.png" alt-text="Screenshot of storage account configuration screen with secure transfer disabled." lightbox="media/storage-files-how-to-mount-nfs-shares/disable-secure-transfer.png":::
Copy file name to clipboardExpand all lines: articles/storage/files/storage-files-how-to-mount-nfs-shares.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to mount a Network File System share.
4
4
author: roygara
5
5
ms.service: storage
6
6
ms.topic: how-to
7
-
ms.date: 07/01/2021
7
+
ms.date: 10/25/2021
8
8
ms.author: rogarana
9
9
ms.subservice: files
10
10
ms.custom: references_regions
@@ -37,12 +37,12 @@ ms.custom: references_regions
37
37
38
38
## Disable secure transfer
39
39
40
-
1. Sign in to the Azure portal and access the storage account containing the NFS share you created.
40
+
1. Sign in to the [Azure portal](https://portal.azure.com/) and access the storage account containing the NFS share you created.
41
41
1. Select **Configuration**.
42
42
1. Select **Disabled** for **Secure transfer required**.
43
43
1. Select **Save**.
44
44
45
-
:::image type="content" source="media/storage-files-how-to-mount-nfs-shares/storage-account-disable-secure-transfer.png" alt-text="Screenshot of storage account configuration screen with secure transfer disabled.":::
45
+
:::image type="content" source="media/storage-files-how-to-mount-nfs-shares/disable-secure-transfer.png" alt-text="Screenshot of storage account configuration screen with secure transfer disabled." lightbox="media/storage-files-how-to-mount-nfs-shares/disable-secure-transfer.png":::
0 commit comments