Microsoft
AZ-700 · Question #391
You have an Azure subscription that contains a distributed web app named App1. App1 is hosted across multiple Azure regions. You need to recommend a solution for routing user requests to App. The…
The correct answer is D. Azure Front Door. Azure Front Door is ideal for companies that have globally distributed web applications and want to reduce latency, improve security with DDoS and WAF protection, and optimize performance with advanced caching. Azure Front Door supports routing user requests based on the URL…
Submitted by jakub_pl· Apr 18, 2026
Question
You have an Azure subscription that contains a distributed web app named App1. App1 is hosted across multiple Azure regions. You need to recommend a solution for routing user requests to App. The solution must meet the following requirements:
- Support the routing of a user request to a resource based on the URL
of the request.
- Support query string replacement.
- Minimize network latency.
What should you include in the recommendation?
Options
- AAzure Load Balancer
- BAzure Traffic Manager
- CAzure Content Delivery Network (CDN)
- DAzure Front Door
How the community answered
(50 responses)- A8% (4)
- B4% (2)
- C14% (7)
- D74% (37)
Explanation
- Azure Front Door is ideal for companies that have globally distributed web applications and want to reduce latency, improve security with DDoS and WAF protection, and optimize performance with advanced caching. * Azure Front Door supports routing user requests based on the URL path. This is achieved through URL path-based routing, which allows you to define rules that match specific URL paths and direct traffic to different backend pools accordingly. You can also use the URL rewrite action to modify the URL path before forwarding the request to the backend, enabling more flexible routing scenarios. * Redirect using query string, URL path segments, or incoming hostname captures Managing redirects is critical for search engine optimization (SEO), user experience, and the proper functioning of a website. Azure Front Door's rules engine and server variables allow you to efficiently manage batch redirects based on various parameters. https://learn.microsoft.com/en-us/azure/frontdoor/front-door-faq https://learn.microsoft.com/en-us/azure/frontdoor/rules-engine-scenarios
Community Discussion
No community discussion yet for this question.