Skip to content

Instantly share code, notes, and snippets.

@Merlus
Last active November 22, 2017 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Merlus/cadecba91ca089b075fe24600150eeb7 to your computer and use it in GitHub Desktop.
Save Merlus/cadecba91ca089b075fe24600150eeb7 to your computer and use it in GitHub Desktop.
Asg-CreateAsg.ps1
$webAsg = New-AzureRmApplicationSecurityGroup -ResourceGroupName asgTest -Name webAsg -Location westcentralus
$sqlAsg = New-AzureRmApplicationSecurityGroup -ResourceGroupName asgTest -Name sqlAsg -Location westcentralus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment