Skip to content

Commit 95848d1

Browse files
Merge pull request #348 from Blackmist/0918-random-fix
random update per PM feedback
2 parents 6a6b442 + f33f439 commit 95848d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/machine-learning/how-to-administrate-data-authentication.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,13 @@ In general, identity-based data authentication involves these checks:
5555
- Does the user identity or the compute managed identity have the necessary permissions for that storage resource? Permissions are granted by using Azure RBAC.
5656
- The storage account [Reader](/azure/role-based-access-control/built-in-roles#reader) reads the storage metadata.
5757
- The [Storage Blob Data Reader](/azure/role-based-access-control/built-in-roles#storage-blob-data-reader) reads and lists storage containers and blobs.
58+
- The [Storage File Data Privileged Reader](/azure/role-based-access-control/built-in-roles#storage-file-data-privileged-reader) reaeds and lists files and directories in Azure file shares.
5859
- For more information, visit [Azure built-in roles for storage](/azure/role-based-access-control/built-in-roles/storage).
5960
* Does this user have write permission for the resource?
6061
- Does the user identity or the compute managed identity have the necessary permissions for that storage resource? Permissions are granted by using Azure RBAC.
6162
- The storage account [Reader](/azure/role-based-access-control/built-in-roles#reader) reads the storage metadata.
6263
- The [Storage Blob Data Contributor](/azure/role-based-access-control/built-in-roles#storage-blob-data-contributor) reads, writes, and deletes Azure Storage containers and blobs.
64+
- The [Storage File Data Privileged Contributor](/azure/role-based-access-control/built-in-roles#storage-file-data-privileged-contributor) reads, writes, deletes, and modifies access control lists on files and directories in Azure file shares.
6365
- For more information, visit [Azure built-in roles for storage](/azure/role-based-access-control/built-in-roles/storage).
6466

6567
## Other general checks for authentication

0 commit comments

Comments
 (0)