Skip to content

Commit 2cf3b4a

Browse files
committed
Updating a note as per CSS recommendation
1 parent 6444a01 commit 2cf3b4a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/storage/blobs/network-file-system-protocol-support-how-to.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: normesta
77
ms.subservice: blobs
88
ms.service: storage
99
ms.topic: conceptual
10-
ms.date: 06/21/2021
10+
ms.date: 02/14/2023
1111
ms.author: normesta
1212
ms.reviewer: yzheng
1313
ms.custom: devx-track-azurepowershell
@@ -30,6 +30,9 @@ Currently, the only way to secure the data in your storage account is by using a
3030

3131
To secure the data in your account, see these recommendations: [Network security recommendations for Blob storage](security-recommendations.md#networking).
3232

33+
> [!IMPORTANT]
34+
> The NFS 3.0 protocol uses ports 111 and 2048. If you're connecting from an on-premises network, make sure that your client allows outgoing communication through those ports. If you have 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.
35+
3336
## Step 3: Create and configure a storage account
3437

3538
To mount a container by using NFS 3.0, you must create a storage account. You can't enable existing accounts.

articles/storage/blobs/network-file-system-protocol-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: normesta
77
ms.subservice: blobs
88
ms.service: storage
99
ms.topic: conceptual
10-
ms.date: 01/24/2023
10+
ms.date: 02/14/2023
1111
ms.author: normesta
1212
ms.reviewer: yzheng
1313
---
@@ -80,7 +80,7 @@ A client can connect over a public or a [private endpoint](../common/storage-pri
8080
This can be done by using [VPN Gateway](../../vpn-gateway/vpn-gateway-about-vpngateways.md) or an [ExpressRoute gateway](../../expressroute/expressroute-howto-add-gateway-portal-resource-manager.md) along with [Gateway transit](/azure/architecture/reference-architectures/hybrid-networking/vnet-peering#gateway-transit).
8181

8282
> [!IMPORTANT]
83-
> If you're connecting from an on-premises network, make sure that your client allows outgoing communication through ports 111 and 2048. The NFS 3.0 protocol uses these ports.
83+
> The NFS 3.0 protocol uses ports 111 and 2048. If you're connecting from an on-premises network, make sure that your client allows outgoing communication through those ports. If you have 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.
8484
8585
<a id="azure-storage-features-not-yet-supported"></a>
8686

0 commit comments

Comments
 (0)