Hi,
I am trying to automate vm deployment using PowerShell with existing storage accounts designated only for boot diagnostics, and they obviously sit in different resource groups. but i am not able to do so because the powershell cmdlet Set-AzureRmVMBootDiagnostics does not have any parameter where we can pass storage account from different resource group. currently we can only pass parameter such as vm resource group and storage account from vm resource group.
any help is highly appreciated.