What problem does it solve? Deploying an already-prepared application to Azure involves many failure-prone steps: confirming subscriptions and regions, resolving resource group and tag conflicts, waiting for RBAC propagation, and recovering from errors like Container App revision timeouts. This Skill orchestrates that entire execution phase with built-in error recovery so deployments complete reliably. ## 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, resource group, and tag conflict checks. - RBAC Health Checks: Verifies AcrPull role propagation for Container Apps pulling from ACR and performs live role verification against provisioned Azure resources after deployment. - Error Recovery: Provides recipe-specific troubleshooting for AZD, Terraform, Bicep, Azure CLI, and CI/CD failures, including RBAC propagation timeouts, principal type mismatches, and missing container registry variables. - Use Case: After preparing and validating an application with azure-prepare and azure-validate, invoke this Skill to push the app to production, then receive fully-qualified HTTPS endpoint URLs for the deployed services. ## Quick Start Run the deployment for my prepared Azure application and show me the live endpoint URLs when it finishes.