You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to utilize azure_rm_virtualmachine module to define an Azure Virtual Machine with:
Boot Diagnostics Enabled
Custom Storage Account in a different Resource Group than the VM
VM using managed disks
Appears the Ansible module is written in such a way that the VM Boot Diagnostics cannot be enabled with an existing Storage Account that exists outside of the Resource Group of the VM. Noting that this can occur in the Azure Portal/GUI.
Azure Portal> Target VM > Support + troubleshooting > Boot diagnostics >Settings
Status: Enable with custom storage account
Diagnostics storage account drop-down lists possible Storage Accounts that may be utilized
Encounter the following error message from Ansible:
Message: The Resource 'Microsoft.Storage/storageAccounts/myCustomStorageAccount' under resource group 'myVMResourceGroup' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
Attempting to utilize azure_rm_virtualmachine module to define an Azure Virtual Machine with:
Appears the Ansible module is written in such a way that the VM Boot Diagnostics cannot be enabled with an existing Storage Account that exists outside of the Resource Group of the VM. Noting that this can occur in the Azure Portal/GUI.
Encounter the following error message from Ansible:
The text was updated successfully, but these errors were encountered: