azure-bicep-patterns

Implement Azure infrastructure patterns with Bicep for hub-spoke networking and private endpoints.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/Avihai-H/infraops --skill azure-bicep-patterns-avihai-h
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-bicep-patterns
Source: https://github.com/Avihai-H/infraops/tree/main/.github/skills/azure-bicep-patterns
Command: npx skills add https://github.com/Avihai-H/infraops --skill azure-bicep-patterns-avihai-h

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide for designing and implementing infrastructure patterns using Azure Bicep, ensuring best practices and efficient deployment.

Core Features & Use Cases

  • Infrastructure as Code (IaC): Automate infrastructure deployment using Bicep templates.
  • Pattern Implementation: Offers ready-to-use patterns for common Azure infrastructure scenarios.
  • Use Case: Use this Skill to create a hub-spoke network or implement private endpoint wiring in your Azure infrastructure.

Quick Start

Use the 'azure-bicep-patterns' skill to create a hub-spoke network in your Azure environment.

Frequently Asked Questions about azure-bicep-patterns

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

FAQPage Schema
How do I implement a hub-spoke network topology in Azure using Bicep?

To implement a hub-spoke network in Azure using Bicep, you can use infrastructure as code patterns that automate and standardize the deployment of virtual networks, peering, and shared services. This approach ensures idempotent deployments while following best practices.

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

Azure Bicep infrastructure as code best practices involve using ready-to-use patterns for common scenarios, ensuring idempotency in deployments, and standardizing resource configurations. This includes proper wiring of private endpoints and implementing diagnostics centrally.

Can I use Bicep to automate private endpoint wiring across my Azure infrastructure?

Yes, you can use Bicep to automate private endpoint wiring across Azure infrastructure. The implementation provides ready-to-use patterns that standardize the deployment and configuration of private endpoints to secure your resources.

Does Azure Bicep support idempotent deployments for standardized infrastructure patterns?

Yes, Azure Bicep supports idempotent deployments for standardized infrastructure patterns. By utilizing infrastructure as code templates, you can repeatedly deploy resources like hub-spoke networks and diagnostics configurations consistently without side effects.

How do I set up centralized diagnostics for Azure resources using Bicep?

You can set up centralized diagnostics for Azure resources using Bicep by applying infrastructure patterns that automate diagnostic settings configuration. This ensures all deployed resources consistently send logs and metrics to a designated destination following best practices.

What is the best way to standardize Azure infrastructure deployment for developers and architects?

The best way to standardize Azure infrastructure deployment for developers and architects is using Bicep infrastructure as code patterns. This approach provides ready-to-use templates for scenarios like hub-spoke networking, ensuring automation, idempotency, and adherence to best practices.