What problem does it solve? Preparing an application for Azure deployment requires choosing the right hosting services, writing correct Bicep or Terraform infrastructure, configuring azd, and validating quotas — a process prone to misconfiguration and deployment failures. This Skill enforces a structured plan-first workflow that produces reviewed, validated deployment artifacts. ## Core Features & Use Cases - Plan-First Workflow: Creates a mandatory .azure/plan.md capturing requirements, architecture, recipe selection, and quota validation before any code is generated. - Multi-Recipe Infrastructure Generation: Produces Bicep, Terraform, AZD, or Azure CLI artifacts including azure.yaml, infra/ modules, and Dockerfiles, with special handling for .NET Aspire and Azure Functions projects. - Quota and Region Validation: Confirms subscription and location with the user, checks region availability, and validates provisioning limits via the azure-quotas skill before generation. - Use Case: A developer asks to deploy a containerized Node.js API to Azure Container Apps. The Skill analyzes the workspace, drafts a plan with service mappings and quota checks, gets approval, then generates the Bicep modules and Dockerfile before handing off to azure-validate and azure-deploy. ## Quick Start Ask the assistant to prepare your application for deployment to Azure Container Apps and it will create a plan for your approval before generating the infrastructure files.