acr
acr copied to clipboard
ACR deployment fails with zone redundancy enabled when using ARM/Bicep and deployment mode Complete
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:
- 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:

Any relevant environment information
- OS: Windows
- Azure CLI: 2.37.0
Additional context N/A acr.bicep.txt