Skip to content

Commit d67e2b2

Browse files
committed
Minor edits
1 parent 87d9aa9 commit d67e2b2

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

articles/network-watcher/network-watcher-network-configuration-diagnostics-overview.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: damendo
1515

1616
# Introduction to NSG Diagnostics in Azure Network Watcher
1717

18-
The NSG 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
2121
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.
@@ -27,13 +27,10 @@ For using NSG Diagnostics, Network Watcher must be enabled in your subscription.
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 NSG 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 NSG 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)