azure-deploy

Automate Azure deployments with azd across Bicep-based provisioning, upgrade, and rollback scenarios.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/baburdu/azd-builder --skill azure-deploy-baburdu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-deploy
Source: https://github.com/baburdu/azd-builder/tree/main/.github/skills/azure-deploy
Command: npx skills add https://github.com/baburdu/azd-builder --skill azure-deploy-baburdu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end Azure deployment workflows with governance, guardrails, and repeatable patterns for infrastructure provisioned via Bicep and azd.

Core Features & Use Cases

  • Full deployment lifecycle: pre-flight checks, azd up, governance validation, and post-deployment validation.
  • Rollback & cleanup: explicit rollback procedures and safe cleanup guidance.
  • Policy-driven execution: enforces mandatory deployment policies to reduce risk in CI/CD.

Quick Start

Run the skill to guide end-to-end Azure deployment using azd, including pre-flight checks, deployment execution, rollback, and post-deployment validation.

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 using Bicep and azd?

Automate Azure deployments by using azd with Bicep templates to enforce safe, repeatable infrastructure provisioning. This workflow manages the full deployment lifecycle, including pre-flight checks, deployment execution, and post-deployment validation.

What is the best way to add guardrails and governance to Bicep infrastructure deployments?

Adding guardrails to Bicep deployments involves enforcing mandatory deployment policies and running governance validation before and after provisioning. This reduces risk in CI/CD pipelines by applying policy-driven execution to your infrastructure-as-code workflows.

How do I rollback a failed Azure infrastructure deployment?

Rollback a failed Azure infrastructure deployment by following explicit rollback procedures and safe cleanup guidance. This ensures that any failed provisioning or upgrade scenario is safely reversed without leaving orphaned resources.

Does azd support post-deployment validation for Azure Bicep templates?

Yes, azd supports post-deployment validation for Azure Bicep templates. The deployment workflow includes governance validation and post-deployment checks to verify that your provisioned infrastructure meets required governance and guardrail standards.

Can I use azd for both provisioning and rollback scenarios in Azure?

Yes, you can use azd for both provisioning and rollback scenarios in Azure. The workflow applies to full deployment lifecycles, managing everything from initial pre-flight checks and upgrades to explicit rollback and safe cleanup procedures.

What are the limitations of using azd for Azure infrastructure deployments?

Using azd for Azure infrastructure deployments is limited to Bicep-based templates and requires strict policy-driven execution. You should not use this approach if your scenario bypasses mandatory governance validation or lacks support for pre-flight and post-deployment checks.