azure-validate
Installation
Summary
Pre-deployment validation for Azure readiness with configuration, infrastructure, RBAC, and identity checks.
- Runs recipe-specific validation commands including Bicep builds, Terraform validation, and Azure CLI preflight checks
- Verifies RBAC role assignments in infrastructure code and managed identity permissions before deployment
- Requires
.azure/deployment-plan.mdfrom azure-prepare skill; records validation proof and updates plan status toValidatedonly after all checks pass - Integrates into the three-step workflow: azure-prepare → azure-validate → azure-deploy
SKILL.md
Azure Validate
AUTHORITATIVE GUIDANCE — Follow these instructions exactly unless they contradict security policies given to you.
⛔ STOP — PREREQUISITE CHECK REQUIRED
Before proceeding, verify this prerequisite is met:
azure-prepare was invoked and completed →
.azure/deployment-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