AZ-104 · Question #201
You deploy an Azure Application Gateway. You need to ensure that all the traffic requesting https://adatum.com/internal resources is directed to an internal server pool and all the traffic…
The correct answer is A. URL path-based routing. To direct traffic to different backend server pools based on specific URL paths for the same hostname, URL path-based routing must be configured on the Azure Application Gateway.
Question
Options
- AURL path-based routing
- Bmulti-site listeners
- Cbasic routing
- DSSL termination
How the community answered
(34 responses)- A74% (25)
- B15% (5)
- C3% (1)
- D9% (3)
Why each option
To direct traffic to different backend server pools based on specific URL paths for the same hostname, URL path-based routing must be configured on the Azure Application Gateway.
URL path-based routing in Azure Application Gateway allows directing requests to specific backend pools based on the URL path. This feature is precisely designed to handle scenarios where requests to different paths, such as /internal or /external, need to be routed to distinct backend server pools while using the same hostname.
SSL termination is the process of decrypting HTTPS traffic at the Application Gateway; it is a security feature, not a routing mechanism for directing traffic based on URL paths to different backend pools.
Concept tested: Application Gateway URL path-based routing
Source: https://learn.microsoft.com/en-us/azure/application-gateway/url-path-based-routing-overview
Community Discussion
No community discussion yet for this question.