Skip to content

Commit f6dc124

Browse files
committed
remove secure transfer from mount doc
1 parent 04da52e commit f6dc124

File tree

5 files changed

+4
-15
lines changed

5 files changed

+4
-15
lines changed
59.1 KB
Loading

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

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: khdownie
55
ms.service: azure-file-storage
66
ms.custom: linux-related-content, references_regions
77
ms.topic: how-to
8-
ms.date: 05/27/2025
8+
ms.date: 07/01/2025
99
ms.author: kendownie
1010
# Customer intent: As a Linux system administrator, I want to mount an NFS Azure file share, so that I can securely access and manage data stored in Azure from my Linux environment.
1111
---
@@ -47,17 +47,6 @@ NFS file shares can only be accessed from trusted networks. Currently, the only
4747

4848
To use NFS Azure file shares, you must either [create a private endpoint](storage-files-networking-endpoints.md#create-a-private-endpoint) (recommended) or [restrict access to your public endpoint](storage-files-networking-endpoints.md#restrict-public-endpoint-access).
4949

50-
### Disable secure transfer
51-
52-
Follow these steps to disable secure transfer on your storage account. Alternatively, you can [enable encryption in transit (preview)](encryption-in-transit-for-nfs-shares.md).
53-
54-
1. Sign in to the [Azure portal](https://portal.azure.com/) and access the storage account containing the NFS share you created.
55-
1. Select **Configuration**.
56-
1. Select **Disabled** for **Secure transfer required**.
57-
1. Select **Save**.
58-
59-
:::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":::
60-
6150
### Enable hybrid access through VPN or ExpressRoute (optional)
6251

6352
To enable hybrid access to an NFS Azure file share, use one of the following networking solutions:
@@ -75,10 +64,10 @@ You can mount the share using the Azure portal. You can also create a record in
7564
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).
7665

7766
1. Once the file share is created, select the share and select **Connect from Linux**.
78-
1. Enter the mount path you'd like to use, then copy the script.
67+
1. Enter the mount path you'd like to use, then copy the script. 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. Once installed, you can use the provided AZNFS mount script to securely mount the share using [Encyption in Transit](encryption-in-transit-for-nfs-shares.md).
7968
1. Connect to your client and use the provided mounting script. Only the required mount options are included in the script, but you can add other [recommended mount options](#mount-options).
8069

81-
:::image type="content" source="media/storage-files-how-to-create-mount-nfs-shares/mount-nfs-file-share-script.png" alt-text="Screenshot of file share connect blade.":::
70+
:::image type="content" source="media/storage-files-how-to-mount-nfs-shares/mount-nfs-share.png" alt-text="Screenshot showing how to connect to an N F S file share from Linux using a provided mounting script." lightbox="media/storage-files-how-to-mount-nfs-shares/mount-nfs-share.png" border="true":::
8271

8372
The NFS file share is now mounted.
8473

includes/files-nfs-limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ ms.date: 05/12/2025
99
ms.author: kendownie
1010
ms.custom: "include file"
1111
---
12-
Currently, only NFS version 4.1 is supported. NFSv4.1 shares are only supported within the **FileStorage** storage account type (premium file shares only).
12+
Currently, only NFS version 4.1 is supported. NFSv4.1 shares are only supported within the **FileStorage** storage account type (SSD file shares only).
1313

1414
NFS Azure file shares support most features from the 4.1 protocol specification. Some features aren't supported, such as Kerberos authentication and delegations and callback of all kinds.

0 commit comments

Comments
 (0)