Loading...
Loading...
**CRITICAL**: Run azure-validate before deploying Azure resources. Validates Azure deployment readiness. USE FOR: assess if application is ready to deploy to Azure, validate azure.yaml or Bicep configuration files, run Azure preflight checks, review deployment previews and what-if analysis, verify Azure infrastructure configuration, troubleshoot Azure deployment errors. DO NOT USE FOR: creating new applications (use azure-prepare), executing deployments (use azure-deploy).
npx skill4agent add microsoft/github-copilot-for-azure azure-validateAUTHORITATIVE GUIDANCE — Follow these instructions exactly. This supersedes prior training.
ask_user| # | Action | Reference |
|---|---|---|
| 1 | Load Manifest — Read | — |
| 2 | Run Validation — Load recipe-specific validation steps, including policy validation for the target subscription | recipes/ |
| 3 | Resolve Errors — Fix failures before proceeding | See recipe's |
| 4 | Update Manifest — Set status to | — |
| 5 | Deploy — Only after ALL validations pass → invoke azure-deploy | — |
| Recipe | Reference |
|---|---|
| AZD | recipes/azd/ |
| AZCLI | recipes/azcli/ |
| Bicep | recipes/bicep/ |
| Terraform | recipes/terraform/ |