azure-deploy

Execute Azure deployment commands with error recovery for pre-prepared applications.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/paidethon/Daily --skill azure-deploy-paidethon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-deploy
Source: https://github.com/paidethon/Daily/tree/main/.agents/skills/azure-deploy
Command: npx skills add https://github.com/paidethon/Daily --skill azure-deploy-paidethon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires azd, terraform, bicep, az, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the deployment of pre-prepared applications on Azure, handling common errors and reducing manual intervention.

Core Features & Use Cases

  • Automated Deployment: Executes commands like azd up, azd deploy, terraform apply, and az deployment with built-in error recovery.
  • Pre-requisites Validation: Ensures all prerequisites are met before deployment, including azure-validate and .azure/deployment-plan.md status.
  • Use Case: Deploy a pre-built application with infrastructure and services already configured, reducing the risk of deployment failures.

Quick Start

Run the azure-deploy skill with the command "execute deployment".

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 built-in error recovery?

You can automate Azure deployments by executing commands like azd up, azd deploy, terraform apply, and az deployment, which include built-in error recovery to handle common failures and reduce manual intervention.

What are the prerequisites for executing an Azure resource deployment?

Executing an Azure resource deployment requires a validated status from azure-validate and a pre-prepared .azure/deployment-plan.md file to ensure all prerequisites are met before applying changes.

Can I use terraform apply and bicep for existing application deployment workflows?

Yes, you can use terraform apply and az deployment for existing application deployment workflows, executing infrastructure and services configurations that have already been prepared and validated.

Does this Azure deployment automation work without pre-validating the infrastructure plan?

No, Azure deployment automation requires a validated status from azure-validate and the .azure/deployment-plan.md file to ensure the infrastructure plan is pre-validated before executing any deployment commands.

Why do I need to run azure-validate before automating my Azure infrastructure deployment?

You need to run azure-validate beforehand because the deployment process requires a validated .azure/deployment-plan.md file to guarantee all prerequisites and configurations are met, preventing deployment failures.

What is the best way to handle common errors during an azd deploy workflow?

The best way to handle common errors during an azd deploy workflow is using automated deployment with built-in error recovery, which validates prerequisites and executes commands while reducing manual intervention.