Skip to content

Commit 70816eb

Browse files
committed
Update rule set information
1 parent 9503c95 commit 70816eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/frontdoor/rule-set-server-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: frontdoor
55
author: duongau
66
ms.service: frontdoor
77
ms.topic: conceptual
8-
ms.date: 03/22/2022
8+
ms.date: 12/05/2022
99
ms.author: duau
1010
---
1111

articles/frontdoor/rules-match-conditions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: frontdoor
55
author: duongau
66
ms.service: frontdoor
77
ms.topic: conceptual
8-
ms.date: 06/09/2022
8+
ms.date: 12/05/2022
99
ms.author: duau
1010
zone_pivot_groups: front-door-tiers
1111
---
@@ -1135,7 +1135,7 @@ The **request path** match condition identifies requests that include the specif
11351135
| Property | Supported values |
11361136
|-|-|
11371137
| Operator | <ul><li>Any operator from the [standard operator list](#operator-list).</li><li>**Wildcard**: Matches when the request path matches a wildcard expression. A wildcard expression can include the `*` character to match zero or more characters within the path. For example, the wildcard expression `files/customer*/file.pdf` matches the paths `files/customer1/file.pdf`, `files/customer109/file.pdf`, and `files/customer/file.pdf`, but does not match `files/customer2/anotherfile.pdf`.<ul><li>In the Azure portal: `Wildcards`, `Not Wildcards`</li><li>In ARM templates: `Wildcard`; use the `negateCondition` property to specify _Not Wildcards_</li></ul></li></ul> |
1138-
| Value | One or more string or integer values representing the value of the request path to match. Don't include the leading slash. If multiple values are specified, they're evaluated using OR logic. |
1138+
| Value | One or more string or integer values representing the value of the request path to match. If you specify a leading slash, it's ignored. If multiple values are specified, they're evaluated using OR logic. |
11391139
| Case transform | Any transform from the [standard string transforms list](#string-transform-list). |
11401140

11411141
::: zone-end
@@ -1145,7 +1145,7 @@ The **request path** match condition identifies requests that include the specif
11451145
| Property | Supported values |
11461146
|-|-|
11471147
| Operator | Any operator from the [standard operator list](#operator-list). |
1148-
| Value | One or more string or integer values representing the value of the request path to match. Don't include the leading slash. If multiple values are specified, they're evaluated using OR logic. |
1148+
| Value | One or more string or integer values representing the value of the request path to match. If you specify a leading slash, it's ignored. If multiple values are specified, they're evaluated using OR logic. |
11491149
| Case transform | Any transform from the [standard string transforms list](#string-transform-list). |
11501150

11511151
::: zone-end

0 commit comments

Comments
 (0)