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-how-to-mount-nfs-shares.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,13 @@ If you haven't already done so, [create an NFS Azure file share](storage-files-h
38
38
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.
39
39
40
40
> [!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.
42
42
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 endpointor service endpoint
44
44
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).
46
46
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).
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.
52
50
@@ -57,6 +55,14 @@ Azure Files doesn't currently support encryption-in-transit with the NFS protoco
57
55
58
56
:::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":::
59
57
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).
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
99
105
100
106
## Step 4: Validate connectivity
101
107
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).
0 commit comments