Skip to content

Commit dd823dd

Browse files
authored
Merge pull request Azure#5783 from Azure/maddieclayton-patch-1
Update New-AzureRmApplicationSecurityGroup.md
2 parents e2ec09d + 33e8e9a commit dd823dd

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)