An enterprise is designing a high-performance, multi-region web application that will be hosted in Azure. The design must satisfy the following requirements:
- Route incoming HTTPS user traffic to the nearest regional deployment to minimize latency.
- Perform SSL/TLS termination at the global edge to reduce handshake latency, but enforce end-to-end SSL encryption to the backend servers.
- Inspect and filter web traffic using a Web Application Firewall (WAF) at both the global entry point and the regional boundaries.
- Direct traffic to different backend web pools based on the URL path (e.g., routing /images/* to storage and /api/* to application servers).
Which two services should you recommend to meet these requirements? (Select two.)
- Azure Front DoorAnswer
- Azure Application GatewayAnswer
- CAzure Traffic Manager
- DAzure Load Balancer (Standard SKU)
Answer
Azure Front Door and Azure Application Gateway
Azure Front Door and Azure Application Gateway are the correct services. Azure Front Door operates at the global edge to provide SSL/TLS termination closest to the user, global HTTP/HTTPS routing, and WAF protection. Azure Application Gateway operates at the regional level, providing URL path-based routing and regional WAF inspection before directing traffic to backend application pools.
Step-by-Step Solution
Key Concept
Combining global and regional Layer 7 load balancing services to meet latency, security, and path-routing requirements.