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