What problem does it solve?
This Skill prevents failed Azure deployments by validating that configuration, infrastructure, and permissions are correct before any deployment is attempted.
Core Features & Use Cases
- Pre-deployment Azure readiness validation for Azure Developer CLI (AZD) workflows, including deep checks of configuration (azure.yaml), and infrastructure expressed in Bicep or Terraform.
- Recipe-driven validation execution that runs the appropriate validation flow for the chosen IaC approach (AZD, Bicep, Terraform, or AZCLI).
- Proof-based status progression that records validation commands and results, then updates plan status to Validated only after all checks pass.
Use case: You’re about to deploy an app to Azure and want to catch template, build, policy, or environment issues early so the eventual deployment runs cleanly.
Quick Start
Invoke azure-validate after azure-prepare has created .azure/plan.md with status Approved or later to run the full preflight validation and record the results.