SwapnilSwapnil's Studio
Azure CloudEp 46

Azure Load Balancer & Application Gateway

Distribute traffic reliably across Azure VMs and App Services with Azure Load Balancer (L4) and Application Gateway (L7 WAF) — the foundation of high-availability architectures.

8
slides
🖥️Azure Demo Steps
  1. 1Create a Standard Load Balancer in Azure Portal
  2. 2Add backend pool: 2 VMs in an availability set
  3. 3Configure health probe: HTTP on port 80
  4. 4Add load balancing rule: port 80 → backend pool
  5. 5Test: stop one VM, verify traffic goes to the other
  6. 6Create Application Gateway with WAF v2
  7. 7Configure listener, backend pool, routing rules