azure-deploy

Deploy prepared Azure applications using azd and terraform workflows.

2|Updated May 13, 2026
One-click install
npx skills add https://github.com/danger-English/claude-code-intro --skill azure-deploy-danger-english
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-deploy
Source: https://github.com/danger-English/claude-code-intro/tree/main/skills/azure-deploy
Command: npx skills add https://github.com/danger-English/claude-code-intro --skill azure-deploy-danger-english

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines deploying Azure-ready applications that already have a deployment plan and infrastructure defined, ensuring consistent, validated releases.

Core Features & Use Cases

  • Orchestrates azd up, azd deploy, and terraform/az deployment steps with built-in error recovery.
  • Enforces prerequisites from azure-prepare and azure-validate before execution to prevent misconfigurations.
  • Supports pushing updates to production for prepared projects and handling common deployment scenarios.

Quick Start

Provide the prepared project (with .azure deployment plan) and run this skill to deploy the application using the existing infrastructure configuration.

Frequently Asked Questions about azure-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy an Azure application using Terraform and azd?

You can deploy Azure applications using azd and terraform workflows by orchestrating azd up, azd deploy, and terraform apply commands. This skill coordinates infrastructure provisioning and application deployment with built-in error recovery and prerequisites validation.

What prerequisites do I need to run an Azure infrastructure deployment?

To run an Azure infrastructure deployment, your project needs a .azure/deployment-plan.md file and existing infra definitions. The skill enforces prerequisites from azure-prepare and azure-validate modules before executing azd or terraform commands to prevent misconfigurations.

Does this deployment workflow support error recovery for azd and terraform apply?

Yes, this deployment workflow supports built-in error recovery for azd up, azd deploy, and terraform apply commands. It validates prerequisites and coordinates infrastructure provisioning and application deployment to ensure consistent, validated releases for prepared Azure applications.

What is the best way to push updates to production for a prepared Azure app?

The best way to push updates to production for a prepared Azure app is using azd deploy workflows. This skill handles common deployment scenarios by coordinating az deployment commands with prerequisites validation, ensuring consistent releases for projects with existing infrastructure configurations.

Can I use azd up for both infrastructure provisioning and application deployment?

Yes, you can use azd up for both infrastructure provisioning and application deployment. This skill coordinates azd up alongside azd deploy and terraform apply commands, applying them to projects that already include .azure/deployment-plan.md and infra definitions for validated releases.