Skip to content

Commit 069b8fa

Browse files
Merge pull request #269326 from Blackmist/auth-limitations
adding info per PM request
2 parents 66f3bb0 + ac2b89c commit 069b8fa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

articles/machine-learning/how-to-identity-based-service-authentication.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@ Azure Machine Learning is composed of multiple Azure services. There are multipl
3535

3636
* You must be familiar with creating and working with [Managed Identities](../active-directory/managed-identities-azure-resources/overview.md).
3737

38+
## Azure Container Registry supported configurations
39+
40+
The following table lists the supported configurations when authenticating to __Azure Container Registry__, depending on the authentication method and the __public network access__ workspace flag.
41+
42+
| Authentication method | Public network access</br>disabled | Public network access</br>enabled |
43+
| ---- | :----: | :----: |
44+
| Admin user |||
45+
| Workspace system-assigned managed identity |||
46+
| Workspace system-assigned and user-assigned managed identity</br>with the ACRPull role assigned to the identity | ||
47+
| Compute system-assigned or user-assigned managed identity</br>with the ACRPull role assigned to the identity | | |
48+
3849
## User-assigned managed identity
3950

4051
### Workspace

0 commit comments

Comments
 (0)