Skip to content

Commit 077ad58

Browse files
committed
freshness review
1 parent 238ac3c commit 077ad58

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

articles/frontdoor/rules-match-conditions.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: frontdoor
55
author: duongau
66
ms.service: azure-frontdoor
77
ms.topic: conceptual
8-
ms.date: 12/28/2023
8+
ms.date: 11/12/2024
99
ms.author: duau
1010
zone_pivot_groups: front-door-tiers
1111
---
@@ -14,19 +14,19 @@ zone_pivot_groups: front-door-tiers
1414

1515
::: zone pivot="front-door-standard-premium"
1616

17-
In Azure Front Door [Rule sets](front-door-rules-engine.md), a rule consists of none or some match conditions and an action. This article provides detailed descriptions of match conditions you can use in Azure Front Door rule sets.
17+
In Azure Front Door [Rule sets](front-door-rules-engine.md), a rule consists of one or more match conditions and an action. This article provides detailed descriptions of the match conditions you can use in Azure Front Door rule sets.
1818

1919
::: zone-end
2020

2121
::: zone pivot="front-door-classic"
2222

2323
[!INCLUDE [Azure Front Door (classic) retirement notice](../../includes/front-door-classic-retirement.md)]
2424

25-
In Azure Front Door (classic) [Rules engines](front-door-rules-engine.md), a rule consists of none or some match conditions and an action. This article provides detailed descriptions of match conditions you can use in Azure Front Door (classic) Rules engines.
25+
In Azure Front Door (classic) [Rules engines](front-door-rules-engine.md), a rule consists of one or more match conditions and an action. This article provides detailed descriptions of the match conditions you can use in Azure Front Door (classic) Rules engines.
2626

2727
::: zone-end
2828

29-
The first part of a rule is a match condition or set of match conditions. A rule can consist of up to 10 match conditions. A match condition identifies specific types of requests for which defined actions are done. If you use multiple match conditions, the match conditions are grouped together by using AND logic. For all match conditions that support multiple values, OR logic is used.
29+
A rule starts with a match condition or a set of match conditions. A rule can have up to 10 match conditions. A match condition identifies specific types of requests for which defined actions are performed. If you use multiple match conditions, they're grouped together using AND logic. For match conditions that support multiple values, OR logic is used.
3030

3131
You can use a match condition to:
3232

@@ -35,25 +35,21 @@ You can use a match condition to:
3535
* Filter requests based on a specific IP address, port, or country/region.
3636
* Filter requests by header information.
3737
* Filter requests from mobile devices or desktop devices.
38-
* Filter requests from request file name and file extension.
39-
* Filter requests by hostname, SSL protocol, request URL, protocol, path, query string, post args, and other values.
38+
* Filter requests by request file name and file extension.
39+
* Filter requests by hostname, SSL protocol, request URL, protocol, path, query string, post arguments, and other values.
4040

4141
::: zone-end
4242

4343
::: zone pivot="front-door-classic"
4444

45-
* Filter requests based on a specific IP address, or country/region.
45+
* Filter requests based on a specific IP address or country/region.
4646
* Filter requests by header information.
4747
* Filter requests from mobile devices or desktop devices.
48-
* Filter requests from request file name and file extension.
48+
* Filter requests by request file name and file extension.
4949
* Filter requests by request URL, protocol, path, query string, post arguments, and other values.
5050

5151
::: zone-end
5252

53-
::: zone pivot="front-door-standard-premium"
54-
55-
::: zone-end
56-
5753
## Device type
5854

5955
Use the **device type** match condition to identify requests that is from a mobile device or desktop device.

0 commit comments

Comments
 (0)