1. An architect must recommend a regional layer-7 load balancer that provides URL path-based routing, SSL offload, and a web application firewall for a web app hosted on Azure VMs/AKS. Which service fits BEST?
- A. Azure Application Gateway (with WAF)✓ Correct
- B. Azure Load Balancer (layer 4)
- C. Azure Traffic Manager
- D. Azure Bastion
Explanation
Azure Application Gateway is a regional layer-7 (HTTP/HTTPS) load balancer offering path-based routing, SSL offload, and integrated WAF. Load Balancer (B) is layer 4, Traffic Manager (C) is DNS-based global routing (no per-request layer-7 features or WAF), and Bastion (D) is VM access.