nerdexam
Microsoft

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.

Submitted by yuki_2020· Mar 4, 2026Configure and manage virtual networking

Question

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?

Options

  • AURL path-based routing
  • Bmulti-site listeners
  • Cbasic routing
  • DSSL termination

How the community answered

(34 responses)
  • A
    74% (25)
  • B
    15% (5)
  • C
    3% (1)
  • D
    9% (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.

AURL path-based routingCorrect

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.

Bmulti-site listeners
Cbasic routing
DSSL termination

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.

Full AZ-104 Practice