iac-bicep

Community

Master Azure Bicep IaC, eliminate deployment failures.

Authoreric-sabe
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill eliminates the common, costly pain points of Azure Bicep infrastructure-as-code workflows, including failed deployments, configuration drift, and hours of wasted debugging from uncaught template errors and Azure-specific gotchas.

Core Features & Use Cases

  • Standardized Project Layout: Enforces a consistent, recreatable Bicep file structure (main.bicep orchestrator, reusable modules, per-environment parameter files) to avoid snowflake infrastructure.
  • Pre-Deploy Validation Workflow: Mandates the bicep build → az deployment validate → what-if preview flow to catch errors locally before triggering long CI runs.
  • Hard-Won Azure Gotchas Library: Documents expensive, rarely-documented Bicep/ARM quirks (globally-unique name collisions, ACR SKU limits, KQL interpolation issues, incorrect metric names) to avoid trial-and-error in production.
  • Use Case: For example, when deploying a PostgreSQL Flexible Server module, this skill prevents the common misconfiguration of enabling PgBouncer on a Burstable SKU that would cause a failed production deployment.

Quick Start

Use the iac-bicep skill to validate your Bicep template and run a what-if deployment preview before pushing changes to your Azure infrastructure.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: iac-bicep
Download link: https://github.com/eric-sabe/engsys/archive/main.zip#iac-bicep

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 537,000+ vetted skills library on demand.