Skip to content

Commit 7fc0acf

Browse files
authored
Add files via upload
1 parent 62e931c commit 7fc0acf

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: VM Network Troubleshooter overview
3+
titleSuffix: Azure Network Watcher
4+
description: Learn about VM Network Troubleshooter in Azure Network Watcher how it can help you troubleshoot traffic issues.
5+
author: halkazwini
6+
ms.author: halkazwini
7+
ms.service: azure-network-watcher
8+
ms.topic: concept-article
9+
ms.date: 05/07/2025
10+
---
11+
12+
# VM Network Troubleshooter overview
13+
14+
Blocked ports on their VMS are one of the most common connectivity issues faced by Azure customers.
15+
The VM Network Troubleshooter helps customers quickly check if commonly used ports are blocked on a their Azure virtual machine.
16+
17+
## What ports are check by the VM Network Troubleshooter?
18+
19+
The VM Network Troubleshooter checks for the following ports:
20+
- Port 80 (HTTP)
21+
- Port 443 (HTTPS)
22+
- Port 3389 (RDP)
23+
24+
25+
## How can customers access the VM Network Troubleshooter?
26+
27+
Customers can access the VM Network Troubleshooter from the Monitor tab on the VM Overview blade.
28+
With a single click, customers can start the troubleshooter and check if RDP, HTTP and HTTPs ports are blocked.
29+
30+
31+
## How does the VM Network Troubleshooter work?
32+
33+
The VM Network Troubleshooter is built on top of the NSG diagnostics tool. The troubleshooter simulates traffic to the VM for common ports. It returns whether the flow is allowed or denied with detailed information about the security rule allowing or denying the flow.
34+
Customers can clickthrough from the results to the NSG rules and edit them as needed.
35+
36+
## Next step
37+
38+
To check for other ports, customers can use the NSG diagnostics tool
39+
40+
> [!div class="nextstepaction"]
41+
> [NSG Diagnostics overview](nsg-diagnostics-overview.md)

0 commit comments

Comments
 (0)