Skip to content

Commit 15d61b9

Browse files
Merge pull request #222880 from v-ksreedevan/04Jan-103341
Replaced Network Configurations with NSG
2 parents 08319ff + d67e2b2 commit 15d61b9

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed
Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
22
title: Introduction to Network Configuration Diagnostics in Azure Network Watcher | Microsoft Docs
3-
description: This page provides an overview of the Network Watcher - Network Configuration Diagnostics
3+
description: This page provides an overview of the Network Watcher - NSG Diagnostics
44
services: network-watcher
55
documentationcenter: na
66
author: shijaiswal
77
ms.service: network-watcher
88
ms.topic: article
99
ms.tgt_pltfrm: na
1010
ms.workload: infrastructure-services
11-
ms.date: 03/18/2022
11+
ms.date: 01/04/2023
1212
ms.custom: engagement-fy23
1313
ms.author: shijaiswal
1414
---
1515

16-
# Introduction to Network Configuration Diagnostics in Azure Network Watcher
16+
# Introduction to NSG Diagnostics in Azure Network Watcher
1717

18-
The Network Configuration Diagnostic tool helps customers understand which traffic flows will be allowed or denied in your Azure Virtual Network along with detailed information for debugging. It can help you in understanding if your NSG rules are configured correctly.
18+
The NSG Diagnostics tool helps customers understand which traffic flows will be allowed or denied in your Azure Virtual Network along with detailed information for debugging. It can help you in understanding if your NSG rules are configured correctly.
1919

2020
## Pre-requisites
21-
For using Network Configuration Diagnostics, Network Watcher must be enabled in your subscription. See [Create an Azure Network Watcher instance](./network-watcher-create.md) to enable.
21+
For using NSG Diagnostics, Network Watcher must be enabled in your subscription. See [Create an Azure Network Watcher instance](./network-watcher-create.md) to enable.
2222

2323
## Background
2424

@@ -27,13 +27,10 @@ For using Network Configuration Diagnostics, Network Watcher must be enabled in
2727
- All traffic flows in your network are evaluated using the rules in the applicable NSG.
2828
- Rules are evaluated based on priority number from lowest to highest
2929

30-
## How does Network Configuration Diagnostic work?
30+
## How does NSG Diagnostics work?
3131

32-
For a given flow, the NCD tool runs a simulation of the flow and returns whether the flow would be allowed (or denied) and detailed information about rules allowing/denying the flow. Customers must provide details of a flow like source, destination, protocol, etc. The tool returns whether traffic was allowed or denied, the NSG rules that were evaluated for the specified flow and the evaluation results for every rule.
32+
For a given flow, the NSG Diagnostics tool runs a simulation of the flow and returns whether the flow would be allowed (or denied) and detailed information about rules allowing/denying the flow. Customers must provide details of a flow like source, destination, protocol, etc. The tool returns whether traffic was allowed or denied, the NSG rules that were evaluated for the specified flow and the evaluation results for every rule.
3333

3434
## Next steps
3535

36-
Use Network Configuration Diagnostic through other interfaces
37-
- [REST API](/rest/api/network-watcher/networkwatchers/getnetworkconfigurationdiagnostic)
38-
- [PowerShell](/powershell/module/az.network/invoke-aznetworkwatchernetworkconfigurationdiagnostic)
39-
- [Azure CLI](/cli/azure/network/watcher#az-network-watcher-run-configuration-diagnostic)
36+
Use NSG Diagnostics using [REST API](/rest/api/network-watcher/networkwatchers/getnetworkconfigurationdiagnostic), [PowerShell](/powershell/module/az.network/invoke-aznetworkwatchernetworkconfigurationdiagnostic), and [Azure CLI](/cli/azure/network/watcher#az-network-watcher-run-configuration-diagnostic).

0 commit comments

Comments
 (0)