What problem does it solve? Deploying to Azure without preflight checks leads to failed deployments, misconfigured resources, and wasted time debugging errors that could have been caught early. This Skill runs deep validation on your configuration, infrastructure code, and permissions before anything is deployed. ## Core Features & Use Cases - Multi-Recipe Validation: Supports four infrastructure approaches—Azure Developer CLI (azd), Azure CLI, Bicep, and Terraform—each with dedicated step-by-step validation procedures. - Comprehensive Preflight Checks: Verifies tool installation, authentication, subscription and region selection, template compilation, what-if previews, and Azure Policy compliance. - Region Availability Guidance: Checks service region availability (e.g., Static Web Apps, Azure OpenAI) to prevent deployments to unsupported regions. - Use Case: Before running azd up on a containerized app, use this Skill to validate azure.yaml, confirm the AZD environment is configured, run azd provision --preview, verify the build succeeds, and record proof of validation in the deployment plan. ## Quick Start Ask the AI to validate my Azure deployment readiness and run preflight checks on my azure.yaml and infrastructure files before deploying.