$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