File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ms.devlang: na
14
14
ms.topic : article
15
15
ms.tgt_pltfrm : na
16
16
ms.workload : infrastructure-services
17
- ms.date : 12 /02/2019
17
+ ms.date : 2 /02/2019
18
18
ms.author : genli
19
19
20
20
---
@@ -61,7 +61,7 @@ The sample PowerShell commands below expect a simple environment already created
61
61
-SourceAddressPrefix Internet -SourcePortRange '*' `
62
62
-DestinationAddressPrefix '*' -DestinationPortRange '80'
63
63
```
64
- 5. Associate an Azure network security group to a subnet:
64
+ 5. Associate the network security group to a subnet:
65
65
66
66
```powershell
67
67
Get-AzureNetworkSecurityGroup -Name "NSG-Frontend" `
@@ -96,7 +96,7 @@ The sample PowerShell commands below expect a simple environment already created
96
96
-SourceAddressPrefix '*' -SourcePortRange '*' `
97
97
-DestinationAddressPrefix Internet -DestinationPortRange '*'
98
98
```
99
- 4 . Associate an Azure network security group to a subnet:
99
+ 4 . Associate the network security group to a subnet:
100
100
``` powershell
101
101
Get-AzureNetworkSecurityGroup -Name "NSG-Backend" `
102
102
| Set-AzureNetworkSecurityGroupToSubnet -VirtualNetworkName "TestVNet" `
You can’t perform that action at this time.
0 commit comments