Skip to content

Commit 149358d

Browse files
Merge pull request #248696 from normesta/normesta-reg-updates-12
Updating as per some discussions with PM
2 parents b2fa1bc + 257d397 commit 149358d

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

articles/storage/blobs/network-file-system-protocol-known-issues.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ author: normesta
66

77
ms.service: azure-data-lake-storage
88
ms.topic: conceptual
9-
ms.date: 06/23/2021
9+
ms.date: 08/18/2023
1010
ms.author: normesta
11-
ms.reviewer: yzheng
11+
1212
---
1313

1414
# Known issues with Network File System (NFS) 3.0 protocol support for Azure Blob Storage
@@ -26,6 +26,8 @@ This article describes limitations and known issues of Network File System (NFS)
2626

2727
- GRS, GZRS, and RA-GRS redundancy options aren't supported when you create an NFS 3.0 storage account.
2828

29+
- Access control lists (ACLs) can't be used to authorize an NFS 3.0 request. In fact, if the ACL or a blob or directory contains an entry for a named user or group, that file becomes inaccessible on the client for non-root users. You'll have to remove these entries to restore access to non-root users on the client. For information about how to remove an ACL entry for named users and groups, see [How to set ACLs](data-lake-storage-access-control.md#how-to-set-acls).
30+
2931
## NFS 3.0 features
3032

3133
The following NFS 3.0 features aren't yet supported.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ author: normesta
66

77
ms.service: storage
88
ms.topic: conceptual
9-
ms.date: 06/21/2023
9+
ms.date: 08/18/2023
1010
ms.author: normesta
11-
ms.reviewer: yzheng
11+
1212
---
1313

1414
# Mount Blob Storage by using the Network File System (NFS) 3.0 protocol
@@ -24,9 +24,9 @@ Your storage account must be contained within a virtual network. A virtual netwo
2424
2525
## Step 2: Configure network security
2626

27-
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, Azure Active Directory (Azure AD) security, and access control lists (ACLs), are not yet supported in accounts that have the NFS 3.0 protocol support enabled on them.
27+
Currently, the only way to secure the data in your storage account is by using a virtual network and other network security settings. See [Network security recommendations for Blob storage](security-recommendations.md#networking).
2828

29-
To secure the data in your account, see these recommendations: [Network security recommendations for Blob storage](security-recommendations.md#networking).
29+
Any other tools used to secure data, including account key authorization, Azure Active Directory (Azure AD) security, and access control lists (ACLs) can't be used to authorize an NFS 3.0 request. In fact, if you add an entry for a named user or group to the ACL of a blob or directory, that file becomes inaccessible on the client for non-root users. You would have to remove that entry to restore access to non-root users on the client.
3030

3131
> [!IMPORTANT]
3232
> 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.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ author: normesta
66

77
ms.service: storage
88
ms.topic: conceptual
9-
ms.date: 02/14/2023
9+
ms.date: 08/18/2023
1010
ms.author: normesta
11-
ms.reviewer: yzheng
11+
1212
---
1313

1414
# Network File System (NFS) 3.0 protocol support for Azure Blob Storage
@@ -54,7 +54,7 @@ For step-by-step guidance, see [Mount Blob storage by using the Network File Sys
5454

5555
## Network security
5656

57-
Traffic must originate from a VNet. A VNet enables clients to securely connect to your storage account. The only way to secure the data in your account is by using a VNet and other network security settings. Any other tool used to secure data including account key authorization, Azure Active Directory (AD) security, and access control lists (ACLs) are not yet supported in accounts that have the NFS 3.0 protocol support enabled on them.
57+
Traffic must originate from a VNet. A VNet enables clients to securely connect to your storage account. The only way to secure the data in your account is by using a VNet and other network security settings. Any other tool used to secure data including account key authorization, Azure Active Directory (AD) security, and access control lists (ACLs) can't be used to authorize an NFS 3.0 request.
5858

5959
To learn more, see [Network security recommendations for Blob storage](security-recommendations.md#networking).
6060

0 commit comments

Comments
 (0)