Skip to content

Commit 611cae7

Browse files
committed
adding dependency permissions
1 parent e049cc8 commit 611cae7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

articles/ai-studio/concepts/rbac-ai-studio.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,19 @@ When a user gets access to a project, two more roles are automatically assigned
9595

9696
In order to complete end-to-end AI development and deployment, users only need these two autoassigned roles and either the Contributor or Azure AI Developer role on a *project*.
9797

98+
## Dependency service roles
99+
100+
Azure AI hub and project resources have dependencies on other Azure services. The following table lists the permissions required for these services:
101+
102+
| Permission | Description |
103+
|------------|-------------|
104+
| `Microsoft.Storage/storageAccounts/write` | Creates a storage account with the specified parameters or update the properties or tags or adds custom domain for the specified storage account. |
105+
| `Microsoft.KeyVault/vaults/write` | Creates a new key vault or updates the properties of an existing key vault. Certain properties may require more permissions. |
106+
| `Microsoft.CognitiveServices/accounts/write` | Writes API Accounts. |
107+
| `Microsoft.Insights/Components/Write` | Writing to an application insights component configuration. |
108+
| `Microsoft.OperationalInsights/workspaces/write` | Creates a new workspace or links to an existing workspace by providing the customer id from the existing workspace. |
109+
110+
98111
## Sample enterprise RBAC setup
99112
Below is an example of how to set up role-based access control for your Azure AI Studio for an enterprise.
100113

0 commit comments

Comments
 (0)