You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/network-watcher/network-watcher-connectivity-overview.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ title: Introduction to Azure Network Watcher Connection Troubleshoot | Microsoft
3
3
description: This page provides an overview of the Network Watcher connection troubleshooting capability
4
4
services: network-watcher
5
5
documentationcenter: na
6
-
author: damendo
6
+
author: shijaiswal
7
7
ms.service: network-watcher
8
8
ms.topic: article
9
9
ms.tgt_pltfrm: na
10
10
ms.workload: infrastructure-services
11
-
ms.date: 07/11/2017
12
-
ms.author: damendo
11
+
ms.date: 11/02/2022
12
+
ms.author: shijaiswal
13
13
---
14
14
15
15
# Introduction to connection troubleshoot in Azure Network Watcher
@@ -23,7 +23,7 @@ The connection troubleshoot feature of Network Watcher provides the capability t
23
23
24
24
The following table shows the properties returned when connection troubleshoot has finished running.
25
25
26
-
|Property |Description |
26
+
|**Property**|**Description**|
27
27
|---------|---------|
28
28
|ConnectionStatus | The status of the connectivity check. Possible results are **Reachable** and **Unreachable**. |
29
29
|AvgLatencyInMs | Average latency during the connectivity check in milliseconds. (Only shown if check status is reachable) |
@@ -66,11 +66,11 @@ The following is an example of an issue found on a hop.
66
66
67
67
Connection troubleshoot returns fault types about the connection. The following table provides a list of the current fault types returned.
68
68
69
-
|Type |Description |
69
+
|**Type**|**Description**|
70
70
|---------|---------|
71
71
|CPU | High CPU utilization. |
72
72
|Memory | High Memory utilization. |
73
-
|GuestFirewall | Traffic is blocked due to a virtual machine firewall configuration. |
73
+
|GuestFirewall | Traffic is blocked due to a virtual machine firewall configuration. <br><br> Note that a TCP ping is a unique use case in which, if there is no allowed rule, the firewall itself responds to the client's TCP ping request even though the TCP ping doesn't reach the target IP address/FQDN. This event is not logged. If there is a network rule that allows access to the target IP address/FQDN, the ping request reaches the target server and its response is relayed back to the client. This event is logged in the Network rules log.|
74
74
|DNSResolution | DNS resolution failed for the destination address. |
75
75
|NetworkSecurityRule | Traffic is blocked by an NSG Rule (Rule is returned) |
76
76
|UserDefinedRoute|Traffic is dropped due to a user defined or system route. |
0 commit comments