azure-deploy

Automate Azure application deployment using azd, Bicep, or Terraform.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the deployment of Azure applications, ensuring they are well-architected, governed, and documented.

Core Features & Use Cases

  • Deployment Automation: Executes azd up, azd deploy, terraform apply, and az deployment commands for Azure applications.
  • Validation: Ensures .azure/plan.md is validated before deployment.
  • Error Recovery: Implements error recovery and verification pipelines for robust deployment reliability.
  • Use Case: Use this Skill to deploy a well-architected Azure application with existing infrastructure, ensuring it is deployed correctly and securely.

Quick Start

Run the 'azd deploy' command to deploy your Azure application.

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

Automate Azure application deployments by executing azd, Bicep, or Terraform commands with built-in pipelines that handle error recovery and verification automatically. This ensures your infrastructure is deployed correctly and securely.

Do I need azd, Bicep, or Terraform installed to automate Azure deployments?

Yes, you need azd, Bicep, or Terraform installed locally to execute infrastructure deployment commands. The automation process relies on these tools to provision and validate your Azure applications securely.

How does validating an Azure deployment plan work before applying infrastructure?

Validating an Azure deployment plan involves checking the .azure/plan.md file before executing any deployment commands. This ensures the infrastructure configuration is verified and well-architected prior to provisioning.

What is the best way to handle errors during Azure infrastructure provisioning?

The best way to handle Azure infrastructure provisioning errors is using automated recovery and verification pipelines. These mechanisms intercept failures during azd or Terraform deployments and attempt automated correction.

Can I use both Terraform and Bicep for deploying Azure applications?

Yes, you can use either Terraform or Bicep for deploying Azure applications. The automation executes the respective apply or deployment commands, ensuring your infrastructure is governed and documented correctly.

Why should I validate .azure/plan.md before running azd up or terraform apply?

Validating .azure/plan.md before running azd up or terraform apply ensures your Azure deployment is well-architected and governed. This pre-deployment verification prevents configuration errors and enforces documentation standards.