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
#3348 uses token auth because the azurerm_virtual_machine resource doesn't store the vmId in its state.
azurerm_virtual_machine is deprecated in favor of azurerm_linux_virtual_machine which does expose the vmId, but it does not yet support binding managed disks prior to startup, meaning we can't use cloud-init to format the volume and mount it as the homedir.