Skip to content

Commit cc91e65

Browse files
Merge pull request #273680 from Blackmist/231450-identity-acr
231450-identity-acr
2 parents 55be37c + 890a606 commit cc91e65

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,18 @@ If your Azure AI hub is configured with a **user-assigned managed identity**, th
162162

163163
Within the key vault, the user or service principal must have create, get, delete, and purge access to the key through a key vault access policy. For more information, see [Azure Key Vault security](/azure/key-vault/general/security-features#controlling-access-to-key-vault-data).
164164

165+
## Scenario: Use Azure Container Registry
166+
167+
An Azure Container Registry instance is an optional dependency for Azure AI Studio hub. The following table lists the support matrix when authenticating a hub to Azure Container Registry, depending on the authentication method and the __Azure Container Registry's__ [public network access configuration](/azure/container-registry/container-registry-access-selected-networks).
168+
169+
| Authentication method | Public network access</br>disabled | Azure Container Registry</br>Public network access enabled |
170+
| ---- | :----: | :----: |
171+
| Admin user |||
172+
| AI Studio hub system-assigned managed identity |||
173+
| AI Studio hub user-assigned managed identity</br>with the **ACRPull** role assigned to the identity | ||
174+
175+
A system-assigned managed identity is automatically assigned to the correct roles when the Azure AI hub is created. If you're using a user-assigned managed identity, you must assign the **ACRPull** role to the identity.
176+
165177
## Next steps
166178

167179
- [How to create an Azure AI hub resource](../how-to/create-azure-ai-resource.md)

0 commit comments

Comments
 (0)