You are designing a global routing solution for a web application hosted in multiple Azure regions. The solution must support automatic failover to a secondary region and offload SSL/TLS decryption to the edge closest to the users. Which Azure service should you recommend?
- Azure Front DoorAnswer
- BAzure Traffic Manager
- CAzure SQL Database Auto-Failover Groups
- DUser-Defined Routes (UDRs) to manually redirect web traffic
Answer
Azure Front Door
Azure Front Door is a global, scalable entry-point that uses the Microsoft global edge network to host web applications. It supports Anycast DNS, SSL/TLS termination at the edge, and automatic regional failover, matching the requirements of the scenario.
Step-by-Step Solution
Key Concept
Distinguishing between DNS-based routing (Traffic Manager) and Anycast Layer 7 routing (Front Door) for global web applications requiring SSL offloading.
Estimated Time:45s