Skip to content

Commit 29aae99

Browse files
committed
One more fix
1 parent 70e3aae commit 29aae99

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Typically, those Azure resources are constrained to top-level resources (For exa
2424

2525
To learn how to assign roles to security principals in the scope of your storage account, see [Grant access to Azure blob and queue data with RBAC in the Azure portal](https://docs.microsoft.com/azure/storage/common/storage-auth-aad-rbac-portal?toc=%2fazure%2fstorage%2fblobs%2ftoc.json).
2626

27+
> [!NOTE]
28+
> A guest user can't create a role assignment.
29+
2730
### The impact of role assignments on file and directory level access control lists
2831

2932
While using RBAC role assignments is a powerful mechanism to control access permissions, it is a very coarsely grained mechanism relative to ACLs. The smallest granularity for RBAC is at the container level and this will be evaluated at a higher priority than ACLs. Therefore, if you assign a role to a security principal in the scope of a container, that security principal has the authorization level associated with that role for ALL directories and files in that container, regardless of ACL assignments.
@@ -46,7 +49,7 @@ SAS tokens include allowed permissions as part of the token. The permissions inc
4649
You can associate a security principal with an access level for files and directories. These associations are captured in an *access control list (ACL)*. Each file and directory in your storage account has an access control list.
4750

4851
> [!NOTE]
49-
> ACLs apply only to security principals in the same tenant. You can't associate a guest user with an access level.
52+
> ACLs apply only to security principals in the same tenant. You can't associate a guest user with an access level.
5053
5154
If you assigned a role to a security principal at the storage account-level, you can use access control lists to grant that security principal elevated access to specific files and directories.
5255

0 commit comments

Comments
 (0)