Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created January 3, 2017 05:10
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 goyalmohit/4a05a225d23fd9ccfed47af2cfa6dab7 to your computer and use it in GitHub Desktop.
Save goyalmohit/4a05a225d23fd9ccfed47af2cfa6dab7 to your computer and use it in GitHub Desktop.
#Create a new storage account, if not already having one
$storageAccountName = "qastoragenortheurope"
$storageAccountLocation = "north europe"
$storageAccountType = "Standard_LRS"
New-AzureStorageAccount -StorageAccountName $storageAccountName -Location $storageAccountLocation -Type $storageAccountType
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment