1
You need to route traffic to Azure Virtual Machines instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?
Azure Load Balancer
Proxy servers
Azure CDN
Azure Application Gateway
View Explanation
✓ Correct Answer: Azure Application GatewayExplanation:Azure Application Gateway operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.