Commit fb52e50a authored by Marc BARUSSAUD's avatar Marc BARUSSAUD
Browse files

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

parent 0faed906
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