You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/design-implement-network-security-monitoring/includes/6-azure-firewall.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,23 @@
6
6
7
7
## When to use Azure Firewall
8
8
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.
10
10
11
11
- You want to protect your network against infiltration.
12
12
- You want to protect your network against user error.
13
13
- Your business includes e-commerce or credit card payments.
14
14
- You want to configure spoke-to-spoke connectivity.
15
15
- You want to monitor incoming and outgoing traffic.
16
16
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
+
17
26
## What are Azure Firewall rules?
18
27
19
28
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
28
37
29
38
30
39
> [!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.
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/design-implement-network-security-monitoring/index.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ metadata:
5
5
prefetch-feature-rollout: true
6
6
title: Design and Implement Network Security
7
7
description: "You learn to design and implement network security solutions such as Azure DDoS, Azure Firewall, Network Security Groups, and Web Application Firewall."
0 commit comments