Troubleshoot deployment problems
Azure validation fails before creation
- Read the complete validation message.
- Confirm the selected subscription, region, and application resource group.
- Check Marketplace purchase policy and plan availability.
- Check Azure Policy denials, registered resource providers, and quota.
- Check whether the deploying identity may create required role assignments.
- Correct the approved input and rerun Review + create.
Do not bypass policy or grant Owner merely to test a hypothesis.
An ARM deployment fails
- Open the application resource group.
- Open Deployments and select the failed operation.
- Record the deployment name, time, correlation ID, error code, and redacted error message.
- Identify the first failed operation rather than only the final cascade.
- Check for policy, quota, name, region, RBAC, or network conflicts.
- Do not delete or edit partially created resources unless the managed application procedure instructs you to do so.
Azure succeeds but the service is not ready
- Confirm that the managed application still exists and reports success.
- Review deployment outputs for endpoints and status.
- Check whether the managed application exposes a readiness or synchronization state.
- Wait while progress is changing.
- Escalate when progress stops, required outputs never appear, or the service remains unavailable.
Include safe deployment evidence when you get support.