azure-deploy

Original🇺🇸 English
Translated

Execute Azure deployments after preparation and validation are complete. USE FOR: azd up, azd deploy, push to Azure, publish to Azure, ship to production, launch on Azure, go live, release to Azure, deploy web app, deploy container app, deploy static site, deploy Azure Functions, azd provision, infrastructure deployment, bicep deploy, terraform apply, deploy with terraform. Supports azd with Bicep, azd with Terraform, pure Bicep, pure Terraform, and Azure CLI deployments. DO NOT USE FOR: preparing new apps (use azure-prepare), validating before deploy (use azure-validate).

140.7kinstalls
Added on

NPX Install

npx skill4agent add microsoft/github-copilot-for-azure azure-deploy

Tags

Translated version includes tags in frontmatter

Azure Deploy

AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE
PREREQUISITE: The azure-validate skill MUST be invoked and completed with status
Validated
BEFORE executing this skill.

Triggers

Activate this skill when user wants to:
  • Deploy their application to Azure
  • Publish, host, or launch their app
  • Push updates to existing deployment
  • Run
    azd up
    or
    az deployment
  • Ship code to production
  • Deploy Azure Functions to the cloud

Rules

  1. Run after azure-prepare and azure-validate
  2. Manifest must exist with status
    Validated
  3. Pre-deploy checklist requiredpre-deploy-checklist
  4. Destructive actions require
    ask_user
    global-rules

Steps

#ActionReference
1Check Manifest — Verify status =
Validated
2Pre-Deploy Checklist — MUST complete ALL stepspre-deploy-checklist
3Load Recipe — Based on
recipe.type
in manifest
recipes/
4Execute Deploy — Follow recipe stepsRecipe README
5Handle Errors — See recipe's
errors.md
6Verify Success — Confirm deployment completed and endpoints are accessible

Recipes

RecipeReference
AZD (Bicep or Terraform)recipes/azd/
AZCLIrecipes/azcli/
Biceprecipes/bicep/
Terraformrecipes/terraform/
💡 Tip: azd supports both Bicep and Terraform. Check
azure.yaml
for
infra.provider
setting.

MCP Tools

ToolPurpose
mcp_azure_mcp_subscription_list
List available subscriptions
mcp_azure_mcp_group_list
List resource groups in subscription
mcp_azure_mcp_azd
Execute AZD commands