Skip to content

Commit 4e7c074

Browse files
Merge pull request #269387 from halkazwini/nw-uct-cli
Rename file
2 parents 735214c + 552b520 commit 4e7c074

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/network-watcher/network-watcher-connectivity-cli.md",
5+
"redirect_url": "/azure/network-watcher/connection-troubleshoot-cli",
6+
"redirect_document_id": true
7+
},
38
{
49
"source_path_from_root": "/articles/network-watcher/network-watcher-nsg-flow-logging-overview.md",
510
"redirect_url": "/azure/network-watcher/nsg-flow-logs-overview",
File renamed without changes.

articles/network-watcher/diagnose-vm-network-routing-problem-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ az group delete --name myResourceGroup --yes
154154

155155
In this article, you created a VM and diagnosed network routing from the VM. You learned that Azure creates several default routes and tested routing to two different destinations. Learn more about [routing in Azure](../virtual-network/virtual-networks-udr-overview.md?toc=%2fazure%2fnetwork-watcher%2ftoc.json) and how to [create custom routes](../virtual-network/manage-route-table.md?toc=%2fazure%2fnetwork-watcher%2ftoc.json#create-a-route).
156156

157-
For outbound VM connections, you can also determine the latency and allowed and denied network traffic between the VM and an endpoint using Network Watcher's [connection troubleshoot](network-watcher-connectivity-cli.md) capability. You can monitor communication between a VM and an endpoint, such as an IP address or URL over time using the Network Watcher connection monitor capability. For more information, see [Monitor a network connection](monitor-vm-communication.md).
157+
For outbound VM connections, you can also determine the latency and allowed and denied network traffic between the VM and an endpoint using Network Watcher's [connection troubleshoot](connection-troubleshoot-cli.md) capability. You can monitor communication between a VM and an endpoint, such as an IP address or URL over time using the Network Watcher connection monitor capability. For more information, see [Monitor a network connection](monitor-vm-communication.md).

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ ms.author: halkazwini
1212

1313
# Troubleshoot connections with Azure Network Watcher using the Azure REST API
1414

15-
> [!div class="op_single_selector"]
16-
> - [Portal](network-watcher-connectivity-portal.md)
17-
> - [PowerShell](network-watcher-connectivity-powershell.md)
18-
> - [Azure CLI](network-watcher-connectivity-cli.md)
19-
> - [Azure REST API](network-watcher-connectivity-rest.md)
20-
2115
Learn how to use connection troubleshoot to verify whether a direct TCP connection from a virtual machine to a given endpoint can be established.
2216

2317
## Before you begin

articles/network-watcher/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
- name: PowerShell
133133
href: connection-troubleshoot-powershell.md
134134
- name: Azure CLI
135-
href: network-watcher-connectivity-cli.md
135+
href: connection-troubleshoot-cli.md
136136
- name: REST
137137
href: network-watcher-connectivity-rest.md
138138
- name: Diagnose VPN gateway and connections

0 commit comments

Comments
 (0)