Skip to content

Commit dd81b5a

Browse files
committed
correct typos
1 parent fe5074c commit dd81b5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-network/virtual-networks-create-nsg-classic-ps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: na
1414
ms.topic: article
1515
ms.tgt_pltfrm: na
1616
ms.workload: infrastructure-services
17-
ms.date: 12/02/2019
17+
ms.date: 2/02/2019
1818
ms.author: genli
1919

2020
---
@@ -61,7 +61,7 @@ The sample PowerShell commands below expect a simple environment already created
6161
-SourceAddressPrefix Internet -SourcePortRange '*' `
6262
-DestinationAddressPrefix '*' -DestinationPortRange '80'
6363
```
64-
5. Associate an Azure network security group to a subnet:
64+
5. Associate the network security group to a subnet:
6565
6666
```powershell
6767
Get-AzureNetworkSecurityGroup -Name "NSG-Frontend" `
@@ -96,7 +96,7 @@ The sample PowerShell commands below expect a simple environment already created
9696
-SourceAddressPrefix '*' -SourcePortRange '*' `
9797
-DestinationAddressPrefix Internet -DestinationPortRange '*'
9898
```
99-
4. Associate an Azure network security group to a subnet:
99+
4. Associate the network security group to a subnet:
100100
```powershell
101101
Get-AzureNetworkSecurityGroup -Name "NSG-Backend" `
102102
| Set-AzureNetworkSecurityGroupToSubnet -VirtualNetworkName "TestVNet" `

0 commit comments

Comments
 (0)