Hello DC Dweller,
From your description, the VM is stuck at the boot logo after a restart, which often indicates that the operating system update did not complete properly or that the OS disk has become inconsistent. The fact that Boot Diagnostics shows the logo with spinning dots but never progresses suggests the VM is not reaching the login phase.
The first step I recommend is to use Azure’s “Serial Console” or “Boot diagnostics” to check for any startup errors. If you can’t get into the OS, try attaching the OS disk to another healthy VM as a data disk. From there, you can review the event logs and remove any pending updates or corrupted files. Once repaired, detach the disk and re‑attach it as the OS disk to your original VM.
Another option is to use “Repair VM” in the Azure portal, which automates the process of creating a temporary VM, attaching your disk, and allowing you to fix startup issues. This is often the fastest way to recover from a failed boot after updates.
I hope this guidance helps you recover your VM quickly. If you find this answer useful, please hit “accept answer” so I know it addressed your concern.
Jason.