Skip to content

Instantly share code, notes, and snippets.

@Merlus
Created November 15, 2017 02:05
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/450968c7aca84a584448a814200ba2fb to your computer and use it in GitHub Desktop.
Save Merlus/450968c7aca84a584448a814200ba2fb to your computer and use it in GitHub Desktop.
ASG - Create NSG
$nsg = New-AzureRmNetworkSecurityGroup -ResourceGroupName asgTest -Location westcentralus -Name asgTest -SecurityRules $webRule,$sqlRule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment