nerdexam
Microsoft

AZ-700 · Question #35

You have five virtual machines that run Windows Server. Each virtual machine hosts a different web app. You plan to use an Azure application gateway to provide access to each web app by using a You…

The correct answer is A. rules. In Azure Application Gateway, URL path-based routing is implemented through routing rules combined with URL path maps. A path-based rule maps specific URL path patterns (e.g., /api/, /images/) to different backend pools, enabling the gateway to direct traffic to the appropriate…

Submitted by yaw92· Apr 18, 2026

Question

You have five virtual machines that run Windows Server. Each virtual machine hosts a different web app. You plan to use an Azure application gateway to provide access to each web app by using a You need to control the flow of traffic based on the URL path. What should you configure?

Options

  • Arules
  • Brewrites
  • CHTTP settings
  • Dlisteners

How the community answered

(42 responses)
  • A
    71% (30)
  • B
    10% (4)
  • C
    17% (7)
  • D
    2% (1)

Explanation

In Azure Application Gateway, URL path-based routing is implemented through routing rules combined with URL path maps. A path-based rule maps specific URL path patterns (e.g., /api/, /images/) to different backend pools, enabling the gateway to direct traffic to the appropriate web app based on the URL. Rewrites (B) modify request/response headers or URLs. HTTP settings (C) define how the gateway communicates with backends. Listeners (D) define the front-end port, protocol, and host that the gateway accepts traffic on - not how it routes that traffic.

Community Discussion

No community discussion yet for this question.

Full AZ-700 Practice