Skip to content

Commit 8369072

Browse files
committed
remove blocking issue
1 parent 0cf660b commit 8369072

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ The Network Security Group (NSG) Diagnostics is an Azure Network Watcher tool th
2121
2222
## Background
2323

24-
- Your resources in Azure are connected via [virtual networks (VNets)](../virtual-network/virtual-networks-overview) and subnets. The security of these VNets and subnets can be managed using [network security groups (NSGs)](../virtual-network/network-security-groups-overview.md).
25-
- An NSG contains a list of [security rules](../virtual-network/network-security-groups-overview#security-rules) that allow or deny network traffic to resources it's connected to. An NSG can be associated to a virtual network subnet or individual network interface (NIC) attached to a virtual machine (VM).
24+
- Your resources in Azure are connected via [virtual networks (VNets)](../virtual-network/virtual-networks-overview.md) and subnets. The security of these VNets and subnets can be managed using [network security groups (NSGs)](../virtual-network/network-security-groups-overview.md).
25+
- An NSG contains a list of [security rules](../virtual-network/network-security-groups-overview.md#security-rules) that allow or deny network traffic to resources it's connected to. An NSG can be associated to a virtual network subnet or individual network interface (NIC) attached to a virtual machine (VM).
2626
- All traffic flows in your network are evaluated using the rules in the applicable NSG.
2727
- Rules are evaluated based on priority number from lowest to highest.
2828

2929
## How does NSG Diagnostics work?
3030

31-
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 the security rule allowing or denying the flow. You must provide details of a flow like source, destination, protocol, etc.
31+
For a given flow, after you provide details like source, destination and protocol, the NSG Diagnostics tool runs a simulation of the flow and returns whether the flow would be allowed or denied with detailed information about the security rule allowing or denying the flow.
3232

3333
## Next steps
3434

0 commit comments

Comments
 (0)