azure-deploy

Automate Azure infrastructure and application deployment with error recovery and verification.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/cassm199-mita/azure-agentic-infraops-accelerator --skill azure-deploy-cassm199-mita
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-deploy
Source: https://github.com/cassm199-mita/azure-agentic-infraops-accelerator/tree/main/.github/skills/azure-deploy
Command: npx skills add https://github.com/cassm199-mita/azure-agentic-infraops-accelerator --skill azure-deploy-cassm199-mita

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the deployment of Azure infrastructure and applications, ensuring a consistent and reliable deployment process with built-in error recovery and verification.

Core Features & Use Cases

  • Automated Deployment: Execute deployment of prepared applications using azd up, azd deploy, terraform apply, and az deployment commands.
  • Validation: Ensures that the infrastructure is well-architected, governed, and documented before deployment.
  • Error Recovery: Built-in error recovery pipeline to handle deployment failures and retry automatically.
  • Use Case: Ideal for developers and DevOps engineers looking to automate their Azure deployment process and reduce manual errors.

Quick Start

Run the 'azure-deploy' skill to deploy your Azure infrastructure.

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 infrastructure deployment with error recovery?

Automate Azure infrastructure deployment using commands like azd up and terraform apply with a built-in error recovery pipeline that handles failures and retries automatically. This ensures a consistent, reliable deployment process while reducing manual errors.

What is the best way to handle deployment failures in Azure DevOps automation?

Handling Azure deployment failures is managed by a built-in error recovery pipeline that automatically detects deployment failures and retries the execution. This applies to azd deploy, terraform apply, and az deployment commands to ensure reliable infrastructure provisioning.

Do I need to prepare my Azure environment before running automated deployments?

Yes, you need to prepare your Azure environment before deployment. The automated deployment process requires the azure-prepare and azure-validate skills to ensure your infrastructure is well-architected, governed, and documented prior to execution.

Can I use Terraform and Bicep for Azure infrastructure automation in this workflow?

Yes, you can use Terraform and Bicep for Azure infrastructure automation. The deployment workflow supports dependencies including azd, terraform, bicep, and azcli to execute infrastructure and application deployments with automated verification.

Why does my Azure deployment require validation before applying infrastructure changes?

Azure deployment requires validation to ensure the infrastructure is well-architected, governed, and documented before applying changes. The azure-validate skill checks the prepared environment to prevent configuration issues during the actual deployment.

What are the limitations of automating Azure deployments without built-in error recovery?

Automating Azure deployments without built-in error recovery risks inconsistent infrastructure states due to unhandled failures. Using a deployment pipeline with automated error recovery and verification prevents these issues by automatically retrying failed azd or terraform executions.