azure-deploy

Plan and execute Azure deployments with Bicep, Terraform, or ARM templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying Azure workloads across environments is error-prone and hard to audit without a repeatable process that enforces safety, validation, and rollback.

Core Features & Use Cases

  • Declarative infrastructure deployment using Bicep, Terraform, or ARM templates with idempotent outcomes.
  • Integrated validation, health checks, and rollback strategies aligned with Well-Architected guidance.
  • Guidance for release automation, blue/green or canary deployment patterns and disaster recovery planning.

Quick Start

Plan an Azure deployment using Bicep or Terraform and validate the plan with idempotent, rollback-ready checks.

Frequently Asked Questions about azure-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy Azure workloads safely using Terraform or Bicep?

Deploy Azure workloads safely by planning and executing declarative Bicep, Terraform, or ARM template deployments, utilizing idempotent outcomes alongside integrated validation, health checks, and rollback strategies.

What is the best way to roll back a failed Azure infrastructure deployment?

Implement rollback strategies aligned with Well-Architected guidance to safely revert failed Azure infrastructure deployments, utilizing integrated health checks and drift detection across your Bicep or Terraform configurations.

Can I use blue/green or canary deployment patterns for Azure infrastructure?

Yes, you can implement blue/green or canary deployment patterns for Azure infrastructure by leveraging release automation guidance and disaster recovery planning integrated within your declarative IaC workflows.

Does Azure deployment support health validation and drift detection for ARM templates?

Yes, Azure deployment supports health validation and drift detection for ARM templates, ensuring idempotent outcomes while enforcing IaC practices across provisioned environments.

How do I validate an Azure deployment plan before execution?

Validate an Azure deployment plan before execution by applying idempotent, rollback-ready checks to your Bicep or Terraform configurations, ensuring safe, repeatable provisioning outcomes across environments.