A company is modernizing a web application that will be hosted in a single Azure region. The solution must meet the following requirements:
- Support SSL/TLS termination at the load balancer.
- Support URL path-based routing (HTTP/HTTPS).
- Provide regional zone-redundant high availability.
- Ensure the configuration does not fail validation due to SKU mismatches.
Which load balancing configuration should you recommend?
- Azure Application Gateway (Standard v2) with backend virtual machines distributed across multiple Availability ZonesAnswer
- BAzure Traffic Manager configured to route traffic based on URL paths
- CA Standard Azure Load Balancer configured to distribute traffic to backend virtual machines that utilize Basic SKU public IP addresses
- DAn Azure Application Gateway with all backend virtual machine instances deployed within a single Availability Zone to achieve zone-redundant high availability
Answer
Azure Application Gateway (Standard v2) with backend virtual machines distributed across multiple Availability Zones
The correct configuration is the Azure Application Gateway (Standard v2) with backend virtual machines distributed across multiple Availability Zones. This service operates at Layer 7, providing the required SSL/TLS termination and URL path-based routing. Distributing the virtual machines across multiple Availability Zones satisfies the zone-redundant high availability requirement.
Step-by-Step Solution
Key Concept
Application Load Balancing and Delivery