azure-deploy
Execute Azure deployments for prepared applications with built-in error recovery and validation.
What it does
- Execute deployment of an already-prepared application (azure.yaml and infra/ exist)
- Push updates to an existing Azure deployment
- Run azd up, azd deploy, or az deployment on a prepared project
- Ship already-built code to production
- Deploy an application that already includes API Management (APIM) gateway infrastructure
- Azure Developer CLI: azd
- Azure Identity: Python | .NET | TypeScript | Java
Requirements & configuration
- PREREQUISITE: The azure-validate skill MUST be invoked and completed with status Validated BEFORE executing this skill.
- ⛔ STOP — PREREQUISITE CHECK REQUIRED
- 4. ⛔ Destructive actions require askuser — global-rules
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Execute Azure deployments for prepared applications with built-in error recovery and validation.
Source
Repository: https://github.com/microsoft/azure-skills
azure-deploy FAQ
What does the azure-deploy skill do?
Execute Azure deployments for ALREADY-PREPARED applications that have existing .azure/deployment-plan.md and infrastructure files. DO NOT use this skill when the user asks to CREATE a new application — use azure-prepare instead. This skill runs azd up, azd deploy, terraform apply, and az deployment commands with built-in error recovery. Requires .azure/deployment-plan.md from azure-prepare and validated status from azure-validate. WHEN: \"run azd up\", \"run azd deploy\", \"execute deployment\", \"push to production\", \"push to cloud\", \"go live\", \"ship it\", \"bicep deploy\", \"terraform apply\", \"publish to Azure\", \"launch on Azure\". DO NOT USE WHEN: \"create and deploy\", \"build and deploy\", \"create a new app\", \"set up infrastructure\", \"create and deploy to Azure using Terraform\" — use azure-prepare for these. Execute deployment of an already-prepared application (azure.yaml and infra/ exist) Push updates to an existing Azure deployment
What does azure-deploy require?
PREREQUISITE: The azure-validate skill MUST be invoked and completed with status Validated BEFORE executing this skill. ⛔ STOP — PREREQUISITE CHECK REQUIRED 4. ⛔ Destructive actions require askuser — global-rules
How do I install azure-deploy?
Run: npx -y skills add https://github.com/microsoft/azure-skills --skill azure-deploy --agent claude-code — the source lives at github.com/microsoft/azure-skills.
Maintain azure-deploy?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/microsoft-azure-skills-azure-deploy?ref=badge) npx agentictools info skills/microsoft-azure-skills-azure-deploy The second line is the CLI lookup for this page — handy in READMEs and docs.