Skip to content

Commit b46be2d

Browse files
Merge pull request #217172 from v-ksreedevan/04Nov-VS12891454
Updated Note regarding AppGW
2 parents 68ae1e5 + dd01106 commit b46be2d

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

articles/network-watcher/diagnose-vm-network-traffic-filtering-problem-powershell.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ titleSuffix: Azure Network Watcher
44
description: Learn how to use Azure PowerShell to diagnose a virtual machine network traffic filter problem using the IP flow verify capability of Azure Network Watcher.
55
services: network-watcher
66
documentationcenter: network-watcher
7-
author: damendo
8-
ms.author: damendo
9-
editor:
7+
author: shijaiswal
8+
ms.author: shijaiswal
109
ms.date: 10/12/2022
11-
ms.assetid:
1210
ms.topic: quickstart
1311
ms.service: network-watcher
1412
ms.workload: infrastructure
@@ -20,7 +18,7 @@ ms.custom: devx-track-azurepowershell, mvc, mode-api
2018

2119
# Quickstart: Diagnose a virtual machine network traffic filter problem - Azure PowerShell
2220

23-
In this quickstart, you deploy a virtual machine (VM) and then check communications to an IP address and URL and from an IP address. You determine the cause of a communication failure and how you can resolve it.
21+
In this quickstart, you deploy a virtual machine (VM) and then check communications to and from an IP address, and to a URL. You determine the cause of a communication failure and how you can resolve it.
2422

2523
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2624

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: network-watcher
88
ms.topic: article
99
ms.tgt_pltfrm: na
1010
ms.workload: infrastructure-services
11-
ms.date: 11/02/2022
11+
ms.date: 11/10/2022
1212
ms.author: shijaiswal
1313
---
1414

@@ -19,6 +19,14 @@ The connection troubleshoot feature of Network Watcher provides the capability t
1919
> [!IMPORTANT]
2020
> Connection troubleshoot requires that the VM you troubleshoot from has the `AzureNetworkWatcherExtension` VM extension installed. For installing the extension on a Windows VM visit [Azure Network Watcher Agent virtual machine extension for Windows](../virtual-machines/extensions/network-watcher-windows.md?toc=%2fazure%2fnetwork-watcher%2ftoc.json) and for Linux VM visit [Azure Network Watcher Agent virtual machine extension for Linux](../virtual-machines/extensions/network-watcher-linux.md?toc=%2fazure%2fnetwork-watcher%2ftoc.json). The extension is not required on the destination endpoint.
2121
22+
## Supported source types
23+
24+
The following sources are supported by Network Watcher:
25+
26+
- Virtual Machines
27+
- Bastion
28+
- Application Gateways (except v1)
29+
2230
## Response
2331

2432
The following table shows the properties returned when connection troubleshoot has finished running.

0 commit comments

Comments
 (0)