Skip to content

Commit ff8f6dc

Browse files
committed
writingg
1 parent 9f10fea commit ff8f6dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-studio/concepts/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ Each AI hub you create has a default storage account. Each child AI project of t
7979

8080
To secure the shared storage account, Azure AI Studio uses both Azure RBAC and Azure attribute-based access control (Azure ABAC). Azure ABAC is a security model that defines access control based on attributes associated with the user, resource, and environment. Each AI project has:
8181

82-
- A set of containers in the storage account. Each container has a prefix that corresponds to the workspace ID value for the AI project.
8382
- A service principal that is assigned the Storage Blob Data Contributor role on the storage account.
84-
- A unique prefix value.
83+
- A unique ID (workspace ID).
84+
- A set of containers in the storage account. Each container has a prefix that corresponds to the workspace ID value for the AI project.
8585

8686
The role assignment for each AI project's service principal has a condition that only allows the service principal access to containers with the matching prefix value. This condition ensures that each AI project can only access its own containers.
8787

0 commit comments

Comments
 (0)