What problem does it solve? Deploying to Azure without validation leads to failed deployments, wasted time, and hard-to-diagnose errors. This Skill runs deep pre-deployment checks on your configuration, infrastructure code (Bicep or Terraform), authentication, and permissions so issues are caught before any resources are provisioned. ## Core Features & Use Cases - Recipe-Based Validation: Runs tailored validation steps for AZD, Azure CLI, Bicep, and Terraform projects, including compilation, template validation, what-if previews, and provision previews. - Policy and Region Compliance: Checks Azure Policy violations and verifies that target regions support all services in your architecture, such as Static Web Apps and Azure OpenAI. - Aspire-Specific Checks: Detects .NET Aspire projects and validates Azure Functions secret storage configuration and Container Apps environment variables. - Use Case: Before deploying a containerized app with azd up, run this Skill to validate azure.yaml, confirm authentication, preview provisioning, and record proof that all checks passed. ## Quick Start Validate my app for Azure deployment readiness and run all preflight checks before deploying.