azure-load-balancer

Guide Azure Load Balancer configuration, troubleshooting, deployment decisions, and Basic-to-Standard migration workflows.

Updated Dec 19, 2025
One-click install
npx skills add https://github.com/appliedailearner/upendra_kumar_portfolio --skill azure-load-balancer-appliedailearner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-load-balancer
Source: https://github.com/appliedailearner/upendra_kumar_portfolio/tree/main/.agent/skills/azure-load-balancer
Command: npx skills add https://github.com/appliedailearner/upendra_kumar_portfolio --skill azure-load-balancer-appliedailearner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Azure Load Balancer configuration and deployment can be complex, error-prone, and time-consuming without expert guidance.

Core Features & Use Cases

  • Troubleshooting, design patterns, deployment guidance, and integration with monitoring and metrics; supports decisions about SKU, NAT rules, inbound/outbound, health probes, and cross-subscription scenarios.
  • Use cases include building inbound NAT rules for VM scale sets, configuring health probes, and migrating from Basic to Standard.

Quick Start

Configure a standard Azure Load Balancer with a backend pool, health probes, and NAT rules for your VM scale set.

Frequently Asked Questions about azure-load-balancer

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

FAQPage Schema
How do I configure Azure Load Balancer health probes for a VM scale set?

To configure Azure Load Balancer health probes for a VM scale set, you must define probe parameters and associate them with your backend pool. This ensures traffic routes only to healthy instances based on continuous health checks.

What's the best way to migrate Azure Load Balancer from Basic to Standard SKU?

Migrating Azure Load Balancer from Basic to Standard SKU requires creating a new Standard load balancer, migrating traffic, and verifying backend configurations. This upgrade provides enhanced features and production-grade reliability.

Why does SNAT port exhaustion happen with Azure Load Balancer outbound traffic?

SNAT port exhaustion with Azure Load Balancer outbound traffic occurs when outbound connections exceed available ports. Configuring outbound rules or NAT gateway integration resolves this by managing port allocation efficiently.

How do I build inbound NAT rules for Azure Load Balancer frontends and backends?

Building inbound NAT rules for Azure Load Balancer involves mapping frontend IP ports to backend instances. This directs specific external traffic directly to designated virtual machines within your backend pool.

Can I integrate Azure Load Balancer metrics with IMDS for troubleshooting?

Yes, Azure Load Balancer integrates with IMDS and metrics for troubleshooting. Retrieving telemetry data through metrics allows you to monitor traffic flows and diagnose configuration issues effectively.

Does Azure Load Balancer support cross-subscription scenarios?

Azure Load Balancer supports cross-subscription scenarios for distributing traffic across boundaries. You can configure frontend and backend pools across different subscriptions using specific deployment patterns.