T The Triage ManualTechnical Guides for IT Emergencies
P4 · Cloud & Hybrid Infrastructure

Windows Server 2025 Hotpatching via Azure Arc — Setup, Requirements, and Limitations

Windows Server 2025 supports hotpatching through Azure Arc, allowing security updates to be installed without requiring a server restart in most months. Enablement requires Azure Arc enrollment with the Azure Connected Machine agent, Virtualization-based Security (VBS) enabled, and a supported Windows Server 2025 edition. Hotpatching is available at no additional charge for eligible Arc-enabled servers but does not eliminate all reboots — periodic baseline updates still require restarts.

Indicators

Likely causes

Diagnostic steps

  1. Confirm the server is enrolled in Azure Arc by checking Azure Portal > Azure Arc > Servers, or verify the Azure Connected Machine agent service is installed and running locally: Get-Service -Name 'himds'
    Determines whether the foundational Azure Arc connectivity prerequisite is met before attempting to enable hotpatching.
  2. Verify that Virtualization-based Security (VBS) is enabled. Run msinfo32.exe and check for 'Virtualization-based security: Running', or use PowerShell: Get-ComputerInfo -Property 'DeviceGuardVirtualizationBasedSecurityStatus'
    Confirms that VBS, a hard requirement for hotpatching, is active on the server.
  3. Confirm the installed Windows Server 2025 edition is supported for hotpatching. Check via Settings > System > About or run: (Get-WmiObject Win32_OperatingSystem).Caption
    Ensures the edition in use is eligible for hotpatching, as not all Windows Server 2025 editions qualify.
  4. Check the Azure portal under the Arc-enabled server's Update Management or Hotpatch configuration blade to determine whether hotpatching is available and what its current enrollment status is.
    Provides direct visibility into whether the feature is available for this specific server and whether any blocking conditions are flagged by Azure.
  5. Verify Azure Connected Machine agent connectivity status: azcmagent show
    Confirms the agent is connected to Azure and can receive hotpatch instructions.

Resolution path

Prevention

Tools

References

windows-server-2025hotpatchingazure-arcpatch-managementazure-connected-machine-agentvirtualization-based-securityvbssecurity-updatesno-reboot-patchingarc-enabled-serversmicrosoft-azurehybrid-cloud