azure-networking

Manage Azure networking services using Azure CLI commands.

6|3|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/jongio/azd-copilot --skill azure-networking-jongio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-networking
Source: https://github.com/jongio/azd-copilot/tree/main/cli/src/internal/assets/ghcp4a-skills/azure-networking
Command: npx skills add https://github.com/jongio/azd-copilot --skill azure-networking-jongio

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the setup and management of Azure networking resources, ensuring secure and efficient connectivity for your applications.

Core Features & Use Cases

  • Virtual Network Configuration: Set up and manage VNets and subnets for network isolation.
  • Private Connectivity: Implement private endpoints and private link for secure PaaS access.
  • Load Balancing: Configure Load Balancers, Application Gateways, and Front Door for traffic distribution.
  • Use Case: Securely deploy a web application by configuring an Application Gateway with WAF protection and a private endpoint to a backend database.

Quick Start

Use the azure-networking skill to create a virtual network named 'myVnet' in the 'East US' region with an address prefix of '10.1.0.0/16'.

Frequently Asked Questions about azure-networking

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

FAQPage Schema
How do I configure an Azure VNet and subnets for network isolation?

To configure Azure VNet and subnets for network isolation, use Azure CLI commands to define the virtual network and address prefixes. You can establish a secure and isolated cloud environment by creating a VNet with specific address spaces like 10.1.0.0/16.

How do I set up an Azure Application Gateway with WAF and a private endpoint to a backend database?

You can securely deploy a web application by configuring an Azure Application Gateway with WAF protection for traffic distribution and implementing a private endpoint for private connectivity to your backend PaaS database.

What is the best way to implement a hub-spoke network topology in Azure?

The best way to implement an Azure hub-spoke topology is by managing virtual networks through Azure CLI commands to route traffic securely between centralized hub and isolated spoke environments, ensuring efficient connectivity for your applications.

Does Azure private link work with standard load balancers for secure PaaS access?

Yes, Azure private link works alongside standard load balancers by implementing private endpoints to ensure secure and isolated PaaS access. You can configure load balancing and private connectivity layers independently within your virtual network.

When should I use Azure Front Door instead of a standard Load Balancer for traffic distribution?

You should utilize Azure Front Door instead of a standard Load Balancer when your traffic distribution requires global routing and web application firewall capabilities across different regions, whereas standard Load Balancers handle regional traffic within virtual networks.

Why is configuring DNS important when setting up Azure private endpoints?

Configuring DNS is important for Azure private endpoints because it correctly routes traffic to your private IP address instead of the public PaaS endpoint, maintaining secure and isolated cloud connectivity for your application backend.