Hello ndsisg,
The MissingRequiredBaseline does not clear just because an Azure Safe Deployment job ran.
It only clears when a new baseline Cumulative Update is actually installed by Azure during that orchestration cycle.
In your case, the Safe Deployment job ran at 4/22/2025, 23:51 CST but it did not install any updates (0 out of 2 updates installed). Therefore, no change was made to the Hotpatch baseline state. Hence, the MissingRequiredBaseline persists.
Why this happens?
Ans- Azure Hot patch depends on recognized metadata from the Azure Update Manager flow to validate that the baseline CU was applied during orchestration. Even if the CU (KB5055526) is technically present on the system, azure may not update readiness if the CU was installed before the orchestration window, or the CU was manually installed or the CU was not applied during the specific Safe Deployment job.
What to do?
Ans- There is no manual fix required. The warning will typically clear during the next orchestration cycle that installs a new applicable baseline CU. Until then, the VM remains eligible for updates, but hot patching is deferred due to missing baseline validation.
Microsoft Documentation References
Hotpatch for Windows Server – Microsoft Docs
"Hotpatch first establishes a baseline with the current Cumulative Update for Windows Server. Every three months, the baseline periodically refreshes with the latest Cumulative Update."
Patch orchestration process – Microsoft Docs
"VMs you create in Azure using a supported Windows Server image have Automatic VM Guest Patching enabled by default. Hotpatch automatically downloads and applies patches classified as Critical or Security to your VM."