What problem does it solve? Azure work fails in ways the compiler never catches: templates that build cleanly but fail at deployment, role assignments that grant nothing, quotas discovered only mid-migration, and production incidents with no logs because diagnostics were never enabled. This Skill encodes the verified rules, workflows, and diagnostic ordering that close the gap between "compiles" and "actually works" on Azure. ## Core Features & Use Cases - Bicep authoring and review: linter severity gates via bicepconfig.json, symbolic references, secret handling, naming rules, and pinned Azure Verified Modules with ModuleStatus checks. - Safe deployments: the build/validate/what-if/deploy release gate, what-if change-symbol reading, deployment stacks versus Complete mode, and azd project conventions with federated CI identity. - Identity, hosting, and operations: Entra ID versus Azure RBAC, managed identity and workload identity federation, hosting selection across App Service, Container Apps, Functions and AKS, plus production diagnosis, quotas, cost, and Well-Architected reviews. - Use Case: Before merging a pull request that adds a storage account and a Function App, run the Bicep review workflow to catch an illegal storage name, a secret in an output, and a management-plane role where a data-plane role was needed. ## Quick Start Ask the agent to review infra/main.bicep for deployment-blocking issues and security findings using the azure skill.