azure-deploy

Execute Azure deployment commands with built-in error recovery.

Updated May 25, 2026
One-click install
npx skills add https://github.com/Chieji/my-skills --skill azure-deploy-chieji
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-deploy
Source: https://github.com/Chieji/my-skills/tree/main/azure-deploy
Command: npx skills add https://github.com/Chieji/my-skills --skill azure-deploy-chieji

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the deployment of prepped Azure applications by executing azd up, azd deploy, terraform apply, and az deployment with built-in error recovery.

Core Features & Use Cases

  • Validates readiness by requiring .azure/plan.md and infrastructure from azure-prepare
  • Executes the end-to-end deployment flow (azd up, azd deploy, terraform apply, az deployment) with error handling
  • Supports pushing updates to production-ready deployments and initiating "go live" workflows

Quick Start

Run the end-to-end deployment for a prepared Azure project by executing azd up after azure-prepare and azure-validate have completed.

Frequently Asked Questions about azure-deploy

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

FAQPage Schema
How do I automate Azure deployments with terraform and azd?

This Skill automates Azure deployments by executing azd up, azd deploy, terraform apply, and az deployment with built-in error recovery. It enforces prerequisites, pre-deploy checks, and post-deploy verification for a successful, auditable rollout.

What prerequisites do I need to run azd up for an existing application?

Running azd up requires an existing .azure/plan.md file and infrastructure files prepared by azure-prepare, with the plan status validated by azure-validate. These prerequisites ensure your application is fully ready for a successful deployment.

Can I push updates to a production-ready Azure deployment?

Yes, you can push updates to production-ready Azure deployments and initiate go-live workflows. The deployment execution supports updating existing infrastructure and applications while maintaining error handling and post-deploy verification.

Does Azure deployment support APIM gateway deployments and error recovery?

Yes, Azure deployment supports APIM gateway deployments and includes built-in error recovery during execution. It handles errors encountered during azd up, terraform apply, and az deployment commands to ensure a reliable rollout.

What is the best way to ensure an auditable Azure infrastructure rollout?

The best way to ensure an auditable Azure infrastructure rollout is to use an automated deployment flow that enforces prerequisites, pre-deploy checks, and post-deploy verification. This guarantees that every step from terraform apply to az deployment is validated.

Why does my azd deploy fail without a validated plan status?

Your azd deploy fails because the deployment requires a validated plan status from azure-validate and infrastructure files from azure-prepare. Without these prerequisites, the deployment cannot enforce readiness checks or execute the rollout safely.