bicep

Assist Azure Bicep infrastructure-as-code development with resource discovery and AVM guidance.

6|2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/fgarofalo56/Suppercharge_Microsoft_Fabric --skill bicep-fgarofalo56
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bicep
Source: https://github.com/fgarofalo56/Suppercharge_Microsoft_Fabric/tree/main/.github/skills/bicep
Command: npx skills add https://github.com/fgarofalo56/Suppercharge_Microsoft_Fabric --skill bicep-fgarofalo56

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides expert guidance and tools to streamline the authoring, deployment, and management of Azure infrastructure using Bicep, ensuring best practices and efficient resource utilization.

Core Features & Use Cases

  • Bicep Best Practices: Offers comprehensive guidelines for writing clean, maintainable, and secure Bicep code.
  • Resource Discovery: Helps find Azure resource types, their API versions, and schemas.
  • Azure Verified Modules (AVM): Guides users on leveraging pre-built, tested modules for common Azure patterns.
  • Use Case: A DevOps engineer needs to deploy a new Azure Kubernetes Service (AKS) cluster. They can use this Skill to get the correct resource type and API version for Microsoft.ContainerService/managedClusters, find an appropriate AVM module, and receive best practice recommendations for their Bicep template.

Quick Start

Use the bicep skill to find the resource type and latest API version for deploying an Azure Storage Account.

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 find the correct API version for an Azure resource type in Bicep, this Skill provides resource discovery features that retrieve available resource types, their latest API versions, and required schemas for deployment.

What are the best practices for writing Azure Bicep infrastructure as code?

Azure Bicep infrastructure as code best practices include writing clean, maintainable, and secure templates. This Skill offers comprehensive guidelines to ensure efficient resource utilization and proper deployment management for your infrastructure.

How do I use Azure Verified Modules for Bicep deployments?

To use Azure Verified Modules (AVM) for Bicep deployments, this Skill guides you on leveraging pre-built, tested modules for common Azure patterns, ensuring reliable and standardized resource provisioning.

Can I deploy an Azure Kubernetes Service cluster using Bicep?

Yes, you can deploy an Azure Kubernetes Service cluster using Bicep. This Skill helps find the correct resource type and API version for Microsoft.ContainerService/managedClusters and recommends appropriate AVM modules for the template.

Does this Skill support schema retrieval for Azure resource management?

Yes, this Skill supports schema retrieval for Azure resource management by providing expert assistance to discover resource types, fetch their specific API versions, and retrieve the schemas needed for Bicep file authoring.