Created
October 12, 2017 02:46
-
-
Save irwinwilliams/6469286f83cf3d6a37f53d67687b4d52 to your computer and use it in GitHub Desktop.
Create a storage account via azure 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
#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