@Metev, Bogdan Thank you for your query!!!
As per the error code it refers that the shutdown was planned. The system generates a System State Data (SSD) file. This file contains system state information such as the processes, threads, memory usage, and configuration.
If this flag is not present, the shutdown was unplanned. Notification and reporting options are controlled by a set of policies. For example, after logging in, the system displays a dialog box reporting the unplanned shutdown if the policy has been enabled. An SSD file is created only if the SSD policy is enabled on the system. The administrator can use Windows Error Reporting to send the SSD data to a central location, or to Microsoft.
Same has been documented here.
Error is usually associated with an operation coming from platform ( when you have svchost with an error of 80000000 and the user is NT AUTHORITY/SYSTEN)
Event ID 1074 for Portal/PowerShell/API restarts and shutdowns look exactly the same - same Reason Code, same Shutdown Type of shutdown - this is because Hyper-V doesn't have a graceful restart VM operation. The Reset option for a VM in Hyper-V Manager is a hard reset that results in Event ID 41 "rebooted without cleanly shutting down" error in the VM. The Restart-VM Hyper-V cmdlet does the same thing - hard reset resulting in Event 41 in the guest. That is why portal restarts show up as Shutdown Type shutdown, because Hyper-V doesn't have a restart, only (hard) reset, so a graceful restart is achieved by sending graceful Shutdown + Start.
As this issues need more investigation and live troubleshooting for quicker resolution I would recommend you to contact azure support. If you have a support plan, requesting you to file a support ticket, else please do let us know, we will try and help you get a one-time free technical support.
Hope it helps!!!
Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics