Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Last active November 23, 2015 13:58
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 justinyoo/3b18cf63a68f748ceb10 to your computer and use it in GitHub Desktop.
Save justinyoo/3b18cf63a68f748ceb10 to your computer and use it in GitHub Desktop.
Azure PowerShell 1.0 for ARM
PS C:\> New-AzureRmResourceGroup -Name ase-dev-rg-sample -Location "Australia Southeast"
ResourceGroupName : ase-dev-rg-sample
Location : australiasoutheast
ProvisioningState : Succeeded
Tags :
ResourceId : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/ase-dev-rg-sample
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment