Commit f0a723d9 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'azure-role-doc' into 'main'

chore(doc): add documentation on role for azure container registry with only RBAC

See merge request to-be-continuous/docker!197
parents 0faed906 fb52e50a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -876,7 +876,7 @@ This variant allows publishing your container images to Azure's [Container Regis
List of requirements before using this variant for publishing your container images:

1. You must have a Container Registry,
2. You must have a managed identity or an application with *Container Registry Repository Writer* role on the registry,
2. You must have a managed identity or an application with either *Container Registry Repository Writer* (if ABAC is enabled) or *ACR Pull* (if RBAC is enabled) role on the registry,
3. You must have federated identity credentials for this managed identity or application.

#### Configuration