Skip to content

Commit 5505c72

Browse files
committed
acrolinx
1 parent 456e838 commit 5505c72

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ With the increase of sophisticated and high-performance workloads in Azure, ther
1818

1919
The connection troubleshoot feature of Azure Network Watcher helps reduce the amount of time to diagnose and troubleshoot network connectivity issues. The results returned can provide insights about the root cause of the connectivity problem and whether it's due to a platform or user configuration issue.
2020

21-
Connection troubleshoot reduces the Mean Time To Resolution (MTTR) by providing a comprehensive method of performing all connection major checks to detect issues pertaining to network security groups, user-defined routes, and blocked ports and . It provides the following results with actionable insights where a step-by-step guide or corresponding documentation is provided for faster resolution:
21+
Connection troubleshoot reduces the Mean Time To Resolution (MTTR) by providing a comprehensive method of performing all connection major checks to detect issues pertaining to network security groups, user-defined routes, and blocked ports. It provides the following results with actionable insights where a step-by-step guide or corresponding documentation is provided for faster resolution:
2222

2323
- Connectivity test with different destination types (VM, URI, FQDN, or IP Address).
2424
- Configuration issues that impact reachability.
@@ -120,4 +120,4 @@ The Connection troubleshoot feature returns fault types about the connection. Th
120120
### Next steps
121121

122122
- Learn more about [Network Watcher](network-watcher-monitoring-overview.md)
123-
- Learn how to use connection troubleshoot using the [Azure Portal](network-watcher-connectivity-portal.md), [PowerShell](network-watcher-connectivity-powershell.md), the [Azure CLI](network-watcher-connectivity-cli.md), or [REST API](network-watcher-connectivity-rest.md).
123+
- Learn how to use connection troubleshoot using the [Azure portal](network-watcher-connectivity-portal.md), [PowerShell](network-watcher-connectivity-powershell.md), the [Azure CLI](network-watcher-connectivity-cli.md), or [REST API](network-watcher-connectivity-rest.md).

articles/network-watcher/network-watcher-connectivity-portal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ In this section, you test connectivity between two connected virtual machines.
6262

6363
- Network security group rules allow traffic between the two virtual machines.
6464
- The two virtual machines are directly connected (VM2 is the next hop of VM1).
65-
- Azure default system route is used to route traffic between the two virtual machines (Route table Id: System route).
65+
- Azure default system route is used to route traffic between the two virtual machines (Route table ID: System route).
6666
- 66 probes were successfully sent with average latency of 2 ms.
6767

6868
:::image type="content" source="./media/network-watcher-connectivity-portal/virtual-machine-connected-test-result.png" alt-text="Screenshot of connection troubleshoot results after testing the connection between two connected virtual machines.":::
@@ -99,14 +99,14 @@ In this section, you test connectivity between two virtual machines that have co
9999

100100
1. Select **Test connection**.
101101

102-
The test results show that the two virtual machines are not communicating:
102+
The test results show that the two virtual machines aren't communicating:
103103

104-
- The two virtual machines are not connected (no probes were sent from VM1 to VM3).
105-
- There is no route between the two virtual machines (Next hop type: None).
106-
- Azure default system route is the route table used (Route table Id: System route).
104+
- The two virtual machines aren't connected (no probes were sent from VM1 to VM3).
105+
- There's no route between the two virtual machines (Next hop type: None).
106+
- Azure default system route is the route table used (Route table ID: System route).
107107
- Network security group rules allow traffic between the two virtual machines.
108108

109-
:::image type="content" source="./media/network-watcher-connectivity-portal/virtual-machines-test-result.png" alt-text="Screenshot of connection troubleshoot results after testing the connection between two virtual machines that are not communicating.":::
109+
:::image type="content" source="./media/network-watcher-connectivity-portal/virtual-machines-test-result.png" alt-text="Screenshot of connection troubleshoot results after testing the connection between two virtual machines that aren't communicating.":::
110110

111111
## Test connectivity with `www.bing.com`
112112

0 commit comments

Comments
 (0)