Skip to content

Commit 3edb6bb

Browse files
authored
Update troubleshoot-vm-connectivity.md
Not everybody is aware of such tools. They should be added so readers know about their options. ```netstat -an``` to list the ports that the VM is listening. Test-NetConnection module in PowerShell to display diagnostic information for a connection such as ping test, tcp test etc.
1 parent 89e1482 commit 3edb6bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/virtual-network/troubleshoot-vm-connectivity.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ This article helps administrators diagnose and resolve connectivity problems tha
2323

2424
To resolve these problems, follow the steps in the following section.
2525

26+
> [!NOTE]
27+
> You can use followings:
28+
> * ```netstat -an``` to list the ports that the VM is listening.
29+
> * Test-NetConnection module in PowerShell to display diagnostic information for a connection such as ping test, tcp test etc.
30+
>
2631
## Resolution
2732

2833
### Azure VM cannot connect to another Azure VM in same virtual network

0 commit comments

Comments
 (0)