35 minutes
---
Network Watcher is typically auto-enabled per region when you create networking
resources. To verify/enable:
listed and Status is Enabled.
existing region).
rg-az104-lab19,
region: East US. Create.
vnet-lab19, Address space:
10.100.0.0/16, Subnets: subnet-vms with 10.100.1.0/24. Create.
- vm-source: Ubuntu 22.04 LTS, Standard_B1s, vnet-lab19/subnet-vms
with a public IP. Create.
- vm-dest: same config, but with no public IP. Create.
Connection Troubleshoot is faster and less intrusive than IP Flow Verify for initial connectivity diagnosis. Use it first, then drill down with other tools if needed.
diagnostic tools).
- Resource type: Virtual machine
- Virtual machine: vm-source
- Network interface: (auto-selected)
- Resource type: Virtual machine
- Virtual machine: vm-dest
- Port: 22
and success/failure. Useful for diagnosing "VM A can't reach VM B" scenarios.
vm-source
10.100.1.4:* (or the VM's actual private IP)
10.100.1.5:22 (or vm-dest's private IP)
(RDP) or a blocked port to see Deny.
vm-source
10.100.1.4 (or the VM's private IP)
10.100.1.5 (or a destination within the VNet)
8.8.8.8) — should show
Internet (traffic exits the VNet).
Useful for validating custom route tables (UDRs) and confirming expected
routing behavior.
Packet capture can capture sensitive data (passwords, API keys, etc.) in plaintext. Only capture traffic you intend to analyze, use filters to reduce data, and handle .pcap files securely.
+ Add.
- Name: capture01
- VM: vm-source
- Network interface: (auto-selected)
- Capture settings:
- Time limit (seconds): 60
- Maximum file size: (default 100 MB)
- Filters (optional): leave empty for now
- Storage account: select or Create new (stores the .pcap file)
- Create — begins capturing.
capture01 > Download the .pcap file to analyze with Wireshark.
- Select NSG: choose an NSG
- Target storage account: select or create
- Retention (days): 30
- Traffic Analytics: Enabled (optional, requires a Log Analytics workspace)
Once enabled:
storage account blob).
minutes and provides visualizations: top talkers, blocked flows, geographic
distribution, etc.
rg-az104-lab19 — visualizes VNets, subnets,
NICs, NSGs, and their relationships in a topology diagram.
.pcap file available
capture01 > Delete.
rg-az104-lab19 > Delete resource group.
NetworkWatcherRG is a special auto-created resource group — don't delete it;
it's shared across your subscription's networking diagnostics.
NetworkWatcherRG is auto-created the first time Network Watcher is enabled in a region — it's normal and shouldn't be deleted.
show-next-hop (via Next hop) is the fastest way to confirm whether custom route tables (UDRs) are affecting traffic as expected.