Home › Azure AZ-104 › cloudcomputing › az104compute › An ARM / Bicep deployment fails midway with a pe…
An ARM / Bicep deployment fails midway with a permission error on a single resource. What's the recommended NEXT step?
ADelete every resource in the subscription and start over
BManually create the failing resource via the portal and forget the template
CFix the permission on the deploying service principal, run `New-AzResourceGroupDeployment` again — ARM is idempotent so it will reconcile only the missing pieces
DDisable IAM on the resource group
Answer & Solution
Correct answer: C. Fix the permission on the deploying service principal, run `New-AzResourceGroupDeployment` again — ARM is idempotent so it will reconcile only the missing pieces
ARM deployments are idempotent and converging — a re-run after fixing permissions completes the missing pieces. The other options destroy the IaC discipline or the data.
Related questions
Which Azure container service is BEST suited for event-driven serverless containers — scalWhich combination of features deploys a fault-tolerant Windows web tier across THREE AvailWhich Azure App Service feature lets you swap a staging deployment slot into production wiWhich Azure VM availability construct guarantees that VMs are placed across different physWhich combination of features lets you deploy a containerised app with managed Kubernetes An organisation needs to run a container without managing the underlying VMs. Which Azure Which Azure feature lets you stop billing on a Windows / Linux VM compute while preservingWhich file format describes an Azure deployment declaratively for ARM-based deployments (w