Skip to content

Commit c99198c

Browse files
Merge pull request #229104 from khdownie/kendownie030123
note that NFS ACLs are not supported
2 parents 3bc1947 + cf90243 commit c99198c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/files/files-nfs-protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Azure Files offers two industry-standard file system protocols for mounting Azur
1616
This article covers NFS Azure file shares. For information about SMB Azure file shares, see [SMB file shares in Azure Files](files-smb-protocol.md).
1717

1818
> [!IMPORTANT]
19-
> NFS Azure file shares aren't supported for Windows clients. Before using NFS Azure file shares in production, see [Troubleshoot NFS Azure file shares](files-troubleshoot-linux-nfs.md) for a list of known issues.
19+
> NFS Azure file shares aren't supported for Windows. Before using NFS Azure file shares in production, see [Troubleshoot NFS Azure file shares](files-troubleshoot-linux-nfs.md) for a list of known issues. NFS access control lists (ACLs) aren't supported.
2020
2121
## Common scenarios
2222
NFS file shares are often used in the following scenarios:
@@ -29,7 +29,7 @@ NFS file shares are often used in the following scenarios:
2929
- Fully POSIX-compliant file system.
3030
- Hard link support.
3131
- Symbolic link support.
32-
- NFS file shares currently only support most features from the [4.1 protocol specification](https://tools.ietf.org/html/rfc5661). Some features such as delegations and callback of all kinds, Kerberos authentication, and encryption-in-transit are not supported.
32+
- NFS file shares currently only support most features from the [4.1 protocol specification](https://tools.ietf.org/html/rfc5661). Some features such as delegations and callback of all kinds, Kerberos authentication, ACLs, and encryption-in-transit aren't supported.
3333

3434
> [!NOTE]
3535
> Creating a hard link from an existing symbolic link isn't currently supported.

0 commit comments

Comments
 (0)