Skip to content

Commit 40a1862

Browse files
Merge pull request #232524 from greg-lindsay/appgw-upd
add detail below list
2 parents 506f3a8 + 7306651 commit 40a1862

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
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: greg-lindsay
66
ms.service: application-gateway
7-
ms.date: 01/14/2022
7+
ms.date: 03/28/2023
88
ms.author: greglin
99
ms.topic: conceptual
1010
---
@@ -74,6 +74,8 @@ Path rules are case insensitive.
7474
|`/Repos/*/Comments/*` |no|
7575
|`/CurrentUser/Comments/*` |yes|
7676

77+
Path rules are processed in order, based on how they're listed in the portal. The least specific path (with wildcards) should be at the end of the list, so that it will be processed last. If wildcard rules are present at the top of the list, they take priority and will be processed first. See the following example scenarios.
78+
7779
#### Examples
7880

7981
Path-based rule processing when wildcard (*) is used:

0 commit comments

Comments
 (0)