What problem does it solve? Deploying an already-prepared application to Azure involves many failure-prone steps: confirming the right subscription and region, checking resource group and tag conflicts, running the correct deployment commands, and recovering from common errors. This Skill orchestrates that entire execution phase with built-in guardrails and error recovery. ## Core Features & Use Cases - Guided Deployment Execution: Runs azd up, azd deploy, terraform apply, and az deployment commands through a structured pipeline with pre-deploy checklists and verification steps. - Multi-Recipe Support: Ships dedicated deployment recipes for AZD, Azure CLI, Bicep, Terraform, and CI/CD pipelines (GitHub Actions and Azure DevOps). - Post-Deployment Configuration: Automates SQL managed identity grants and Entity Framework Core migrations after provisioning completes. - Use Case: After preparing and validating an application with azure-prepare and azure-validate, invoke this Skill to push the app to production, confirm the subscription and region interactively, and verify the deployed endpoints are healthy. ## Quick Start Use the azure-deploy skill to run azd up and deploy my validated application to Azure.