What problem does it solve?
This Skill eliminates the friction and common failures of deploying an already-prepared Azure application by enforcing a validated, recipe-driven deployment workflow with verification and guarded prerequisites.
Core Features & Use Cases
- Validated deployment gating: Ensures
.azure/plan.md exists and contains a populated validation proof with status Validated, and requires that azure-validate ran successfully before any deployment commands execute.
- Deployment execution for prepared projects: Runs deployment operations for apps that already have
azure.yaml plus infrastructure files, including flows like run azd up, run azd deploy, and Terraform/Bicep-backed deployment steps coordinated by a recipe.
- Safety and recovery rails: Requires completion of the Pre-Deploy Checklist, references global rules for destructive actions, and includes structured post-deploy steps (e.g., SQL managed identity configuration and EF migrations when applicable), plus recipe-specific error handling and verification.
Quick Start
Tell the assistant to deploy your prepared Azure app by running azd up from your existing project after confirming you have completed azure-prepare and azure-validate.