azure-deploy
Installation
Summary
Execute Azure deployments for prepared applications with built-in error recovery and validation.
- Requires
.azure/plan.mdwithValidatedstatus from azure-validate and azure-prepare skills; will not proceed without both prerequisites - Executes
azd up,azd deploy,terraform apply, andaz deploymentcommands with error handling and post-deployment verification - Includes pre-deploy checklist, recipe-based deployment workflows, and post-deploy configuration for SQL managed identity and Entity Framework migrations
- Supports applications with API Management gateway infrastructure created during preparation phase
SKILL.md
Azure Deploy
AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE
PREREQUISITE: The azure-validate skill MUST be invoked and completed with status
ValidatedBEFORE executing this skill.