Skip to content

Commit 33e8e9a

Browse files
author
Maddie Clayton
authored
Update New-AzureRmApplicationSecurityGroup.md
1 parent 3514f55 commit 33e8e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Network/Commands.Network/help/New-AzureRmApplicationSecurityGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The **New-AzureRmApplicationSecurityGroup** cmdlet creates an application securi
2525

2626
### Example 1
2727
```
28-
PS C:\> New-AzureRmPublicIpAddress -ResourceGroupName "MyResourceGroup" -Name "MyApplicationSecurityGroup" -Location "West US"
28+
PS C:\> New-AzureRmApplicationSecurityGroup -ResourceGroupName "MyResourceGroup" -Name "MyApplicationSecurityGroup" -Location "West US"
2929
```
3030

3131
This example creates an application security group with no associations. Once it is created, IP configurations in the network interface can be included in the group. Security rules may also refer to the group as their sources or destinations.

0 commit comments

Comments
 (0)