azure-deploy

Installation
Summary

Execute Azure deployments for prepared applications with built-in error recovery and validation.

  • Requires .azure/plan.md with Validated status from azure-validate and azure-prepare skills; will not proceed without both prerequisites
  • Executes azd up, azd deploy, terraform apply, and az deployment commands 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 Validated BEFORE executing this skill.

⛔ STOP — PREREQUISITE CHECK REQUIRED Before proceeding, verify BOTH prerequisites are met:

  1. azure-prepare was invoked and completed → .azure/deployment-plan.md exists
  2. azure-validate was invoked and passed → plan status = Validated

If EITHER is missing, STOP IMMEDIATELY:

  • No plan? → Invoke azure-prepare skill first
  • Status not Validated? → Invoke azure-validate skill first

⛔ DO NOT MANUALLY UPDATE THE PLAN STATUS

You are FORBIDDEN from changing the plan status to Validated yourself. Only the azure-validate skill is authorized to set this status after running actual validation checks. If you update the status without running validation, deployments will fail.

Related skills

More from microsoft/azure-skills

Installs
308.9K
GitHub Stars
907
First Seen
Feb 4, 2026