A company is planning to deploy a web application on Azure and requires a load balancing solution. The solution must support SSL/TLS termination at the load balancer level and URL path-based routing (such as routing requests for '/video/*' to a specific backend pool).
Which of the following Azure services support these requirements? (Select TWO)
- Azure Application GatewayAnswer
- Azure Front DoorAnswer
- CAzure Traffic Manager
- DAzure Basic Load Balancer integrated with virtual machines using Standard SKU public IP addresses
Answer
Azure Application Gateway and Azure Front Door are the services that support both SSL/TLS termination and URL path-based routing.
Azure Application Gateway and Azure Front Door both operate at Layer 7 (HTTP/HTTPS) and support SSL/TLS termination and URL-based path routing to backend pools.
Step-by-Step Solution
Key Concept
Azure Layer 7 load balancing services (Application Gateway and Front Door) support application-layer features like SSL/TLS offloading and path-based routing, unlike Layer 4 or DNS-based balancers.