A company is designing a global traffic routing and failover solution for a web application deployed in the East US and West Europe regions. The application must support SSL termination at the global tier and must route traffic to different backend pools based on the URL path. If a regional outage occurs, the solution must fail over to the remaining healthy region in less than 30 seconds. Which two components should you include in the design to meet these requirements? (Select two.)
- Azure Front Door to manage global Anycast-based routing, SSL termination, and path-based routing rules.Answer
- Azure Application Gateway in each region to manage regional Layer 7 load balancing and secure the web servers.Answer
- CAzure Traffic Manager to route global traffic and perform SSL offloading at the DNS level.
- DAzure Traffic Manager configured with URL path-based routing rules to direct traffic to regional endpoints.
Answer
Azure Front Door and Azure Application Gateway
Azure Front Door is a global Layer 7 service that provides Anycast-based routing, SSL offloading, and URL path-based routing rules. Azure Application Gateway is a regional Layer 7 load balancer that handles regional routing, local SSL termination, and secures the workloads locally.
Step-by-Step Solution
Key Concept
Selecting and configuring Azure load balancing services based on layer, protocol, global/regional scope, and failover capabilities.