Open bcraun opened 8 years ago
The new version of Azure Powershell returns the Storage Key in a slightly different format. See here for more info: http://www.codeisahighway.com/breaking-change-with-get-azurermstorageaccountkey-in-azurerm-storage-v1-1-0-azurerm-v1-4-0/
To get around this modify line 55 in scripts\azure\Storage\CreateStorageAccountARM.ps1 to the following:
$PrimaryKey = $(Get-AzureRmStorageAccountKey -ResourceGroupName $ResourceGroupName -StorageAccountName $AccountName)[0].Value
Am trying to stand up the cluster using the PS prepare.ps1 script and am seeing the following error. Have tried multiple times. Any ideas?