Skip to content

Commit 8ac09b1

Browse files
committed
tweaks
1 parent 34dbe9f commit 8ac09b1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/network-watcher/connection-troubleshoot-cli.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ In this article, you learn how to use the connection troubleshoot feature of Azu
2222

2323
- Network Watcher enabled in the region of the virtual machine (VM) you want to troubleshoot. By default, Azure enables Network Watcher in a region when you create a virtual network in it. For more information, see [Enable or disable Azure Network Watcher](network-watcher-create.md).
2424

25-
- A virtual machine with Network Watcher agent VM extension installed on it and the following outbound TCP connectivity:
26-
- to the storage account over port 443
25+
- A virtual machine with Network Watcher agent VM extension installed on it and has the following outbound TCP connectivity:
2726
- to 169.254.169.254 over port 80
2827
- to 168.63.129.16 over port 8037
2928

@@ -722,7 +721,7 @@ az network watcher test-connectivity --resource-group 'myResourceGroup' --source
722721
- Connection status is **Unreachable** (`10.10.10.10` is unreachable over port 3389).
723722
- 30 probes were sent and failed to reach `10.10.10.10`.
724723
- No route in the routing table of the source virtual machine to `10.10.10.10`. The output has `RouteMissing` error on the source virtual machine.
725-
- Next hop type is *None* because there is no route to `10.10.10.10`.
724+
- Next hop type is *None* because there's no route to `10.10.10.10`.
726725
- Outbound connectivity from the source virtual machine is denied by the security rule `DefaultRule_DenyAllOutBound` in the network security group `VM1-nsg`.
727726

728727
**Solution**: Associate a route table with a correct route to the subnet of the source virtual machine.

0 commit comments

Comments
 (0)