azure-deploy

Coordinate Azure infrastructure and application deployment with Bicep or Terraform.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/TylerLeonhardt/greenroom --skill azure-deploy-tylerleonhardt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-deploy
Source: https://github.com/TylerLeonhardt/greenroom/tree/main/.github/skills/azure-deploy
Command: npx skills add https://github.com/TylerLeonhardt/greenroom --skill azure-deploy-tylerleonhardt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Azure deployment can be error-prone and time-consuming without a repeatable, governed workflow. This skill provides a validated, guided process to provision infrastructure and deploy applications to Azure using Bicep or Terraform, with built-in checks and references to best practices.

Core Features & Use Cases

  • Validated deployment workflow using azure-prepare, azure-validate, and azure-deploy steps
  • Supports Bicep and Terraform IaC, reusable recipes, and pre-deploy checks
  • Destructive action guardrails and the Pre-Deploy Checklist to prevent mistakes

Quick Start

Run azd up --no-prompt to provision and deploy your Azure environment after validating prerequisites.

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 deployments with safety checks?

Automate Azure deployments using a validated, stepwise workflow with Bicep or Terraform. The process enforces mandatory prerequisites and guardrails against destructive changes before running azd up to provision and deploy your environment.

What is the best way to deploy Azure infrastructure using Terraform without causing destructive changes?

Deploying Azure infrastructure with Terraform is safest using a guided workflow that applies destructive action guardrails and a pre-deploy checklist. This validates your .azure/plan.md to prevent mistakes before provisioning.

Does the Azure deployment workflow support both Bicep and Terraform?

Yes, the Azure deployment workflow supports both Bicep and Terraform infrastructure as code. It coordinates provisioning and application deployment through reusable recipes while applying mandatory pre-deploy checks.

Why do I need to validate my .azure/plan.md before running azd up?

Validating your .azure/plan.md before running azd up ensures all prerequisites and guardrails are met. The azure-validate step must be completed first to prevent destructive changes and guide safe provisioning.

How do I provision and deploy my Azure environment step by step?

Provision and deploy your Azure environment step by step by running azure-prepare, azure-validate, and azure-deploy. After validation completes, execute azd up --no-prompt to apply your Bicep or Terraform configuration safely.

What happens if I skip the azure-validate step in my Azure deployment?

Skipping the azure-validate step bypasses mandatory checks and pre-deploy guardrails designed to prevent destructive changes. The validated workflow requires completing azure-validate before azd up to ensure safe provisioning and deployment.