azure-deploy
Original:🇺🇸 English
Not 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. DO NOT USE FOR: preparing new apps (use azure-prepare), validating before deploy (use azure-validate).
1installs
Added on
NPX Install
npx skill4agent add tyler-r-kendrick/agent-skills azure-deploySKILL.md Content
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 | recipes/azd/ |
| AZCLI | recipes/azcli/ |
| Bicep | recipes/bicep/ |
| Terraform | recipes/terraform/ |
MCP Tools
| Tool | Purpose |
|---|---|
| List available subscriptions |
| List resource groups in subscription |
| Execute AZD commands |