Skip to content

Instantly share code, notes, and snippets.

@gbellmann
Created November 24, 2015 15:36
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 gbellmann/616b02830d31189b8463 to your computer and use it in GitHub Desktop.
Save gbellmann/616b02830d31189b8463 to your computer and use it in GitHub Desktop.
$storageAccountName = "<StorageAcccountName>" # Nombre de la cuenta de Storage
$location = "<MicrosoftDataCenter>" # Por ejemplo, "East US"
# Crear una cuenta de Azure Storage
New-AzureStorageAccount -StorageAccountName $storageAccountName -Location $location
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment