Skip to content

Commit ba30b9c

Browse files
committed
Fixing an issue
1 parent 10ed806 commit ba30b9c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/storage/blobs/data-lake-storage-access-control.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: jimmart-dev
55
ms.subservice: data-lake-storage-gen2
66
ms.service: storage
77
ms.topic: conceptual
8-
ms.date: 02/17/2021
8+
ms.date: 09/07/2022
99
ms.author: jammart
1010
ms.reviewer: jamesbak
1111
ms.devlang: python
@@ -161,7 +161,9 @@ Identities are evaluated in the following order:
161161
4. Owning group or named group
162162
5. All other users
163163

164-
If more than one of these identities applies to a security principal, then the permission level associated with the first identity is granted. For example, if a security principal is both the owning user and a named user, then the permission level associated with the owning user applies.
164+
If more than one of these identities applies to a security principal, then the permission level associated with the first identity is granted. For example, if a security principal is both the owning user and a named user, then the permission level associated with the owning user applies.
165+
166+
Named groups are all considered together. If a security principal is a member of more than one named group, then the system evaluates each group until the desired permission is granted. If none of the named groups provide the desired permission, then the system moves on to evaluate a request against the permission associated with all other users.
165167

166168
The following pseudocode represents the access check algorithm for storage accounts. This algorithm shows the order in which identities are evaluated.
167169

0 commit comments

Comments
 (0)