Skip to content

Instantly share code, notes, and snippets.

@irwinwilliams
Created October 12, 2017 02:46
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 irwinwilliams/6469286f83cf3d6a37f53d67687b4d52 to your computer and use it in GitHub Desktop.
Save irwinwilliams/6469286f83cf3d6a37f53d67687b4d52 to your computer and use it in GitHub Desktop.
Create a storage account via azure CLI
#ensure logged in to azure
#ensure default subscription is desired one
az storage account create --name comp69052017a2test \ #test storage account
--resource-group COMP6905A2Storage \#test resource group
--location eastus --sku Standard_LRS \
--encryption blob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment