Skip to content

Commit e9abb7f

Browse files
committed
delete article
1 parent 7233016 commit e9abb7f

17 files changed

+29
-1058
lines changed

articles/network-watcher/.openpublishing.redirection.network-watcher.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/network-watcher/connection-troubleshoot-portal.md",
5+
"redirect_url": "/azure/network-watcher/connection-troubleshoot-manage",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/network-watcher/connection-troubleshoot-cli.md",
10+
"redirect_url": "/azure/network-watcher/connection-troubleshoot-manage",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/network-watcher/connection-troubleshoot-powershell.md",
15+
"redirect_url": "/azure/network-watcher/connection-troubleshoot-manage",
16+
"redirect_document_id": false
17+
},
318
{
419
"source_path_from_root": "/articles/network-watcher/quickstart-configure-network-security-group-flow-logs-from-bicep.md",
520
"redirect_url": "/azure/network-watcher/nsg-flow-logs-bicep",

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

Lines changed: 0 additions & 732 deletions
This file was deleted.

articles/network-watcher/connection-troubleshoot-portal.md renamed to articles/network-watcher/connection-troubleshoot-manage.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ In this section, you test the remote desktop port (RDP) connectivity from one vi
104104
| **Connection Diagnostic** | |
105105
| Diagnostics tests | Select **Connectivity**, **NSG diagnostic**, **Next hop**, and **Port scanner**. |
106106

107-
:::image type="content" source="./media/connection-troubleshoot-portal/test-connectivity-vm.png" alt-text="Screenshot that shows Network Watcher connection troubleshoot in Azure portal to test the connection between two virtual machines." lightbox="./media/connection-troubleshoot-portal/test-connectivity-vm.png":::
107+
:::image type="content" source="./media/connection-troubleshoot-manage/test-connectivity-vm.png" alt-text="Screenshot that shows Network Watcher connection troubleshoot in Azure portal to test the connection between two virtual machines." lightbox="./media/connection-troubleshoot-manage/test-connectivity-vm.png":::
108108

109109
1. Select **Run diagnostic tests**.
110110

111111
- If the two virtual machines are communicating with no issues, you see the following results:
112112

113-
:::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.":::
113+
:::image type="content" source="./media/connection-troubleshoot-manage/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." lightbox="content" source="./media/connection-troubleshoot-manage/connectivity-allowed.png":::
114114

115115
- 66 probes were successfully sent to the destination virtual machine. Select **See details** to see the next hop details.
116116
- 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.
@@ -120,7 +120,7 @@ In this section, you test the remote desktop port (RDP) connectivity from one vi
120120

121121
- If the destination virtual machine has a network security group that's denying incoming RDP connections, you see the following results:
122122

123-
:::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.":::
123+
:::image type="content" source="./media/connection-troubleshoot-manage/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." lightbox="./media/connection-troubleshoot-manage/connectivity-denied-destination.png":::
124124

125125
- 30 probes were sent and failed to reach the destination virtual machine. Select **See details** to see the next hop details.
126126
- 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.
@@ -132,7 +132,7 @@ In this section, you test the remote desktop port (RDP) connectivity from one vi
132132

133133
- If the source virtual machine has a network security group that's denying RDP connections to the destination, you see the following results:
134134

135-
:::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.":::
135+
:::image type="content" source="./media/connection-troubleshoot-manage/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." lightbox="./media/connection-troubleshoot-manage/connectivity-denied-source.png":::
136136

137137
- 30 probes were sent and failed to reach the destination virtual machine. Select **See details** to see the next hop details.
138138
- Outbound connectivity from the source virtual machine is denied. Select **See details** to see security rule that is denying the outbound communication from the source virtual machine.
@@ -144,7 +144,7 @@ In this section, you test the remote desktop port (RDP) connectivity from one vi
144144

145145
- If the operating system on the destination virtual machine doesn't accept incoming connections on port 3389, you see the following results:
146146

147-
:::image type="content" source="./media/connection-troubleshoot-portal/connectivity-denied-destination-port.png" alt-text="Screenshot that shows connection troubleshoot results after testing the connection to a virtual machine that isn't listening on the tested port.":::
147+
:::image type="content" source="./media/connection-troubleshoot-manage/connectivity-denied-destination-port.png" alt-text="Screenshot that shows connection troubleshoot results after testing the connection to a virtual machine that isn't listening on the tested port." lightbox="./media/connection-troubleshoot-manage/connectivity-denied-destination-port.png":::
148148

149149
- 30 probes were sent and failed to reach the destination virtual machine. Select **See details** to see the next hop details.
150150
- 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.
@@ -710,19 +710,19 @@ In this section, you test the connectivity between a virtual machine and a web a
710710
| **Connection Diagnostic** | |
711711
| Diagnostics tests | Select **Connectivity**. |
712712
713-
:::image type="content" source="./media/connection-troubleshoot-portal/test-connectivity-bing.png" alt-text="Screenshot that shows connection troubleshoot in the Azure portal to test the connection between a virtual machine and Microsoft Bing website." lightbox="./media/connection-troubleshoot-portal/test-connectivity-bing.png":::
713+
:::image type="content" source="./media/connection-troubleshoot-manage/test-connectivity-bing.png" alt-text="Screenshot that shows connection troubleshoot in the Azure portal to test the connection between a virtual machine and Microsoft Bing website." lightbox="./media/connection-troubleshoot-manage/test-connectivity-bing.png":::
714714
715715
1. Select **Run diagnostic tests**.
716716
717717
- If `www.bing.com` is reachable from the source virtual machine, you see the following results:
718718
719-
:::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.":::
719+
:::image type="content" source="./media/connection-troubleshoot-manage/test-connectivity-bing-reachable.png" alt-text="Screenshot that shows connection troubleshoot results after testing the connection with Microsoft Bing website." lightbox="./media/connection-troubleshoot-manage/test-connectivity-bing-reachable.png":::
720720
721721
66 probes were successfully sent to `www.bing.com`. Select **See details** to see the next hop details.
722722
723723
- If `www.bing.com` is unreachable from the source virtual machine due to a security rule, you see the following results:
724724
725-
:::image type="content" source="./media/connection-troubleshoot-portal/test-connectivity-bing-unreachable.png" alt-text="Screenshot that shows connection troubleshoot results after unsuccessfully testing the connection with Microsoft Bing website.":::
725+
:::image type="content" source="./media/connection-troubleshoot-manage/test-connectivity-bing-unreachable.png" alt-text="Screenshot that shows connection troubleshoot results after unsuccessfully testing the connection with Microsoft Bing website." lightbox="./media/connection-troubleshoot-manage/test-connectivity-bing-unreachable.png":::
726726
727727
30 probes were sent and failed to reach `www.bing.com`. Select **See details** to see the next hop details and the cause of the error.
728728
@@ -996,21 +996,21 @@ In this section, you test the connectivity between a virtual machine and an IP a
996996
| **Connection Diagnostic** | |
997997
| Diagnostics tests | Select **Connectivity**, **NSG diagnostic**, and **Next hop**. |
998998

999-
:::image type="content" source="./media/connection-troubleshoot-portal/test-connectivity-ip.png" alt-text="Screenshot that shows connection troubleshoot in the Azure portal to test the connection between a virtual machine and an IP address." lightbox="./media/connection-troubleshoot-portal/test-connectivity-ip.png":::
999+
:::image type="content" source="./media/connection-troubleshoot-manage/test-connectivity-ip.png" alt-text="Screenshot that shows connection troubleshoot in the Azure portal to test the connection between a virtual machine and an IP address." lightbox="./media/connection-troubleshoot-manage/test-connectivity-ip.png":::
10001000

10011001
1. Select **Run diagnostic tests**.
10021002

10031003
- If the IP address is reachable, you see the following results:
10041004

1005-
:::image type="content" source="./media/connection-troubleshoot-portal/ip-reachable.png" alt-text="Screenshot that shows connection troubleshoot results after testing the connection to a reachable IP address.":::
1005+
:::image type="content" source="./media/connection-troubleshoot-manage/ip-reachable.png" alt-text="Screenshot that shows connection troubleshoot results after testing the connection to a reachable IP address." lightbox="./media/connection-troubleshoot-manage/ip-reachable.png":::
10061006

10071007
- 66 probes were successfully sent with average latency of 4 ms. Select **See details** to see the next hop details.
10081008
- 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.
10091009
- Azure default system route is used to route traffic to the IP address, which is in the same virtual network or a peered virtual network. (Route table ID: System route and Next hop type: Virtual Network).
10101010

10111011
- If the IP address is unreachable because the destination virtual machine isn't running, you see the following results:
10121012

1013-
:::image type="content" source="./media/connection-troubleshoot-portal/ip-unreachable-vm-stopped.png" alt-text="Screenshot that shows connection troubleshoot results after testing the connection to an IP address of a stopped virtual machine.":::
1013+
:::image type="content" source="./media/connection-troubleshoot-manage/ip-unreachable-vm-stopped.png" alt-text="Screenshot that shows connection troubleshoot results after testing the connection to an IP address of a stopped virtual machine." lightbox="./media/connection-troubleshoot-manage/ip-unreachable-vm-stopped.png":::
10141014

10151015
- 30 probes were sent and failed to reach the destination virtual machine. Select **See details** to see the next hop details.
10161016
- 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.
@@ -1020,7 +1020,7 @@ In this section, you test the connectivity between a virtual machine and an IP a
10201020

10211021
- If there's no route to the IP address in the routing table of the source virtual machine (for example, the IP address isn't in the address space of the VM's virtual network or its peered virtual networks), you see the following results:
10221022

1023-
:::image type="content" source="./media/connection-troubleshoot-portal/ip-unreachable-route-table.png" alt-text="Screenshot that shows connection troubleshoot results after testing the connection to unreachable IP address with no route in the routing table.":::
1023+
:::image type="content" source="./media/connection-troubleshoot-manage/ip-unreachable-route-table.png" alt-text="Screenshot that shows connection troubleshoot results after testing the connection to unreachable IP address with no route in the routing table." lightbox="./media/connection-troubleshoot-manage/ip-unreachable-route-table.png":::
10241024

10251025
- 30 probes were sent and failed to reach the destination virtual machine. Select **See details** to see the next hop details.
10261026
- Outbound connectivity from the source virtual machine is denied. Select **See details** to see security rule that is denying the outbound communication from the source virtual machine.

0 commit comments

Comments
 (0)