Skip to content

Commit fbdc86f

Browse files
authored
Merge pull request #180376 from vhorne/ag-urlroute-over
update Important note
2 parents 85474b8 + cad50b2 commit fbdc86f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/application-gateway/url-route-overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides an overview of the Azure Application Gateway
44
services: application-gateway
55
author: vhorne
66
ms.service: application-gateway
7-
ms.date: 09/10/2019
7+
ms.date: 11/18/2021
88
ms.author: victorh
99
ms.topic: conceptual
1010
---
@@ -22,7 +22,9 @@ In the following example, Application Gateway is serving traffic for contoso.com
2222
Requests for http\://contoso.com/video/* are routed to VideoServerPool, and http\://contoso.com/images/* are routed to ImageServerPool. DefaultServerPool is selected if none of the path patterns match.
2323

2424
> [!IMPORTANT]
25-
> For both the v1 and v2 SKUs, rules are processed in the order they are listed in the portal. If a basic listener is listed first and matches an incoming request, it gets processed by that listener. However, it is highly recommended to configure multi-site listeners first prior to configuring a basic listener. This ensures that traffic gets routed to the right back end.
25+
> For both the v1 and v2 SKUs, rules are processed in the order they are listed in the portal. The best practice when you create path rules is to have the least specific path (the ones with wildcards) at the end. If wildcards are on the top, then they take priority even if there is more specific match in subsequent path rules.
26+
>
27+
> If a basic listener is listed first and matches an incoming request, it gets processed by that listener. However, it is highly recommended to configure multi-site listeners first prior to configuring a basic listener. This ensures that traffic gets routed to the right back end.
2628
2729
## UrlPathMap configuration element
2830

0 commit comments

Comments
 (0)