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-deployTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Azure Deploy
AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCEPREREQUISITE: The azure-validate skill MUST be invoked and completed with statusBEFORE executing this skill.Validated
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 or
azd upaz deployment - Ship code to production
- Deploy Azure Functions to the cloud
Rules
- Run after azure-prepare and azure-validate
- Manifest must exist with status
Validated - Pre-deploy checklist required — pre-deploy-checklist
- ⛔ Destructive actions require — global-rules
ask_user
Steps
| # | Action | Reference |
|---|---|---|
| 1 | Check Manifest — Verify status = | — |
| 2 | Pre-Deploy Checklist — MUST complete ALL steps | pre-deploy-checklist |
| 3 | Load Recipe — Based on | recipes/ |
| 4 | Execute Deploy — Follow recipe steps | Recipe README |
| 5 | Handle Errors — See recipe's | — |
| 6 | Verify Success — Confirm deployment completed and endpoints are accessible | — |
Recipes
| Recipe | Reference |
|---|---|
| AZD (Bicep or Terraform) | recipes/azd/ |
| AZCLI | recipes/azcli/ |
| Bicep | recipes/bicep/ |
| Terraform | recipes/terraform/ |
💡 Tip: azd supports both Bicep and Terraform. Checkforazure.yamlsetting.infra.provider
MCP Tools
| Tool | Purpose |
|---|---|
| List available subscriptions |
| List resource groups in subscription |
| Execute AZD commands |