bicep

Author Azure Bicep templates and discover resource types with API versions.

3|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/HouseGarofalo/claude-code-base --skill bicep-housegarofalo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bicep
Source: https://github.com/HouseGarofalo/claude-code-base/tree/main/.claude/skills/bicep
Command: npx skills add https://github.com/HouseGarofalo/claude-code-base --skill bicep-housegarofalo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides expert guidance for writing and deploying Azure infrastructure using Bicep, simplifying complex deployments and ensuring best practices.

Core Features & Use Cases

  • Resource Type Discovery: Quickly find Azure resource types and their API versions.
  • Best Practices: Learn how to structure parameters, variables, resources, and modules effectively.
  • Azure Verified Modules (AVM): Guidance on using pre-built, community-vetted Bicep modules.
  • Use Case: When you need to deploy a new Azure Storage Account, this Skill can help you find the correct resource type, API version, and provide a template for defining its properties and configuration.

Quick Start

Use the bicep skill to discover resource types for the Microsoft.Storage provider.

Frequently Asked Questions about bicep

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

FAQPage Schema
How do I find the correct API version for an Azure resource type in Bicep?

To discover Azure resource types and their correct API versions for Bicep templates, this skill provides direct lookup capabilities for Microsoft providers. It ensures you use the correct resource schemas and API versions for your infrastructure as code.

What are the best practices for structuring parameters and variables in Bicep?

Best practices for structuring Bicep parameters and variables include organizing them effectively within your templates. This skill offers expert guidance on authoring patterns to simplify complex deployments and maintainable infrastructure as code.

How do I use Azure Verified Modules in my infrastructure as code?

You use Azure Verified Modules (AVM) by referencing pre-built, community-vetted Bicep modules in your infrastructure code. This skill provides guidance on finding and implementing AVM modules to ensure standardized and reliable Azure deployments.

Can I get a Bicep template for deploying an Azure Storage Account?

Yes, you can get a Bicep template for deploying an Azure Storage Account. This skill helps you find the correct Microsoft.Storage resource type and provides a template for defining the properties and configuration needed for deployment.

What is the best way to look up Azure resource schemas for Bicep deployments?

The best way to look up Azure resource schemas for Bicep deployments is using this skill's schema retrieval capabilities. It allows you to quickly retrieve the necessary schemas to accurately define your Azure resources.