azure-vnet

Generates Azure Virtual Network configurations with NSGs, peering, NAT Gateways, and Firewall in Bicep or Terraform code.

1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/sitharaj88/claude-skills --skill azure-vnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-vnet
Source: https://github.com/sitharaj88/claude-skills/tree/main/skills/azure-vnet
Command: npx skills add https://github.com/sitharaj88/claude-skills --skill azure-vnet

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the generation of complex Azure Virtual Network (VNet) configurations, including subnets, Network Security Groups (NSGs), peering, and essential networking services like NAT Gateways and Azure Firewall.

Core Features & Use Cases

  • Automated VNet and Subnet Design: Generates production-ready VNet layouts with pre-defined subnet tiers (e.g., web, app, data) and CIDR planning.
  • NSG and Firewall Configuration: Creates Network Security Groups for granular traffic control and Azure Firewall configurations for centralized security.
  • Connectivity Options: Supports VNet peering, VPN Gateway, and ExpressRoute configurations.
  • Use Case: A user needs to set up a secure and scalable network for a new multi-tier application in Azure. They can use this Skill to quickly generate the Bicep or Terraform code for the VNet, subnets, NSGs, and firewall, ensuring best practices are followed.

Quick Start

Generate Azure VNet configurations with CIDR 10.0.0.0/16 in the East US region for a hub-spoke architecture with VPN connectivity.

Frequently Asked Questions about azure-vnet

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

FAQPage Schema
How do I design an Azure VNet with subnets and NSGs using Terraform?

To design an Azure VNet with Terraform, this Skill generates production-ready configurations for subnets and Network Security Groups based on your defined CIDR blocks and region requirements. It outputs infrastructure as code for secure, scalable network layouts.

What is the best way to configure a hub-spoke Azure network architecture with peering?

Configuring a hub-spoke Azure network architecture is achieved by generating VNet peering configurations alongside centralized Azure Firewall and NAT Gateways. This approach ensures secure routing and traffic control across multiple connected virtual networks.

Can I generate Bicep code for Azure Firewall and NAT Gateway deployments?

Yes, you can generate Bicep code for Azure Firewall and NAT Gateway deployments. The Skill supports both Bicep and Terraform code generation to automate the deployment of essential Azure networking infrastructure components.

Does the Azure VNet generator support VPN Gateway and ExpressRoute connectivity options?

Yes, the Azure VNet generator supports VPN Gateway and ExpressRoute connectivity options. It automates the configuration of these hybrid connectivity solutions to extend your on-premises networks securely into the Azure cloud infrastructure.

How do I plan CIDR blocks for multi-tier application subnets in Azure?

Planning CIDR blocks for multi-tier subnets is handled by defining your required web, app, and data tiers. The Skill automatically maps these architectural requirements to appropriate subnet configurations within your specified VNet CIDR range.