We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edb6bb commit fd94f05Copy full SHA for fd94f05
articles/virtual-network/troubleshoot-vm-connectivity.md
@@ -24,9 +24,9 @@ This article helps administrators diagnose and resolve connectivity problems tha
24
To resolve these problems, follow the steps in the following section.
25
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.
+> You can use the following:
+> * `netstat -an` to list the ports that the VM is listening to
+> * Test-NetConnection module in PowerShell to display diagnostic information for a connection such as ping test and tcp test
30
>
31
## Resolution
32
0 commit comments