Skip to content

Commit 83d57b6

Browse files
Merge pull request #302093 from khdownie/kendownie070125
remove secure transfer section
2 parents 3a2faf9 + b3fc637 commit 83d57b6

File tree

5 files changed

+2
-20
lines changed

5 files changed

+2
-20
lines changed
-10.1 KB
Loading
-42.3 KB
Loading

articles/storage/files/storage-files-quick-create-use-linux.md

Lines changed: 2 additions & 20 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
77
ms.topic: tutorial
8-
ms.date: 05/27/2025
8+
ms.date: 07/01/2025
99
ms.author: kendownie
1010
# Customer intent: "As an IT admin evaluating Azure Files, I want to create an NFS file share and mount it on a Linux VM, so that I can assess its performance and integration with my existing workflows."
1111
---
@@ -148,24 +148,6 @@ Next, set up a private endpoint for your storage account. This gives your storag
148148

149149
1. Azure will attempt to validate the private endpoint. When validation is complete, select **Create**. You'll see a notification that deployment is in progress. After a few minutes, you should see a notification that deployment is complete.
150150

151-
### Disable secure transfer
152-
153-
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).
154-
155-
1. Select **Home** and then **Storage accounts**.
156-
157-
1. Select the storage account you created.
158-
159-
1. In the service menu, under **Data storage**, select **File shares**.
160-
161-
1. Select the NFS file share that you created. Under **Secure transfer setting**, select **Change setting**.
162-
163-
:::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":::
164-
165-
1. Change the **Secure transfer required** setting to **Disabled**, and select **Save**. The setting change can take up to 30 seconds to take effect.
166-
167-
:::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":::
168-
169151
## Connect to your VM
170152

171153
Create an SSH connection with the VM.
@@ -199,7 +181,7 @@ Now that you've created an NFS share, you have to mount it on your Linux client.
199181

200182
1. In the service menu, under **Data storage**, select **File shares**, and then select the NFS file share you created.
201183

202-
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).
184+
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). 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).
203185

204186
> [!IMPORTANT]
205187
> The provided mounting script will mount the NFS share only until the Linux machine is rebooted. To automatically mount the share every time the machine reboots, see [Mount an NFS share using /etc/fstab](storage-files-how-to-mount-nfs-shares.md#mount-an-nfs-share-using-etcfstab).

0 commit comments

Comments
 (0)