Skip to content

Commit fb16a8f

Browse files
Merge pull request #54124 from staleycyn/patch-3
Content drift fixes on the design network security monitoring module
2 parents 4295575 + c05e43d commit fb16a8f

5 files changed

Lines changed: 25 additions & 14 deletions

File tree

learn-pr/wwl-azure/design-implement-network-security-monitoring/includes/10-implement-web-application-firewall-on-azure-front-door.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ There are two WAF policy modes: Detection and Prevention. By default, the WAF po
1414

1515
:::image type="content" source="../media/waf-policy-modes-4a04568d.png" alt-text="Screenshot of the WAF policy modes.":::
1616

17-
The Web Application Firewall works with the Application Gateway, Azure Front Door Service, and the Azure CDN Service.
17+
The Web Application Firewall works with the Application Gateway and Azure Front Door.
1818

1919
## Microsoft managed rule sets, rule groups, and rules
2020

learn-pr/wwl-azure/design-implement-network-security-monitoring/includes/11-summary-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this module, you explored a range of network security features.
1212

1313
- Azure Firewall Manager provides centralized configuration and management across multiple Azure Firewall instances. Azure Firewall Manager lets you create one or more firewall policies and rapidly apply them to multiple firewalls. Firewall Manager can provide security management for secured virtual hubs and hub virtual networks.
1414

15-
- Web Application Firewall provides centralized protection of your web applications from common exploits and vulnerabilities. There are two WAF policy modes: Detection and Prevention. WAF works with the Application Gateway, Azure Front Door Service, and the Azure CDN Service.
15+
- Web Application Firewall provides centralized protection of your web applications from common exploits and vulnerabilities. There are two WAF policy modes: Detection and Prevention. WAF works with the Application Gateway and Azure Front Door.
1616

1717
## Learn more with Copilot
1818

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,20 @@ Azure Firewall has three [SKUs](/azure/firewall/choose-firewall-sku): Azure Fire
1616

1717
### How to choose the SKU
1818

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.
19+
All SKUs support availability zone deployment for zone-redundant high availability. All SKUs include policy analytics for tracking rule usage over time and managing redundant or conflicting rules.
20+
21+
- **Basic SKU**: Up to 250 Mbps; SMB environments; has threat intelligence in alert mode only.
22+
23+
- **Standard SKU**: Up to 30 Gbps; enterprise environments; L3–L7 filtering, DNS proxy, web categories, and threat intelligence.
24+
25+
- **Premium SKU**: Up to 100 Gbps; regulated/sensitive environments (healthcare, payment); adds TLS inspection, IDPS, full URL filtering, and PCI DSS compliance.
2226

2327

2428

2529

2630
## What are Azure Firewall rules?
2731

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.
32+
An Azure Firewall denies all traffic by default, until rules are manually configured to allow traffic. Rules are organized inside Rule Collections that are contained in Rule Collection Groups. In the Azure Firewall, you can configure NAT rules, network rules, and applications rules.
2933

3034
| Rule type | Description |
3135
| --- | --- |

learn-pr/wwl-azure/design-implement-network-security-monitoring/includes/8-secure-networks-with-azure-firewall-manager.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,22 @@ Firewall Manager can provide security management for secured virtual hubs and hu
1414

1515
- **Hub Virtual Network**. A standard Azure virtual network that you create and manage. When you associate firewall policies with this type of hub, you're creating a hub virtual network. This architecture's underlying resource is a virtual network.
1616

17-
### Azure Firewall Manager features
17+
### Azure Firewall Manager capabilities
1818

19-
If your organization has multiple Azure Firewall instances, you benefit from centralizing these configurations. Firewall Manager enables you to:
19+
Azure Firewall Manager provides six key capability areas:
2020

21-
- Span multiple Azure subscriptions.
21+
- **Central deployment and configuration**. Manage Azure Firewall deployment and policies across multiple subscriptions and regions.
22+
23+
- **Hierarchical policies**. Create global policies authored by central IT with locally authored overrides.
24+
25+
- **Security partner provider integration**. Route Internet-bound VNet and branch traffic through Zscaler, Check Point, or iboss while Azure Firewall handles private traffic in the same hub.
26+
27+
- **Centralized route management**. Automatically route spoke traffic to secured hubs without manually configuring user-defined routes.
28+
29+
- **DDoS protection plan management**. Associate virtual networks with a DDoS plan directly from Firewall Manager.
30+
31+
- **WAF policy management**. Centrally create, view, and associate WAF policies to Front Door and Application Gateway across subscriptions.
2232

23-
- Span different Azure regions.
24-
25-
- Implement hub and spoke architectures to provide for traffic governance and protection.
2633

2734
### Azure Firewall Manager decision criteria
2835

@@ -36,4 +43,4 @@ Administrators who protect multiple Azure virtual networks use rules to control
3643

3744

3845
> [!TIP]
39-
> Learn more about Azure Firewall in the [Introduction to Azure Firewall Manager](/training/modules/introduction-azure-firewall/) module.
46+
> Learn more about Azure Firewall in the [Introduction to Azure Firewall Manager](/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
@@ -13,7 +13,7 @@ metadata:
1313
ms.custom:
1414
- N/A
1515
ms.service: azure
16-
ai-usage: human-only
16+
ai-usage: ai-assisted
1717
title: Design and implement network security
1818
summary: You learn to design and implement network security solutions such as Azure DDoS, Network Security Groups, Azure Firewall, and Web Application Firewall.
1919
abstract: |

0 commit comments

Comments
 (0)