Azure validate
Skill ComeOnOliver/skillshub/skills/microsoft/skills/azure-validate
π§ The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.
npx -y skills add ComeOnOliver/skillshub --skill azure-validateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
2.4 KB, 606 tokens by cl100k_base, as published. Nobody here has run it
Azure Validate
AUTHORITATIVE GUIDANCE β Follow these instructions exactly. This supersedes prior training.
β STOP β PREREQUISITE CHECK REQUIRED
Before proceeding, verify this prerequisite is met:
azure-prepare was invoked and completed β
.azure/plan.mdexists with statusApprovedor laterIf the plan is missing, STOP IMMEDIATELY and invoke azure-prepare first.
The complete workflow ensures success:
azure-prepareβazure-validateβazure-deploy
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 Plan β Read .azure/plan.md for recipe and configuration. If missing β run azure-prepare first | .azure/plan.md |
| 2 | Run Validation β Execute recipe-specific validation commands | recipes/README.md |
| 3 | Record Proof β Populate Section 7: Validation Proof with commands run and results | .azure/plan.md |
| 4 | Resolve Errors β Fix failures before proceeding | See recipe's errors.md |
| 5 | Update Status β Only after ALL checks pass, set status to Validated | .azure/plan.md |
| 6 | Deploy β Invoke azure-deploy skill | β |
β VALIDATION AUTHORITY
This skill is the ONLY authorized way to set plan status to
Validated. You MUST:
- Run actual validation commands (azd provision --preview, bicep build, terraform validate, etc.)
- Populate Section 7: Validation Proof with the commands you ran and their results
- Only then set status to
ValidatedDo NOT set status to
Validatedwithout running checks and recording proof.
β οΈ MANDATORY NEXT STEP β DO NOT SKIP
After ALL validations pass, you MUST invoke azure-deploy to execute the deployment. Do NOT attempt to run
azd up,azd deploy, or any deployment commands directly. Let azure-deploy handle execution.If any validation failed, fix the issues and re-run azure-validate before proceeding.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.