Skip to content

Commit 16a9a18

Browse files
committed
tweaks
1 parent b268435 commit 16a9a18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ In this section, you test the remote desktop port (RDP) connectivity from one vi
6262

6363
:::image type="content" source="./media/connection-troubleshoot-portal/connectivity-allowed.png" alt-text="Screenshot that shows connection troubleshoot results after testing the connection between two virtual machines that are communicating with no issues.":::
6464

65-
- 66 probes were successfully sent with average latency of 2 ms. Select **See details** to see the next hop details.
65+
- 66 probes were successfully sent to the destination virtual machine. Select **See details** to see the next hop details.
6666
- Outbound connectivity from the source virtual machine is allowed. Select **See details** to see the security rules that are allowing the outbound communication from the source virtual machine.
6767
- Inbound connectivity to the destination virtual machine is allowed. Select **See details** to see the security rules that are allowing the inbound communication to the destination virtual machine.
6868
- Azure default system route is used to route traffic between the two virtual machines (Route table ID: System route).
6969
- Port 3389 is reachable on the destination virtual machine.
7070

71-
- If the destination virtual machine has a network security group blocking incoming RDP connection, you see the following results:
71+
- If the destination virtual machine has a network security group blocking incoming RDP connections, you see the following results:
7272

7373
:::image type="content" source="./media/connection-troubleshoot-portal/connectivity-denied-destination.png" alt-text="Screenshot that shows connection troubleshoot results after testing the connection to a virtual machine that has a denying inbound security rule.":::
7474

@@ -79,7 +79,7 @@ In this section, you test the remote desktop port (RDP) connectivity from one vi
7979
- Port 3389 isn't reachable on the destination virtual machine (port 3389 is unreachable because of the security rule that is denying the inbound communication to the destination port).
8080
**Solution**: update the network security group on the destination virtual machine to allow inbound RDP traffic.
8181

82-
- If the source virtual machine has a network security group denying RDP connection to the destination, you see the following results:
82+
- If the source virtual machine has a network security group denying RDP connections to the destination, you see the following results:
8383

8484
:::image type="content" source="./media/connection-troubleshoot-portal/connectivity-denied-source.png" alt-text="Screenshot that shows connection troubleshoot results after testing the connection from a virtual machine that has a denying outbound security rule.":::
8585

@@ -133,7 +133,7 @@ In this section, you test connectivity between a virtual machine and a web addre
133133

134134
:::image type="content" source="./media/connection-troubleshoot-portal/test-connectivity-bing-reachable.png" alt-text="Screenshot that shows connection troubleshoot results after testing the connection with Microsoft Bing website.":::
135135

136-
Connectivity test is successful with 66 probes sent with an average latency of 3 ms.
136+
66 probes were successfully sent to `www.bing.com`. Select **See details** to see the next hop details.
137137

138138
- If `www.bing.com` is unreachable from the source virtual machine due to a security rule, you see the following results:
139139

0 commit comments

Comments
 (0)