Skip to content

Commit c537614

Browse files
Merge pull request #54127 from MicrosoftDocs/main
Auto Publish – main to live - 2026-04-06 23:00 UTC
2 parents 40332b3 + fb16a8f commit c537614

14 files changed

Lines changed: 75 additions & 52 deletions

learn-pr/wwl-azure/design-implement-network-monitoring/includes/2-monitor-networks-using-azure-monitor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The next diagram offers a high-level view of Azure Monitor. At the center of the
3030

3131
1. **The data platform** stores the collected data. Azure Monitor's core data platform has stores for metrics, logs, traces, and changes. Metrics are numerical values that describe an aspect of a system at a particular point in time. Logs are recorded system events.
3232

33-
1. **Insights** are large, scalable, curated visualizations. Insights are available for applications, containers, networks, and virtual machines.
33+
1. **Insights** provides visualizations for applications, containers, networks, and virtual machines.
3434

3535
1. **Visualizations** such as charts and tables are effective tools for summarizing monitoring data and presenting it to different audiences. Visualizations can include: dashboards, workbooks, Power BI, and Grafana. Grafana is an open platform that excels in operational dashboards.
3636

@@ -41,4 +41,4 @@ The next diagram offers a high-level view of Azure Monitor. At the center of the
4141
1. **Integrate** allows other systems or custom solutions to use your monitoring data. Integrate can include: Event Hubs, Azure storage, Logic Apps, Azure Functions, and APIs.
4242

4343
> [!TIP]
44-
> Learn more about Azure Monitor in the [Introduction to Azure Monitor](/training/modules/intro-to-azure-monitor/) training module.
44+
> Learn more about Azure Monitor in the [Introduction to Azure Monitor](/training/modules/intro-to-azure-monitor/) training module.

learn-pr/wwl-azure/design-implement-network-monitoring/includes/4-monitor-networks-using-azure-network-watcher.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Azure Network Watcher
44

5-
[Azure Network Watcher](/azure/network-watcher/network-watcher-overview) is a regional service that enables you to monitor and diagnose network conditions. Network diagnostic and visualization tools help you understand, diagnose, and gain insights to your network in Azure. Network Watcher is designed to monitor and repair the network health of IaaS products which includes virtual machines, virtual networks, Application Gateways, and Load Balancers.
5+
[Azure Network Watcher](/azure/network-watcher/network-watcher-overview) is a regional service that enables you to monitor and diagnose network conditions. Network diagnostic and visualization tools help you understand, diagnose, and gain insights to your network in Azure. Network Watcher is designed to monitor and repair the network health of IaaS products that includes virtual machines, virtual networks, Application Gateways, and Load Balancers.
66

77
## Azure Network Watcher (video)
88

@@ -17,7 +17,8 @@
1717

1818
### Monitoring tools
1919

20-
- **Network Topology** generates a visualization of the entire network for understanding network configuration.
20+
- **Network topology** gives you an interactive map of your network across subscriptions, resource groups, and locations. You can click on resources to view traffic and connectivity details and use diagnostic tools within the map.
21+
2122
- **Connection monitor** provides end-to-end connection monitoring for Azure and hybrid endpoints.
2223

2324
### Diagnostic tools
@@ -32,13 +33,20 @@
3233

3334
- **Packet Capture** lets you remotely create packet capture sessions to record all network traffic to and from a virtual machine (VM) or a virtual machine scale set.
3435

36+
- **NSG diagnostics** detects traffic filtering issues at a virtual machine, virtual machine scale set, or application gateway level. Checks if a packet is allowed or denied to or from an IP address, IP prefix, or service tag. Identifies which security rule allowed or denied the traffic.
37+
3538
- **VPN troubleshoot** enables you to troubleshoot virtual network gateways and their connections.
3639

3740
### Traffic tools
3841

39-
- **Flow logs** allows you to log information about your Azure IP traffic and stores the data in Azure storage. You can log IP traffic flowing through a network security group or Azure virtual network.
42+
- **Flow logs** allows you to log information about your Azure IP traffic.
43+
44+
- **VNet flow logs (recommended)**: Enable logging at the virtual network level. Capture all supported workloads in the VNet without needing multi-level configuration. Also, record Azure Virtual Network Manager security admin rule decisions and traffic encryption status.
45+
46+
- **NSG flow logs**: Retiring September 30, 2027. No new NSG flow logs can be created after June 30, 2025. Existing deployments should [migrate to VNet flow logs](/azure/network-watcher/nsg-flow-logs-migrate).
47+
4048

4149
- **Traffic analytics** provides rich visualizations of flow logs data.
4250

4351
> [!TIP]
44-
> Learn more about Azure Network Watcher in the [Introduction to Network Watcher](/training/modules/intro-to-azure-network-watcher/) training module.
52+
> Learn more about Azure Network Watcher in the [Introduction to Network Watcher](/training/modules/intro-to-azure-network-watcher/) training module.

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,14 @@ In this module, you learned about Azure Monitor and Network Watcher.
1212

1313
Copilot can assist you in configuring Azure infrastructure solutions. Copilot can compare, recommend, explain, and research products and services where you need more information. Open a Microsoft Edge browser and choose Copilot (top right) or navigate to copilot.microsoft.com. Take a few minutes to try these prompts and extend your learning with Copilot.
1414

15-
- What is Azure Monitor and what features are included? Provide usage examples.
16-
- What is Network Monitor and what features are included? Provide usage examples.
15+
- What is Azure Network Watcher and what features are included? Provide usage examples.
16+
- What traffic analysis tools does Azure Network Watcher include? Provide usage examples.
1717

1818
## Learn more with self-paced training
1919

20-
- [Introduction to Azure Monitor](/training/modules/intro-to-azure-monitor/).Learn how to use Azure Monitor to provide insights into your Azure resource performance and operations.
21-
2220
- [Design and implement network monitoring](/training/modules/analyze-infrastructure-with-azure-monitor-logs/). Use Azure Monitor logs to extract valuable information about your infrastructure from log data.
2321

2422
- [Introduction to Network Watcher](/training/modules/intro-to-azure-network-watcher/). This module explains what Network Watcher does, how it works, and when you should choose to use Network Watcher as a solution to meet your organization's needs.
2523

26-
- [Monitor and troubleshoot your end-to-end Azure network infrastructure by using network monitoring tools](/training/modules/design-implement-network-monitoring/). You learn to design and implement network monitoring solutions such as Azure Monitor and Network Watcher.
27-
2824
- [Configure monitoring for virtual networks](/training/modules/configure-monitoring-virtual-networks/). Understand how to use Azure Network Watcher Connection Monitor, flow logs, NSG diagnostics, and packet capture.
2925

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Design and Implement Network Monitoring
77
description: "You learn to design and implement network monitoring solutions such as Azure Monitor and Network watcher."
8-
ms.date: 01/26/2026
8+
ms.date: 03/23/2026
99
author: wwlpublish
1010
ms.author: cynthist
1111
ms.topic: module
1212
ms.collection: N/A
1313
ms.custom:
1414
- N/A
1515
ms.service: azure-network-watcher
16-
ai-usage: human-only
16+
ai-usage: ai-assisted
1717
title: Design and implement network monitoring
1818
summary: You learn to design and implement network monitoring solutions such as Azure Monitor and Network watcher.
1919
abstract: |
@@ -25,7 +25,7 @@ abstract: |
2525
2626
- Configure and use Traffic Analytics
2727
28-
- Configure NSG flow logs
28+
- Configure VNet flow logs
2929
3030
- Enable and configure diagnostic logging
3131

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: |

learn-pr/wwl-azure/design-solution-for-backup-disaster-recovery/includes/3-design-for-azure-backup.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Azure Backup offers multiple components that you can download and deploy on the
1919

2020
Azure Backup organizes your backup data in a storage entity called a _vault_. A storage vault stores backup copies, recovery points, and backup policies. There are two types of vaults: Azure Backup and Azure Recovery Services. The primary differences are the types of supported data sources and Azure products.
2121

22-
- **Azure Backup vault**: Azure Backup vaults are used with Azure Backup only. Supported data sources include Azure Database for PostgreSQL servers, Azure blobs, and Azure disks.
22+
- **Azure Backup vault**: Azure Backup vaults are used with Azure Backup only.
2323

24-
- **Azure Recovery Services vault**: Azure Recovery Services vaults can be used with Azure Backup or Azure Site Recovery. Supported data sources include Azure virtual machines, SQL, or SAP HANA in an Azure virtual machine, and Azure file shares. You can back up data to a Recovery Services vault from Azure Backup Server, Azure Backup Agent, and System Center Data Protection Manager.
24+
- **Azure Recovery Services vault**: Azure Recovery Services vaults can be used with Azure Backup or Azure Site Recovery.
2525

2626
### Things to consider when using storage vaults
2727

@@ -35,4 +35,11 @@ In your planning for Azure Backup and vault storage, consider the following poin
3535

3636
- **Consider redundancy**. Specify how data in your vault is replicated for redundancy.
3737
- Use locally redundant storage (LRS) to protect against failure in a datacenter. LRS replicates data to a storage scale unit.
38-
- Use geo-redundant storage (GRS) to protect against region-wide outages. GRS replicates your data to a secondary region.
38+
- Use zone-redundant storage (ZRS) to replicate data across availability zones in the same region, combining resilience to zone failures with data residency.
39+
- Use geo-redundant storage (GRS) to protect against region-wide outages. GRS replicates your data to a secondary region.
40+
41+
- **Consider ransomware protection**. Protect against ransomware by making your backup vault immutable, so recovery points can't be deleted before their set expiry. You can also choose to make this immutability permanent.
42+
43+
- **Consider multi-user authorization**. Require approval from another user for important backup actions by using Resource Guard. Multi-user authorization adds extra security and helps prevent insider threats.
44+
45+
- **Consider centralized management**. Use Resiliency in Azure to manage backups and disaster recovery across all vaults, subscriptions, and regions. Get a unified view of security, protection, and alerts.

0 commit comments

Comments
 (0)