Skip to content

Instantly share code, notes, and snippets.

@irwinwilliams
Created October 12, 2017 02:43
Show Gist options
  • Save irwinwilliams/df2a65b3ddc24b955f059188bd546125 to your computer and use it in GitHub Desktop.
Save irwinwilliams/df2a65b3ddc24b955f059188bd546125 to your computer and use it in GitHub Desktop.
Create a resource group using Azure's CLI
#Prior to doing this, ensure that user is logged in
# 'az login' works
#Then, if you have multiple subscriptions attached to account, select the appropriate one using:
# 'az account set --subscription <name or id>'
#command below:
az group create --name COMP6905A2Storage #name I used
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment