Skip to content

Instantly share code, notes, and snippets.

@jonathanmedd
Created January 24, 2017 18:06
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 jonathanmedd/3a334d9080e8077cde3950d034a1d5d2 to your computer and use it in GitHub Desktop.
Save jonathanmedd/3a334d9080e8077cde3950d034a1d5d2 to your computer and use it in GitHub Desktop.
Azure Storage Account Keys
$StorageAccountKeys = Get-AzureRmStorageAccountKey -ResourceGroupName jmtest101 -Name jmtest101
$Key0 = $StorageAccountKeys | Select-Object -First 1 -ExpandProperty Value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment