Skip to content

Commit 7acafea

Browse files
Merge pull request #306482 from MaxHorstmann/maxhorstmann/ade-abac
ADE / Configure container image to execute deployments: add note for ACR ABAC
2 parents fef40cd + 48f2fc4 commit 7acafea

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, you may need to make additional role assignments like `Container Registry Repository Reader` to the PET identity. For more information, see [Microsoft Entra ABAC for repository permissions](/azure/container-registry/container-registry-rbac-abac-repository-permissions).
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)