Designing Azure Infrastructure Solutions — Question 108
You plan to deploy an Azure App Service web app that will have multiple instances across multiple Azure regions.
You need to recommend a load balancing service for the planned deployment The solution must meet the following requirements:
✑ Maintain access to the app in the event of a regional outage.
✑ Support Azure Web Application Firewall (WAF).
✑ Support cookie-based affinity.
✑ Support URL routing.
What should you include in the recommendation?
Answer options
- A. Azure Front Door
- B. Azure Traffic Manager
- C. Azure Application Gateway
- D. Azure Load Balancer
Correct answer: A
Explanation
Azure Front Door is the correct choice as it meets all specified requirements, including regional failover, WAF support, cookie-based affinity, and URL routing. Azure Traffic Manager primarily focuses on DNS-based routing and does not provide WAF capabilities, while Azure Application Gateway is designed for application-level load balancing but lacks global routing features. Azure Load Balancer is not suitable for application-level features like WAF or cookie affinity.