Skip to content

Commit d113a10

Browse files
authored
Update ACR role assignment instructions
Added note about ABAC role assignments for ACR.
1 parent b3ac174 commit d113a10

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

articles/deployment-environments/how-to-configure-extensibility-model-custom-image.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,10 @@ In this configuration, ADE uses the Managed Identity for the PET, whether system
504504
> [!Tip]
505505
> This role assignment has to be made for every project environment type. It can be automated through the Azure CLI.
506506
507+
> [!Tip]
508+
> If your ACR uses [Microsoft Entra attribute-based access control (ABAC) for repository permissions](https://learn.microsoft.com/en-us/azure/container-registry/container-registry-rbac-abac-repository-permissions), you might need to make additional role assignments such as `Container Registry Repository Reader` to the PET identity.
509+
510+
507511
When you're ready to push your image to your registry, run the following command:
508512
509513
```docker
@@ -545,4 +549,4 @@ To learn more about how to create environment definitions that use the ADE conta
545549
- [ADE CLI variables reference](reference-deployment-environment-variables.md)
546550
::: zone pivot="pulumi"
547551
- [Pulumi's azure-deployment-environments repository](https://github.com/pulumi/azure-deployment-environments)
548-
::: zone-end
552+
::: zone-end

0 commit comments

Comments
 (0)