Skip to content

Commit 39251d4

Browse files
authored
Enhance Azure Firewall documentation with SKU details
Added SKU selection criteria for Azure Firewall, detailing the capabilities and recommended use cases for Basic, Standard, and Premium SKUs.
1 parent 8c09211 commit 39251d4

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

learn-pr/wwl-azure/design-implement-network-security-monitoring/includes/6-azure-firewall.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,23 @@
66
77
## When to use Azure Firewall
88

9-
Azure Firewall has three [SKUs](/azure/firewall/choose-firewall-sku): Azure Firewall Basic, Azure Firewall Standard, and Azure Firewall Premium. All versions can help you in these scenarios.
9+
Azure Firewall has three [SKUs](/azure/firewall/choose-firewall-sku): Azure Firewall Basic, Azure Firewall Standard, and Azure Firewall Premium.
1010

1111
- You want to protect your network against infiltration.
1212
- You want to protect your network against user error.
1313
- Your business includes e-commerce or credit card payments.
1414
- You want to configure spoke-to-spoke connectivity.
1515
- You want to monitor incoming and outgoing traffic.
1616

17+
### How to choose the SKU
18+
19+
- **Basic**: Up to 250 Mbps; SMB environments; has threat intelligence in alert mode only.
20+
- **Standard**: Up to 30 Gbps; enterprise environments; L3–L7 filtering, DNS proxy, web categories, and threat intelligence.
21+
- **Premium**: Up to 100 Gbps; regulated/sensitive environments (healthcare, payment); adds TLS inspection, IDPS, full URL filtering, and PCI DSS compliance.
22+
23+
24+
25+
1726
## What are Azure Firewall rules?
1827

1928
An Azure Firewall denies all traffic by default, until rules are manually configured to allow traffic. Rules are organized inside Rule Collections which are contained in Rule Collection Groups. In the Azure Firewall, you can configure NAT rules, network rules, and applications rules.
@@ -28,4 +37,4 @@ Azure Firewall applies rules in priority order. Rules based on threat intelligen
2837

2938

3039
> [!TIP]
31-
> Learn more about Azure Firewall in the [Introduction to Azure Firewall](/training/modules/introduction-azure-firewall/) module.
40+
> Learn more about Azure Firewall in the [Introduction to Azure Firewall](/training/modules/introduction-azure-firewall/) module.

0 commit comments

Comments
 (0)