What problem does it solve?
Deployments often fail because infrastructure code, RBAC assignments, or required resources are mis‑configured. This skill runs a comprehensive pre‑flight check to catch those issues early, ensuring a smooth and reliable deployment.
Core Features & Use Cases
- Plan Verification: Loads and updates the approved deployment plan with validation steps.
- Infrastructure Checks: Validates Bicep, Terraform, or AZD templates, static role assignments, and Azure Functions configurations.
- Policy & RBAC Review: Ensures compliance with Azure policies and correct data‑plane role assignments.
- Use Case: Before releasing a new version of a serverless API, run this skill to confirm that all role assignments, Bicep modules, and policy constraints are correct, preventing runtime errors and costly rollbacks.
Quick Start
Run the azure-validate skill after azure-prepare to verify the deployment plan before proceeding to azure-deploy.