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 requesting https://adatum.com/external resources is
directed to an external server pool.
What should you configure on the Application Gateway?
A . URL path-based routing
B . multi-site listeners
C . basic routing
D . SSL termination
Answer: A
Explanation:
URL Path Based Routing allows you to route traffic to back-end server pools based on URL Paths of the request.
In the question there are two different path from where the traffic is getting generated as below
https://adatum.com/internal
https://adatum.com/external
So in this case we can use URL path-based routing feature of Application Gateway.
Reference: https://docs.microsoft.com/en-us/azure/application-gateway/url-route-overview
Leave a Reply