What problem does it solve? Deploying an application to Azure involves many failure-prone steps: confirming the right subscription and region, avoiding resource group and tag conflicts, running provisioning commands correctly, and recovering from common errors. This Skill executes deployments for applications that have already been prepared and validated, with built-in error recovery and verification. ## Core Features & Use Cases - Guided Deployment Execution: Runs azd up, azd deploy, terraform apply, and az deployment commands through a structured pipeline with a mandatory pre-deploy checklist covering subscription, location, and resource group conflict checks. - Recipe-Based Workflows: Supports AZD, Azure CLI, Bicep, Terraform, and CI/CD (GitHub Actions, Azure DevOps) deployment recipes, each with dedicated verification and error-handling guides. - Post-Deployment Configuration: Automates SQL managed identity grants and Entity Framework Core migrations for ASP.NET Core apps using Azure SQL with Entra authentication. - Use Case: After preparing and validating a .NET Container Apps project, ask the agent to deploy it — the Skill confirms your subscription and region, runs azd up, grants the managed identity SQL access, applies EF migrations, and reports the live endpoint URLs. ## Quick Start Deploy my prepared and validated application to Azure and show me the live endpoint URLs when it finishes.