You are designing a high-availability infrastructure for a multi-tier web application deployed across the East US and West US regions. The design must meet the following requirements:
- Route incoming client requests to the closest regional endpoint with low latency using Anycast routing.
- Terminate SSL/TLS sessions at the global routing layer.
- Within each region, distribute client requests to different backend pools based on the URL path (e.g., routing /api/* to an API tier and /web/* to a web tier).
Which two Azure services should you include in your traffic routing and failover design to meet these requirements?
- Azure Front DoorCevap
- Azure Application GatewayCevap
- CAzure Traffic Manager
- DAzure SQL Database auto-failover groups
Cevap
Azure Front Door and Azure Application Gateway
Azure Front Door provides global Anycast-based routing and edge SSL termination, satisfying the requirement to handle global traffic at the edge. Azure Application Gateway operates regionally at Layer 7 and supports URL path-based routing, satisfying the requirement to distribute traffic to specific backend pools based on paths within each region. Together, they form a complete multi-tier routing architecture.
Adım Adım Çözüm
Anahtar Kavram
Combining global and regional Layer 7 load balancing for optimal routing, SSL offloading, and path-based delivery.
Tahmini Süre:1m 30s