Azure VM Reboots Without Installed Updates

Nana Poku 90 Reputation points
2024-12-16T17:31:33.93+00:00

Azure update maintenance was scheduled to run over the weekend, and some of the servers rebooted without any updates being installed. What could be the cause of this issue?

Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
330 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Stanislav Zhelyazkov 25,321 Reputation points MVP
    2024-12-17T07:06:29.7833333+00:00

    Hi,

    If the maintenance configuration was configured with Always reboot that will reboot the machines even if there are not updates. Other options if your Azure VMs (assuming they are and not Arc-servers) were set with property properties.osProfile.linuxConfiguration/windowsConfiguration.patchSettings.automaticByPlatformSettings.rebootSetting set to Always or IfRequired. That setting should not be configured when patchMode is set to AutomaticByPlatform and bypassPlatformSafetyChecksOnUserSchedule set to true as those settings designates that Guest patching should be used by the VMs and if configured it will not honor the reboot setting on the maintenance configuration.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.