Forum Discussion
Suhag Desai
Dec 04, 2017Copper Contributor
WARNING: Since the VM is created using premium storage, existing standard storage account,
Hi all,
i am following the link below to create the VM on free trial subscription.
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/tutorial-manage-vm
But getting bel...
- Dec 05, 2017
Hi,
When you create a VM if you enable diagnostics you have to specify a storage account. In this case if you doesn't specify a SA it will create a storage account for you or select any existing storage account.
Thanks
kasunsjc
Dec 05, 2017Iron Contributor
Hi,
When you create a VM if you enable diagnostics you have to specify a storage account. In this case if you doesn't specify a SA it will create a storage account for you or select any existing storage account.
Thanks
Suhag Desai
Dec 05, 2017Copper Contributor
i think, i got it
$vm=Set-AzureRmVMBootDiagnostics-VM$vm-Enable-ResourceGroupName$RGname-StorageAccountName$stDiagName
Thanks for your help
- kasunsjcDec 06, 2017Iron ContributorAwesome. Glad you fix the issue.