Designing and Implementing Microsoft Azure Networking Solutions — Question 91

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?

Answer options

Correct answer: D

Explanation

The best solution is Azure Front Door, as it provides URL-based routing, allows for query string transformation, and optimizes for low latency through its global presence. Azure Load Balancer does not support URL-based routing, Azure Traffic Manager is focused on DNS-based traffic routing, and Azure CDN is primarily for caching and content delivery rather than dynamic request routing.