Skip to content

Commit 828de64

Browse files
Merge pull request #226440 from khdownie/kendownie020623
updating prereqs
2 parents f2b6429 + 588eba5 commit 828de64

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to mount a Network File System (NFS) Azure file share on
44
author: khdownie
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 10/21/2022
7+
ms.date: 02/06/2023
88
ms.author: kendownie
99
ms.subservice: files
1010
ms.custom: references_regions
@@ -14,7 +14,7 @@ ms.custom: references_regions
1414

1515
Azure file shares can be mounted in Linux distributions using either the Server Message Block (SMB) protocol or the Network File System (NFS) protocol. This article is focused on mounting with NFS. For details on mounting SMB Azure file shares, see [Use Azure Files with Linux](storage-how-to-use-files-linux.md). For details on each of the available protocols, see [Azure file share protocols](storage-files-planning.md#available-protocols).
1616

17-
## Limitations
17+
## Support
1818

1919
[!INCLUDE [files-nfs-limitations](../../../includes/files-nfs-limitations.md)]
2020

@@ -28,9 +28,10 @@ Azure file shares can be mounted in Linux distributions using either the Server
2828
- Open port 2049 on the client you want to mount your NFS share to.
2929

3030
> [!IMPORTANT]
31-
> NFS shares can only be accessed from trusted networks. Connections to your NFS share must originate from one of the following sources:
32-
- Use one of the following networking solutions:
33-
- 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).
31+
> NFS shares can only be accessed from trusted networks.
32+
33+
- 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).
34+
- To enable hybrid access to an NFS Azure file share, use one of the following networking solutions:
3435
- [Configure a Point-to-Site (P2S) VPN on Linux for use with Azure Files](storage-files-configure-p2s-vpn-linux.md).
3536
- [Configure a Site-to-Site VPN for use with Azure Files](storage-files-configure-s2s-vpn.md).
3637
- Configure [ExpressRoute](../../expressroute/expressroute-introduction.md).

0 commit comments

Comments
 (0)