Skip to content

Commit 4d14fa4

Browse files
authored
Merge pull request #224751 from halkazwini/nw-overview
Network Watcher: Freshness: What is Azure Network Watcher?
2 parents efc267d + 6e83fd1 commit 4d14fa4

File tree

1 file changed

+18
-22
lines changed

1 file changed

+18
-22
lines changed

articles/network-watcher/network-watcher-monitoring-overview.md

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
11
---
2-
title: Azure Network Watcher | Microsoft Docs
2+
title: Azure Network Watcher
33
description: Learn about Azure Network Watcher's monitoring, diagnostics, metrics, and logging capabilities for resources in a virtual network.
44
services: network-watcher
5-
documentationcenter: na
65
author: halkazwini
7-
8-
# Customer intent: As someone with basic Azure network experience, I want to understand how Azure Network Watcher can help me resolve some of the network-related problems I've encountered and provide insight into how I use Azure networking.
9-
106
ms.assetid: 14bc2266-99e3-42a2-8d19-bd7257fec35e
117
ms.service: network-watcher
128
ms.topic: overview
13-
ms.tgt_pltfrm: na
149
ms.workload: infrastructure-services
15-
ms.date: 10/11/2022
10+
ms.date: 01/23/2023
1611
ms.author: halkazwini
17-
ms.custom: mvc
12+
ms.custom: template-overview, mvc, engagement-fy23
13+
# Customer intent: As someone with basic Azure network experience, I want to understand how Azure Network Watcher can help me resolve some of the network-related problems I've encountered and provide insight into how I use Azure networking.
1814
---
1915

2016
# What is Azure Network Watcher?
2117

22-
Azure Network Watcher provides tools to monitor, diagnose, view metrics, and enable or disable logs for resources in an Azure virtual network. Network Watcher is designed to monitor and repair the network health of IaaS (Infrastructure-as-a-Service) products including Virtual Machines (VM), Virtual Networks, Application Gateways, Load balancers, etc.
18+
Azure Network Watcher provides tools to monitor, diagnose, view metrics, and enable or disable logs for resources in an Azure virtual network. Network Watcher is designed to monitor and repair the network health of IaaS (Infrastructure-as-a-Service) products including virtual machines (VMs), virtual networks (VNets), application gateways, load balancers, etc.
2319

2420
> [!Note]
25-
> It is not intended for and will not work for PaaS monitoring or Web analytics.
21+
> Network Watcher isn't intended for and will not work for PaaS monitoring or Web analytics.
2622
27-
For information about analyzing traffic from a network security group, see [Network Security Group](network-watcher-nsg-flow-logging-overview.md) and [Traffic Analytics](traffic-analytics.md).
23+
For information about analyzing traffic from a network security group, see [Network security group flow logging](network-watcher-nsg-flow-logging-overview.md) and [Traffic analytics](traffic-analytics.md).
2824

2925
## Monitoring
3026

@@ -42,8 +38,7 @@ Connection monitor also provides the minimum, average, and maximum latency obser
4238

4339
As resources are added to a virtual network, it can become difficult to understand what resources are in a virtual network and how they relate to each other. The *topology* capability enables you to generate a visual diagram of the resources in a virtual network and the relationships between the resources. The following image shows an example topology diagram for a virtual network that has three subnets, two VMs, network interfaces, public IP addresses, network security groups, route tables, and the relationships between the resources:
4440

45-
![Topology view](./media/network-watcher-monitoring-overview/topology.png)
46-
41+
:::image type="content" source="./media/network-watcher-monitoring-overview/topology.png" alt-text="Screenshot showing Topology feature of Network Watcher in Azure portal.":::
4742
You can download an editable version of the picture in SVG format. Learn more about [topology view](view-network-topology.md).
4843

4944
## Diagnostics
@@ -66,7 +61,7 @@ Advanced filtering options and fine-tuned controls, such as the ability to set t
6661

6762
### Diagnose problems with an Azure Virtual network gateway and connections
6863

69-
Virtual network gateways provide connectivity between on-premises resources and Azure virtual networks. Monitoring gateways and their connections are critical to ensuring communication are not broken. The *VPN diagnostics* capability provides the ability to diagnose gateways and connections. VPN diagnostics diagnoses the health of the gateway, or gateway connection, and informs you whether a gateway and gateway connections are available. If the gateway or connection is not available, VPN diagnostics tells you why, so you can resolve the problem. Learn more about VPN diagnostics by completing the [Diagnose a communication problem between networks](diagnose-communication-problem-between-networks.md) tutorial.
64+
Virtual network gateways provide connectivity between on-premises resources and Azure virtual networks. Monitoring gateways and their connections are critical to ensuring communication aren't broken. The *VPN diagnostics* capability provides the ability to diagnose gateways and connections. VPN diagnostics diagnoses the health of the gateway, or gateway connection, and informs you whether a gateway and gateway connections are available. If the gateway or connection isn't available, VPN diagnostics tells you why, so you can resolve the problem. Learn more about VPN diagnostics by completing the [Diagnose a communication problem between networks](diagnose-communication-problem-between-networks.md) tutorial.
7065

7166
### Determine relative latencies between Azure regions and internet service providers
7267

@@ -78,9 +73,9 @@ The effective security rules for a network interface are a combination of all se
7873

7974
## Metrics
8075

81-
There are [limits](../azure-resource-manager/management/azure-subscription-service-limits.md?toc=/azure/network-watcher/toc.json#azure-resource-manager-virtual-networking-limits) to the number of network resources that you can create within an Azure subscription and region. If you meet the limits, you're unable to create more resources within the subscription or region. The *network subscription limit* capability provides a summary of how many of each network resource you have deployed in a subscription and region, and what the limit is for the resource. The following picture shows the partial output for network resources deployed in the East US region for an example subscription:
76+
There are [limits](../azure-resource-manager/management/azure-subscription-service-limits.md?toc=/azure/network-watcher/toc.json#azure-resource-manager-virtual-networking-limits) to the number of network resources that you can create within an Azure subscription and region. If you meet the limits, you're unable to create more resources within the subscription or region. The *Usage + quotas* capability provides a summary of how many of each network resource you've deployed in a subscription and region, and what the limit is for the resource. The following picture shows the partial output for network resources deployed in the East US region for an example subscription:
8277

83-
![Subscription limits](./media/network-watcher-monitoring-overview/subscription-limit.png)
78+
:::image type="content" source="./media/network-watcher-monitoring-overview/subscription-limit.png" alt-text="Screenshot showing Networking subscription limits.":::
8479

8580
The information is helpful when planning future resource deployments.
8681

@@ -90,20 +85,21 @@ The information is helpful when planning future resource deployments.
9085

9186
Network security groups (NSG) allow or deny inbound or outbound traffic to a network interface in a VM. The *NSG flow log* capability allows you to log the source and destination IP address, port, protocol, and whether traffic was allowed or denied by an NSG. You can analyze logs using a variety of tools, such as Power BI and the *traffic analytics* capability. Traffic analytics provides rich visualizations of data written to NSG flow logs. The following picture shows some of the information and visualizations that traffic analytics presents from NSG flow log data:
9287

93-
![Traffic analytics](./media/network-watcher-monitoring-overview/traffic-analytics.png)
88+
:::image type="content" source="./media/network-watcher-monitoring-overview/traffic-analytics.png" alt-text="Screenshot showing Traffic analytics feature of Network Watcher.":::
9489

95-
Learn more about NSG flow logs by completing the [Log network traffic to and from a virtual machine](network-watcher-nsg-flow-logging-portal.md) tutorial and how to implement [traffic analytics](traffic-analytics.md).
90+
To learn more about NSG flow logs, see [Tutorial: Log network traffic to and from a virtual machine](network-watcher-nsg-flow-logging-portal.md) and [traffic analytics](traffic-analytics.md).
9691

9792
### View diagnostic logs for network resources
9893

9994
You can enable diagnostic logging for Azure networking resources such as network security groups, public IP addresses, load balancers, virtual network gateways, and application gateways. The *Diagnostic logs* capability provides a single interface to enable and disable network resource diagnostic logs for any existing network resource that generates a diagnostic log. You can view diagnostic logs using tools such as Microsoft Power BI and Azure Monitor logs. To learn more about analyzing Azure network diagnostic logs, see the [Azure network solutions in Azure Monitor logs](../azure-monitor/insights/azure-networking-analytics.md?toc=/azure/network-watcher/toc.json).
10095

10196
## Network Watcher automatic enablement
10297

103-
When you create or update a virtual network in your subscription, Network Watcher will be enabled automatically in your Virtual Network's region. There is no impact on your resources or associated charge for automatically enabling Network Watcher. For more information, see [Network Watcher create](network-watcher-create.md).
98+
When you create or update a virtual network in your subscription, Network Watcher will be enabled automatically in your Virtual Network's region. There's no impact on your resources or associated charge for automatically enabling Network Watcher. For more information, see [Network Watcher create](network-watcher-create.md).
10499

105100
## Next steps
106101

107-
* You now have an overview of Azure Network Watcher. To get started using Network Watcher, diagnose a common communication problem to and from a virtual machine using IP flow verify. To learn how, see the [Diagnose a virtual machine network traffic filter problem](diagnose-vm-network-traffic-filtering-problem.md) quickstart.
108-
109-
* [Learn module: Introduction to Azure Network Watcher](/training/modules/intro-to-azure-network-watcher).
102+
- [Quickstart: Diagnose a virtual machine network traffic filter problem](diagnose-vm-network-traffic-filtering-problem.md).
103+
- [Tutorial: Diagnose a virtual machine network routing problem](diagnose-vm-network-routing-problem.md).
104+
- [Tutorial: Monitor network communication between two virtual machines](connection-monitor.md).
105+
- [Learn module: Introduction to Azure Network Watcher](/training/modules/intro-to-azure-network-watcher).

0 commit comments

Comments
 (0)