Skip to content

Commit ca57941

Browse files
authored
Update 4-monitor-networks-using-azure-network-watcher.md
1 parent e71c733 commit ca57941

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
### Monitoring tools
1919

2020
- **Network Topology** generates a visualization of the entire network for understanding network configuration.
21+
2122
- **Connection monitor** provides end-to-end connection monitoring for Azure and hybrid endpoints.
2223

2324
### Diagnostic tools
@@ -36,9 +37,14 @@
3637

3738
### Traffic tools
3839

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.
40+
- **Flow logs** allows you to log information about your Azure IP traffic.
41+
42+
- **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.
43+
44+
- **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).
45+
4046

4147
- **Traffic analytics** provides rich visualizations of flow logs data.
4248

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

0 commit comments

Comments
 (0)