Skip to content

Commit ebb4a74

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#86865
added "that " Typo at line [An NSG that is associated with a network interface only applies to the associated VM] at section https://docs.microsoft.com/en-us/azure/virtual-machines/windows/tutorial-virtual-network#secure-network-traffic
1 parent 468d216 commit ebb4a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/windows/tutorial-virtual-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ New-AzVM `
149149

150150
## Secure network traffic
151151

152-
A network security group (NSG) contains a list of security rules that allow or deny network traffic to resources connected to Azure Virtual Networks (VNet). NSGs can be associated to subnets or individual network interfaces. An NSG is associated with a network interface only applies to the associated VM. When an NSG is associated to a subnet, the rules apply to all resources connected to the subnet.
152+
A network security group (NSG) contains a list of security rules that allow or deny network traffic to resources connected to Azure Virtual Networks (VNet). NSGs can be associated to subnets or individual network interfaces. An NSG that is associated with a network interface only applies to the associated VM. When an NSG is associated to a subnet, the rules apply to all resources connected to the subnet.
153153

154154
### Network security group rules
155155

0 commit comments

Comments
 (0)