What problem does it solve? Deploying applications to Azure involves strict prerequisites, subscription and region checks, and error-prone CLI workflows. This Skill enforces a validated prepare-validate-deploy pipeline so deployments only run against verified infrastructure plans, reducing failed deployments and orphaned resources. ## Core Features & Use Cases - Gated Deployment Execution: Runs azd up, azd deploy, terraform apply, or az deployment only after confirming the plan file exists with Validated status and populated validation proof. - Pre-Deploy Checklist Enforcement: Confirms subscription, region availability, resource group conflicts, and azd environment setup before any provisioning command runs. - Recipe-Based Workflows: Provides dedicated deployment recipes for AZD, Azure CLI, Bicep, Terraform, and CI/CD pipelines, each with verification and error-handling guides. - Use Case: After preparing and validating an ASP.NET Core app with Azure SQL, invoke this Skill to run azd up, then automatically grant managed identity SQL access and apply EF Core migrations. ## Quick Start Ask the agent to deploy my validated project to Azure using azd up and verify the endpoints are healthy.