Skip to content

Instantly share code, notes, and snippets.

@atulkamble
Last active June 20, 2022 12:45
Show Gist options
  • Save atulkamble/e9693b37f0b40942e8a767729e9607ad to your computer and use it in GitHub Desktop.
Save atulkamble/e9693b37f0b40942e8a767729e9607ad to your computer and use it in GitHub Desktop.
Create Empty Resource Group | PowerShell ARM
New-AzResourceGroup -Name RG01 -Location "South Central US"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment