Skip to content

Commit 9f10fea

Browse files
committed
caps
1 parent 39fa3f7 commit 9f10fea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-studio/concepts/architecture.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ For more information, see [Role-based access control in Azure AI Studio](rbac-ai
7575

7676
## Attribute-based access control
7777

78-
Each AI Hub you create has a default storage account. Each child AI project of the AI Hub inherits the storage account of the AI Hub. The storage account is used to store data and artifacts. Storage access keys are used to generate SAS tokens, which are stored separately in the AI Hub's key vault for each container.
78+
Each AI hub you create has a default storage account. Each child AI project of the AI hub inherits the storage account of the AI hub. The storage account is used to store data and artifacts. Storage access keys are used to generate SAS tokens, which are stored separately in the AI hub's key vault for each container.
7979

80-
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:
80+
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.
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.
8383
- A service principal that is assigned the Storage Blob Data Contributor role on the storage account.
8484
- A unique prefix value.
8585

86-
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.
86+
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

8888
> [!NOTE]
8989
> For data encryption in the storage account, the scope is the entire storage and not per-container. So all containers are encrypted using the same key (provided either by Microsoft or by the customer).

0 commit comments

Comments
 (0)