Skip to content

Commit f53e420

Browse files
committed
PR prepublishing review blocking & non-blocking issues
1 parent 94b9c98 commit f53e420

7 files changed

+9
-9
lines changed

articles/azure-netapp-files/dual-protocol-permission-behaviors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ In a dual-protocol NAS environment, only one security permission style can be ac
4242

4343
| Security style | Considerations |
4444
| - | - |
45-
| UNIX | <ul><li>Windows clients can only set UNIX permission attributes through SMBs that map to UNIX attributes (Read/Write/Execute only; no special permissions). </li> <li>NFSv4.x ACLs don't have GUI management. Management is done only via CLI using [nfs4_getfacl and nfs4_setfacl commands](https://manpages.debian.org/testing/nfs4-acl-tools/index.html). </li> <li> If a file or folder has NFSv4.x ACLs, the Windows security properties tab can't display them. </li></ul>|
46-
| NTFS | <ul><li> UNIX clients can't set attributes through NFS via commands such as `chown/chmod`. </li> <li>NFS clients show only approximated NTFS permissions when using `ls` commands. For instance, if a user has a permission in a Windows NTFS ACL that can't be cleanly translated into a POSIX mode bit (such as traverse directory), it's translated into the closest POSIX mode-bit value (such as `1` for execute). </li></ul>|
45+
| UNIX | - Windows clients can only set UNIX permission attributes through SMBs that map to UNIX attributes (Read/Write/Execute only; no special permissions). <br> - NFSv4.x ACLs don't have GUI management. Management is done only via CLI using [nfs4_getfacl and nfs4_setfacl commands](https://manpages.debian.org/testing/nfs4-acl-tools/index.html). <br> - If a file or folder has NFSv4.x ACLs, the Windows security properties tab can't display them. <br> |
46+
| NTFS | - UNIX clients can't set attributes through NFS via commands such as `chown/chmod`. <br> - NFS clients show only approximated NTFS permissions when using `ls` commands. For instance, if a user has a permission in a Windows NTFS ACL that can't be cleanly translated into a POSIX mode bit (such as traverse directory), it's translated into the closest POSIX mode-bit value (such as `1` for execute). <br> |
4747

4848
The selection of volume security style determines how the name mapping for a user is performed. This operation is the core piece of how dual-protocol volumes maintain predictable permissions regardless of protocol in use.
4949

@@ -108,7 +108,7 @@ The following figure shows an example of that kind of configuration.
108108

109109
:::image type="content" source="../media/azure-netapp-files/hub-spoke-dual-protocol.png" alt-text="Illustration that shows hub spoke architecture with Azure NetApp Files and Active Directory cloud resident, NAS clients on-premises." lightbox="../media/azure-netapp-files/hub-spoke-dual-protocol.png":::
110110

111-
## Next Steps
111+
## Next steps
112112

113113
* [Understand the use of LDAP with Azure NetApp Files](lightweight-directory-access-protocol.md)
114114
* [Create a dual-protocol volume for Azure NetApp Files](create-volumes-dual-protocol.md)

articles/azure-netapp-files/lightweight-directory-access-protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Understand the use of LDAP with Azure NetApp Files | Microsoft Docs
2+
title: Understand the use of LDAP with Azure NetApp Files | Microsoft Learn
33
description: This article helps you understand how Azure NetApp Files uses lightweight directory access protocol (LDAP).
44
services: azure-netapp-files
55
documentationcenter: ''
@@ -169,7 +169,7 @@ The schema type currently used by Azure NetApp Files is a form of schema based o
169169
170170
This RFC extension fits nicely into how Microsoft Active Directory manages users and groups through the usual management tools. This is because when you add a Windows user to a group (and if that group has a valid numeric GID) using the standard Windows management methods, LDAP lookups will pull the necessary supplemental group information from the usual Windows attribute and find the numeric GIDs automatically.
171171
172-
## Next Steps
172+
## Next steps
173173
174174
* [Configure AD DS LDAP over TLS for Azure NetApp Files](configure-ldap-over-tls.md)
175175
* [Understand NFS group memberships and supplemental groups](network-file-system-group-memberships.md)

articles/azure-netapp-files/network-attached-storage-protocols.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Understand NAS protocols in Azure NetApp Files | Microsoft Docs
2+
title: Understand NAS protocols in Azure NetApp Files | Microsoft Learn
33
description: Learn how SMB, NFS, and dual protocols operate in Azure NetApp Files.
44
services: azure-netapp-files
55
documentationcenter: ''
@@ -161,7 +161,7 @@ In the following illustration, `user1` authenticates to Azure NetApp Files to ac
161161

162162
In this instance, `user1` gets full control on their own folder (`user1-dir`) and no access to the `HR` folder. This setting is based on the security ACLs specified in the file system, and `user1` will get the expected access regardless of which protocol they're accessing the volumes from.
163163

164-
:::image type="content" source="../media/azure-netapp-files/user1-dual-protocol-example.png" alt-text="Example of user accessing a dual-protocol volume with Azure NetApp Files." lightbox="../media/azure-netapp-files/user1-dual-protocol-example.png":::
164+
:::image type="content" source="../media/azure-netapp-files/user1-dual-protocol-example.png" alt-text="Diagram of user accessing a dual-protocol volume with Azure NetApp Files." lightbox="../media/azure-netapp-files/user1-dual-protocol-example.png":::
165165

166166
### Considerations for Azure NetApp Files dual-protocol volumes
167167

articles/azure-netapp-files/network-file-system-group-memberships.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Understand NFS group memberships and supplemental groups for Azure NetApp Files | Microsoft Docs
2+
title: Understand NFS group memberships and supplemental groups for Azure NetApp Files | Microsoft Learn
33
description: This article helps you understand NFS group memberships and supplemental groups as they apply to Azure NetApp Files.
44
services: azure-netapp-files
55
documentationcenter: ''
@@ -56,7 +56,7 @@ The options to extend the group limitation work the same way that the `manage-gi
5656

5757
The following example shows RPC packet with 16 GIDs.
5858

59-
:::image type="content" source="../media/azure-netapp-files/remote-procedure-call-packets.png" alt-text="Example that shows RPC packet with 16 GIDs." lightbox="../media/azure-netapp-files/remote-procedure-call-packets.png":::
59+
:::image type="content" source="../media/azure-netapp-files/remote-procedure-call-packets.png" alt-text="Screenshot that shows RPC packet with 16 GIDs." lightbox="../media/azure-netapp-files/remote-procedure-call-packets.png":::
6060

6161
Any GID past the limit of 16 is dropped by the protocol. With extended groups in Azure NetApp Files, when a new NFS request comes in, information about the user’s group membership is requested.
6262

-17.3 KB
Loading
27 KB
Loading
30.1 KB
Loading

0 commit comments

Comments
 (0)