Skip to content

Commit e2789e0

Browse files
authored
Merge pull request #95116 from yuvalherziger/aca-acr-note-admin-acct
Important note on prerequisite to pull images from ACR into ACA
2 parents faf755e + b1a82d9 commit e2789e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/container-apps/containers.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,11 @@ You can use an Azure managed identity to authenticate with Azure Container Regis
195195
- Assign a system-assigned or user-assigned managed identity to your container app.
196196
- Specify the managed identity you want to use for each registry.
197197

198+
> [!NOTE]
199+
> You will need to [enable an admin user account](../container-registry/container-registry-authentication.md) in your Azure
200+
> Container Registry even when you use an Azure managed identity. You will not need to use the ACR admin credentials to pull images into Azure
201+
> Container Apps, however, it is a prequisite to have the ACR admin user account enabled in the registry Azure Container Apps is pulling from.
202+
198203
When assigned a managed identity to a registry, use the managed identity resource ID for a user-assigned identity, or "system" for the system-assigned identity. For more information about using managed identities see, [Managed identities in Azure Container Apps Preview](managed-identity.md).
199204

200205
```json

0 commit comments

Comments
 (0)