Skip to content

Instantly share code, notes, and snippets.

@fabriciosanchez
Created April 10, 2020 17:35
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 fabriciosanchez/73f212b0d8baa53acdaf30c6354fda46 to your computer and use it in GitHub Desktop.
Save fabriciosanchez/73f212b0d8baa53acdaf30c6354fda46 to your computer and use it in GitHub Desktop.
Creates a new resource group: AUManager_Shared_Resources
$resGroupName = "AUManager_Shared_Resources"
$location = "eastus" # select your prefered region
New-AzResourceGroup -Name $resGroupName -Location $location
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment