What problem does it solve?
This Skill orchestrates the execution of production-grade Azure deployments for applications that are already prepared and validated, preventing failed or unsafe deployments by enforcing prerequisite checks, RBAC verification, and error recovery.
Core Features & Use Cases
- Validated Deployment Execution: Runs azd up, azd deploy, terraform apply, and az deployment against projects that include a pre-built deployment plan.
- Safety & Verification: Enforces azure-validate precondition, runs a pre-deploy checklist, performs RBAC and live-role verification, and reports fully-qualified HTTPS endpoints after successful deploys.
- Error Recovery & Post-Deploy Tasks: Includes error handling per-recipe, post-deployment steps such as SQL managed identity configuration and EF migrations, and presents clear remediation guidance when failures occur.
Quick Start
Run the azure-deploy skill to execute azd up and azd deploy on a project whose .azure/deployment-plan.md is present and has status Validated.