Skip to content

Commit b08a141

Browse files
authored
Merge pull request #299476 from damendo/main
VM Network Troubleshooter docs
2 parents 27d9523 + 059e1d7 commit b08a141

File tree

3 files changed

+45
-0
lines changed

3 files changed

+45
-0
lines changed
1000 KB
Loading

articles/network-watcher/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@
9191
items:
9292
- name: Overview
9393
href: effective-security-rules-overview.md
94+
- name: VM Network Troubleshooter
95+
items:
96+
- name: Overview
97+
href: vm-network-troubleshooter.md
9498
- name: VPN troubleshoot
9599
items:
96100
- name: Overview
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 and how it can help you detect blocked ports.
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 Virtual Machines (VMs) are one of the most common connectivity issues faced by Azure customers. The VM Network Troubleshooter helps customers quickly check if commonly used ports are blocked on their Azure virtual machine.
15+
16+
## What ports are checked by the VM Network Troubleshooter?
17+
18+
The VM Network Troubleshooter checks for the following ports:
19+
- Port 80 (HTTP)
20+
- Port 443 (HTTPS)
21+
- Port 3389 (RDP)
22+
23+
24+
## How can customers access the VM Network Troubleshooter?
25+
26+
Customers can access the VM Network Troubleshooter from the Monitor tab on the VM Overview blade. With a single click, customers can start the troubleshooter and check if the ports for RDP, HTTP, and HTTPs are blocked.
27+
28+
:::image type="content" source="./media/vm-network-troubleshooter/vm-network-troubleshooter.gif" alt-text="Video of customers navigating to the VM Network Troubleshooter from the VM Overview blade in the Azure portal.":::
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)