Skip to content

Commit 2de92b0

Browse files
committed
Clarity.
1 parent f54aed2 commit 2de92b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/files/storage-files-identity-ad-ds-assign-permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: roygara
55
ms.service: storage
66
ms.subservice: files
77
ms.topic: how-to
8-
ms.date: 07/13/2021
8+
ms.date: 12/16/2021
99
ms.author: rogarana
1010
ms.custom: devx-track-azurepowershell, subject-rbac-steps
1111
---
@@ -143,7 +143,7 @@ az storage account update --name $storageAccountName --resource-group $resourceG
143143

144144
## What happens if you use both configurations
145145

146-
You could also assign permissions to all authenticated Azure AD users and specific Azure AD users/groups. With this configuration, a specific user or group would have the superset of permissions allowed from the default share-level permission and RBAC assignment. To help you understand how this works, here's an example: Say you granted a user the **Storage File Data SMB Reader** role on the target file share. You also granted the default share-level permission **Storage File Data SMB Share Elevated Contributor** to all authenticated users. With this configuration, that particular user will have **Storage File Data SMB Share Elevated Contributor** level of access to the file share. Higher-level permissions always take precedence.
146+
You could also assign permissions to all authenticated Azure AD users and specific Azure AD users/groups. With this configuration, a specific user or group will have whichever is the higher-level permission from the default share-level permission and RBAC assignment. In other words, say you granted a user the **Storage File Data SMB Reader** role on the target file share. You also granted the default share-level permission **Storage File Data SMB Share Elevated Contributor** to all authenticated users. With this configuration, that particular user will have **Storage File Data SMB Share Elevated Contributor** level of access to the file share. Higher-level permissions always take precedence.
147147

148148
## Next steps
149149

0 commit comments

Comments
 (0)