Skip to content

Commit 9cd6f0c

Browse files
committed
more fixes
1 parent 66a96cf commit 9cd6f0c

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

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

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,13 @@ If you haven't already done so, [create an NFS Azure file share](storage-files-h
3838
NFS shares can only be accessed from trusted networks. Currently, the only way to secure the data in your storage account is by using a virtual network and other network security settings. Any other tools used to secure data, including account key authorization, Microsoft Entra security, and access control lists (ACLs) can't be used to authorize an NFSv4.1 request.
3939

4040
> [!IMPORTANT]
41-
> The NFSv4.1 protocol runs on port 2049. If you're connecting from an on-premises network, make sure that your client allows outgoing communication through those ports. If you've granted access to specific VNets, make sure that any network security groups associated with those VNets don't contain security rules that block incoming communication through those ports.
41+
> The NFSv4.1 protocol runs on port 2049. If you're connecting from an on-premises network, make sure that your client allows outgoing communication through port 2049. If you've granted access to specific VNets, make sure that any network security groups associated with those VNets don't contain security rules that block incoming communication through port 2049.
4242
43-
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).
43+
### Create a private endpoint or service endpoint
4444

45-
To enable hybrid access to an NFS Azure file share, use one of the following networking solutions:
45+
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).
4646

47-
- [Configure a Point-to-Site (P2S) VPN](storage-files-configure-p2s-vpn-linux.md).
48-
- [Configure a Site-to-Site VPN](storage-files-configure-s2s-vpn.md).
49-
- Configure [ExpressRoute](../../expressroute/expressroute-introduction.md).
47+
### Disable secure transfer
5048

5149
Azure Files doesn't currently support encryption-in-transit with the NFS protocol and relies instead on network-level security. Therefore, you'll need to disable secure transfer on your storage account.
5250

@@ -57,6 +55,14 @@ Azure Files doesn't currently support encryption-in-transit with the NFS protoco
5755

5856
:::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":::
5957

58+
### Enable hybrid access through VPN or ExpressRoute (optional)
59+
60+
To enable hybrid access to an NFS Azure file share, use one of the following networking solutions:
61+
62+
- [Configure a Point-to-Site (P2S) VPN](storage-files-configure-p2s-vpn-linux.md).
63+
- [Configure a Site-to-Site (S2S) VPN](storage-files-configure-s2s-vpn.md).
64+
- Configure [ExpressRoute](../../expressroute/expressroute-introduction.md).
65+
6066
## Step 3: Mount an NFS Azure file share
6167

6268
You can mount the share using the Azure portal. You can also create a record in the **/etc/fstab** file to automatically mount the share every time the Linux server or VM boots.
@@ -99,7 +105,7 @@ The following mount options are recommended or required when mounting NFS Azure
99105

100106
## Step 4: Validate connectivity
101107

102-
If your mount failed, it's possible that your private endpoint wasn't set up correctly or isn't accessible. For details on confirming connectivity, see [Verify connectivity](storage-files-networking-endpoints.md#verify-connectivity).
108+
If your mount fails, it's possible that your private endpoint wasn't set up correctly or isn't accessible. For details on confirming connectivity, see [Verify connectivity](storage-files-networking-endpoints.md#verify-connectivity).
103109

104110
## NFS file share snapshots
105111

0 commit comments

Comments
 (0)