A financial services company hosts a critical web API across two Azure regions: East US and West Europe. The API requires SSL offloading, URL path-based routing to direct requests (such as routing /payments to a dedicated backend pool), and a global failover mechanism that achieves a recovery time objective (RTO) of less than one minute. Which traffic routing solution should you recommend?
- Deploy Azure Front Door to route global traffic, configure path-based routing rules, and perform SSL offloading.Answer
- BDeploy Azure Traffic Manager to manage global traffic routing, and configure path-based routing and SSL offloading directly on the Traffic Manager profile.
- CDeploy Azure Application Gateway in a multi-region configuration to route traffic globally, configure path-based routing rules, and perform SSL offloading.
- DDeploy Azure Traffic Manager to route traffic globally, and deploy Azure Load Balancer in each region to perform path-based routing and SSL offloading.
Answer
Deploy Azure Front Door to route global traffic, configure path-based routing rules, and perform SSL offloading.
The correct option is the one proposing Azure Front Door. Azure Front Door is an Anycast-enabled global Layer 7 load balancer. It natively supports SSL/TLS termination, URL path-based routing, and rapid backend health monitoring that enables failover in less than a minute.
Step-by-Step Solution
Key Concept
Azure Front Door is a global, Anycast-based Layer 7 load balancer that supports SSL offloading, path-based routing, and sub-minute global failover, whereas Azure Traffic Manager is a DNS-level load balancer subject to DNS TTL caching.
Estimated Time:1m 30s