azure-validate
by @microsoft/github-copilot-for-azure · 163 stars · 103.0K installs/wk · Rank #18
Validates Azure deployment templates and app readiness, ensuring pre-deployment checks pass and recording proof.
Install
npx skills add https://github.com/microsoft/github-copilot-for-azure --skill azure-validateSummary
- Runs recipe-specific validation commands (azd provision, bicep build, terraform validate) and records proof in .azure/plan.md
- Requires .azure/plan.md from azure-prepare skill as input; blocks deployment if plan is missing or status is not Approved
- Validates azure.yaml, Bicep templates, Terraform configurations, Azure Functions, and app readiness across multiple deployment scenarios
- Sets plan status to Validated only after all checks pass; must be completed before invoking azure-deploy for actual deployment