What problem does it solve?
This skill automates the execution and verification of Azure deployments for applications that have already been prepared, preventing failed or unsafe deployments caused by skipped validation or missing environment configuration.
Core Features & Use Cases
- Deterministic Deployment Execution: Runs azd up, azd deploy, az deployment, and terraform apply according to a recipe defined in the plan.
- Safety & Validation: Enforces that .azure/plan.md exists with status
Validated, requires the pre-deploy checklist, and mandates ask_user confirmations for destructive actions.
- Post-Deploy Tasks & Verification: Performs post-deployment steps such as SQL managed identity configuration and EF Core migrations, verifies endpoints, and reports fully-qualified https:// URLs to the user.
Quick Start
Run the azure-deploy skill to execute azd up or terraform apply for the prepared project after confirming .azure/plan.md is Validated and return the deployed https:// endpoints.