Loading...
Loading...
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).
npx skill4agent add tyler-r-kendrick/agent-skills azure-deployAUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCEPREREQUISITE: The azure-validate skill MUST be invoked and completed with statusBEFORE executing this skill.Validated
azd upaz deploymentValidatedask_user| # | 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 | — |
| Recipe | Reference |
|---|---|
| AZD | recipes/azd/ |
| AZCLI | recipes/azcli/ |
| Bicep | recipes/bicep/ |
| Terraform | recipes/terraform/ |
| Tool | Purpose |
|---|---|
| List available subscriptions |
| List resource groups in subscription |
| Execute AZD commands |