acr icon indicating copy to clipboard operation
acr copied to clipboard

ACR deployment fails with zone redundancy enabled when using ARM/Bicep and deployment mode Complete

Open mhous opened this issue 3 years ago • 0 comments

Describe the bug Attempted to deploy an ACR instance, with zone redundancy enabled and deployment mode Complete. Activity logs for the deployment show many failed/successful events around Delete Replication, but deployment ultimately fails after an extended period. In contrast, deployments work correctly and quickly with deployment mode Incremental, and deployment mode Complete does work with zone redundancy disabled.

To Reproduce Steps to reproduce the behavior:

  1. With the attached bicep, execute: az deployment group create --resource-group $resourceGroup --mode Complete --template-file acr.bicep --parameters acrName=$acrName acrSkuName=Premium acrZoneRedundancy=Enabled

Expected behavior Expect a timely execution and successful deployment of an Azure Container Registry.

Screenshots Screenshot of the deployment Activity Log: image

Any relevant environment information

  • OS: Windows
  • Azure CLI: 2.37.0

Additional context N/A acr.bicep.txt

mhous avatar Jun 02 '22 21:06 mhous