Skip to content

Commit 6bec994

Browse files
committed
freshness and acro fixes
1 parent 2f05b31 commit 6bec994

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

articles/firewall/policy-rule-sets.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: firewall
55
author: vhorne
66
ms.service: firewall
77
ms.topic: article
8-
ms.date: 01/04/2023
8+
ms.date: 05/09/2024
99
ms.author: victorh
1010
---
1111

@@ -17,7 +17,7 @@ Firewall Policy is a top-level resource that contains security and operational s
1717

1818
## Rule collection groups
1919

20-
A rule collection group is used to group rule collections. They're the first unit to be processed by the Azure Firewall and they follow a priority order based on values. There are three default rule collection groups, and their priority values are preset by design. They're processed in the following order:
20+
A rule collection group is used to group rule collections. They're the first unit that the firewall processes, and they follow a priority order based on values. There are three default rule collection groups, and their priority values are preset by design. They're processed in the following order:
2121

2222

2323
|Rule collection group name |Priority |
@@ -28,7 +28,7 @@ A rule collection group is used to group rule collections. They're the first uni
2828

2929
Even though you can't delete the default rule collection groups nor modify their priority values, you can manipulate their processing order in a different way. If you need to define a priority order that is different than the default design, you can create custom rule collection groups with your wanted priority values. In this scenario, you don't use the default rule collection groups at all and use only the ones you create to customize the processing logic.
3030

31-
Rule collection groups contain one or multiple rule collections, which can be of type DNAT, network, or application. For example, you can group rules belonging to the same workloads or a VNet in a rule collection group.
31+
Rule collection groups contain one or multiple rule collections, which can be of type DNAT, network, or application. For example, you can group rules belonging to the same workloads or a virtual in a rule collection group.
3232

3333
For rule collection group size limits, see [Azure subscription and service limits, quotas, and constraints](../azure-resource-manager/management/azure-subscription-service-limits.md#azure-firewall-limits).
3434

@@ -47,10 +47,9 @@ Rule types must match their parent rule collection category. For example, a DNAT
4747

4848
## Rules
4949

50-
A rule belongs to a rule collection, and it specifies which traffic is allowed or denied in your network. They're the third unit to be processed by the firewall and they don't follow a priority order based on values. The processing logic for rules follows a top-down approach. All traffic that passes through the firewall is evaluated by the defined rules for an allow or deny match. If there's no rule that allows the traffic, then the traffic is denied by default.
51-
52-
For application rules, the traffic is processed by our built-in [infrastructure rule collection](infrastructure-fqdns.md) before it's denied by default.
50+
A rule belongs to a rule collection, and it specifies which traffic is allowed or denied in your network. They're the third unit that the firewall processes and they don't follow a priority order based on values. The processing logic for rules follows a top-down approach. The firewall uses defined rules to evaluate all traffic passing through the firewall to determine whether it matches an allow or deny condition. If there's no rule that allows the traffic, then the traffic is denied by default.
5351

52+
Our built-in [infrastructure rule collection](infrastructure-fqdns.md) processes traffic for application rules before denying it by default.
5453
### Inbound vs. outbound
5554

5655
An **inbound** firewall rule protects your network from threats that originate from outside your network (traffic sourced from the Internet) and attempts to infiltrate your network inwardly.
@@ -67,7 +66,7 @@ There are three types of rules:
6766

6867
#### DNAT rules
6968

70-
DNAT rules allow or deny inbound traffic through the firewall public IP address(es).
69+
DNAT rules allow or deny inbound traffic through one or more firewall public IP addresses.
7170
You can use a DNAT rule when you want a public IP address to be translated into a private IP address. The Azure Firewall public IP addresses can be used to listen to inbound traffic from the Internet, filter the traffic and translate this traffic to internal resources in Azure.
7271

7372
#### Network rules

0 commit comments

Comments
 (0)