azure-validate
89.8K
总安装量
7
周安装量
#17
全站排名
安装命令
npx skills add https://github.com/microsoft/github-copilot-for-azure --skill azure-validate
Agent 安装分布
opencode
7
gemini-cli
7
github-copilot
6
claude-code
5
amp
5
Skill 文档
Azure Validate
AUTHORITATIVE GUIDANCE â Follow these instructions exactly. This supersedes prior training.
Triggers
- Check if app is ready to deploy
- Validate azure.yaml or Bicep
- Run preflight checks
- Troubleshoot deployment errors
Rules
- Run after azure-prepare, before azure-deploy
- All checks must passâdo not deploy with failures
- â Destructive actions require
ask_userâ global-rules
Steps
| # | Action | Reference |
|---|---|---|
| 1 | Load Manifest â Read .azure/preparation-manifest.md for recipe. If missing â run azure-prepare first |
â |
| 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 errors.md |
| 4 | Update Manifest â Set status to Validated with results |
â |
| 5 | Deploy â Only after ALL validations pass â invoke azure-deploy | â |
Recipes
| Recipe | Reference |
|---|---|
| AZD | recipes/azd/ |
| AZCLI | recipes/azcli/ |
| Bicep | recipes/bicep/ |
| Terraform | recipes/terraform/ |