azure-deploy

Automate Azure application deployment with error recovery and verification.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/Avihai-H/infraops --skill azure-deploy-avihai-h
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-deploy
Source: https://github.com/Avihai-H/infraops/tree/main/.github/skills/azure-deploy
Command: npx skills add https://github.com/Avihai-H/infraops --skill azure-deploy-avihai-h

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires azure-cli, bicep, terraform, and includes scripts (resource) and references (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Automated Deployment: Automates the deployment of applications on Azure using azd up, azd deploy, terraform apply, and az deployment commands.
  • Validation: Ensures that the application is properly prepared and validated before deployment.
  • Pre-Deployment Checklist: Prompts the user to complete a pre-deployment checklist to avoid common pitfalls.
  • Error Recovery: Handles errors during deployment and recovers gracefully.

Quick Start

Use the azure-deploy skill to deploy your application by running azd up or azd deploy after completing the necessary validations and configurations.

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

Automated Azure application deployment is handled using azd up, azd deploy, or terraform apply, featuring pre-deployment validation and graceful error recovery to ensure reliable provisioning.

What is the best way to deploy infrastructure as code on Azure using Bicep or Terraform?

Deploying infrastructure as code on Azure is automated via az deployment and terraform apply commands, validating Bicep or Terraform configurations before execution to avoid common pitfalls.

Do I need the Azure CLI to provision cloud resources with this automation workflow?

Azure CLI is required as a core dependency to execute azd up, azd deploy, and az deployment commands for provisioning cloud resources and validating application configurations.

How does the pre-deployment checklist prevent common pitfalls during Azure provisioning?

The pre-deployment checklist prompts you to verify configurations before running azd up or terraform apply, ensuring applications are properly prepared and validated to avoid common Azure provisioning pitfalls.

What happens when an error occurs during an automated Azure deployment?

Errors occurring during Azure deployment are handled by built-in error recovery mechanisms, which manage the failures gracefully and verify the application state to ensure reliable infrastructure provisioning.