Skip to content

Commit d5cc169

Browse files
authored
Merge pull request #351 from MicrosoftDocs/main
9/18/2024 AM Publish
2 parents 0dd9659 + 3423058 commit d5cc169

21 files changed

+36
-137
lines changed

articles/machine-learning/breadcrumb/toc.yml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,22 @@ items:
5858
tocHref: /azure/architecture/data-guide/
5959
topicHref: /azure/architecture/data-guide/index
6060

61+
- name: Azure
62+
tocHref: /azure/
63+
topicHref: /azure/index
64+
items:
65+
- name: Machine Learning
66+
tocHref: /azure/architecture/
67+
topicHref: /azure/machine-learning/index
68+
items:
69+
- name: Service
70+
tocHref: /azure/architecture/ai-ml/guide/
71+
topicHref: /azure/machine-learning/index
72+
items:
73+
- name: Data Architecture Guide
74+
tocHref: /azure/architecture/ai-ml/
75+
topicHref: /azure/architecture/ai-ml/index
76+
6177
- name: Azure
6278
tocHref: /azure/
6379
topicHref: /azure/index
@@ -74,6 +90,7 @@ items:
7490
tocHref: /azure/devops/pipelines/languages/
7591
topicHref: /azure/devops/pipelines/index
7692

93+
# Security baseline
7794
- name: Azure
7895
tocHref: /security/
7996
topicHref: /azure/index
@@ -89,4 +106,12 @@ items:
89106
- name: Security benchmarks
90107
tocHref: /security/benchmark/azure/
91108
topicHref: /security/benchmark/azure/index
92-
109+
110+
# AI Studio or Azure ML
111+
- name: Azure
112+
tocHref: /ai/
113+
topicHref: /azure/index
114+
items:
115+
- name: Machine Learning
116+
tocHref: /ai/
117+
topicHref: /azure/machine-learning/index

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
-6.74 KB
Loading
-4 KB
Loading
20.7 KB
Loading
Loading
6.55 KB
Loading
3.05 KB
Loading
-1 KB
Loading
-273 Bytes
Loading

0 commit comments

Comments
 (0)