Created
October 12, 2017 02:43
-
-
Save irwinwilliams/df2a65b3ddc24b955f059188bd546125 to your computer and use it in GitHub Desktop.
Create a resource group using Azure's CLI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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