Skip to content

Commit 70df3ce

Browse files
Merge pull request #53943 from staleycyn/patch-3
Enhance Azure Firewall unit with SKU details
2 parents 48ef1a8 + c591121 commit 70df3ce

2 files changed

Lines changed: 12 additions & 3 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.

learn-pr/wwl-azure/design-implement-network-security-monitoring/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Design and Implement Network Security
77
description: "You learn to design and implement network security solutions such as Azure DDoS, Azure Firewall, Network Security Groups, and Web Application Firewall."
8-
ms.date: 11/19/2025
8+
ms.date: 03/23/2026
99
author: wwlpublish
1010
ms.author: cynthist
1111
ms.topic: module

0 commit comments

Comments
 (0)