Generate Azure Bicep

🌐Community
by olino3 · vlatest · Repository

Helps with code generation, Azure as part of deploying and managing cloud infrastructure workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add generate-azure-bicep npx -- -y @trustedskills/generate-azure-bicep
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "generate-azure-bicep": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/generate-azure-bicep"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill generates Azure BICEP (Azure Infrastructure as Code) code based on user prompts. It allows users to define desired infrastructure components and configurations in a declarative way, which the skill then translates into functional BICEP files. The generated code can be used to deploy resources within an Azure environment.

When to use it

  • Creating a new virtual machine: Describe the VM's size, OS, and network settings, and have the skill generate the corresponding BICEP code.
  • Deploying a storage account: Specify the tier, replication type, and access level for a new Azure Storage Account.
  • Setting up a basic web app deployment: Define the resource group, app service plan, and application configuration details to create a deployable BICEP template.
  • Automating infrastructure provisioning: Quickly generate BICEP code snippets for repetitive tasks like creating network interfaces or security rules.

Key capabilities

  • BICEP Code Generation
  • Declarative Infrastructure Definition
  • Azure Resource Deployment Automation

Example prompts

  • "Generate BICEP to create a standard D2s_v3 Azure VM in the East US region."
  • "Create BICEP for an Azure Storage Account named 'myfiles' with LRS replication."
  • "Give me BICEP code for deploying a basic App Service Plan and Web App."

Tips & gotchas

  • Requires familiarity with Azure resource types and configurations. The more specific the prompt, the better the generated BICEP will be.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
olino3
Installs
2

🌐 Community

Passed automated security scans.