Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Last active November 23, 2015 13:56
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/70a1b4da8a2ff02befa3 to your computer and use it in GitHub Desktop.
Save justinyoo/70a1b4da8a2ff02befa3 to your computer and use it in GitHub Desktop.
Azure PowerShell 1.0 for ARM
PS C:\> Get-AzureRmResourceGroup
ResourceGroupName : Default-Storage-AustraliaSoutheast
Location : australiasoutheast
ProvisioningState : Succeeded
Tags :
ResourceId : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/Default-Storage-AustraliaSoutheast
ResourceGroupName : Default-Web-AustraliaSoutheast
Location : australiasoutheast
ProvisioningState : Succeeded
Tags :
ResourceId : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/Default-Web-AustraliaSoutheast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment