Can I use Azure Update Manager and SCCM together to patch the same servers?

Anant Bera 251 Reputation points
2025-10-08T10:01:15.81+00:00

Hi everyone,

I have an environment with servers both on-premises and in Cloud. Currently, all servers are patched using SCCM (ConfigMgr). I am exploring Azure Update Manager (Update Management) to patch some servers, especially cloud-based ones.

My question is:

Is it possible to have a server be patched by both SCCM and Azure Update Manager, similar to how devices can be co-managed by Intune and SCCM?

If yes, how do I avoid conflicts or double patching?

  • If no, what is the recommended approach for using SCCM and Update Manager in the same environment for patching, or how do these behave when both are configured?
Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Zafer KAYA 335 Reputation points MVP
    2025-10-08T10:50:44.19+00:00

    You should not patch the same server with both SCCM and Azure Update Manager at the same time. Unlike Intune co-management, there is no supported “co-management” model between SCCM and Azure Update Manager — both systems control Windows Update Agent (WUA) policies independently, and conflicts can occur.Supported approaches Technically yes, but not recommended without separation. You must ensure:

    Option 1 – Hybrid environment with clear separation

    Use SCCM for all on-premises and domain-joined servers.

    Use Azure Update Manager (via Azure Arc) for cloud-native, workgroup, or isolated servers not reachable by SCCM. This is the most common and supported design.

    Option 2 – Transition scenario

    If you are moving workloads from SCCM to Azure:

    Remove the WSUS GPO settings on the target machines.

    Disable the SCCM software update agent (CCM Software Updates Agent).

    Register those servers to Azure Arc and onboard them to Update Manager. Now they will use Microsoft Update directly.

    Option 3 – Reporting-only

    You can still use Azure Update Manager in “reporting” mode (view compliance data) while SCCM performs patching — but disable automatic update deployment in Update Manager.

    Supported approaches

    Option 1 – Hybrid environment with clear separation

    Use SCCM for all on-premises and domain-joined servers.

    Use Azure Update Manager (via Azure Arc) for cloud-native, workgroup, or isolated servers not reachable by SCCM.
    This is the most common and supported design.

    Option 2 – Transition scenario

    If you are moving workloads from SCCM to Azure:

    Remove the WSUS GPO settings on the target machines.

    Disable the SCCM software update agent (CCM Software Updates Agent).

    Register those servers to Azure Arc and onboard them to Update Manager.
    Now they will use Microsoft Update directly.

    Option 3 – Reporting-only

    You can still use Azure Update Manager in “reporting” mode (view compliance data) while SCCM performs patching — but disable automatic update deployment in Update Manager.

    Split Responsibility by Environment

    • Use SCCM for on-premises and hybrid servers
    • Use Azure Update Manager for pure Azure VMs or Arc-enabled servers not managed by SCCM
    1. Avoid Double Patching
    • Disable Windows Update for Business and Update Manager on SCCM-managed servers
    • In Azure Update Manager, exclude servers that are SCCM clients
    1. Use Tags or Groups
    • Tag Azure VMs with PatchBy=SCCM or PatchBy=UpdateManager
    • Use these tags to scope update deployments
    1. Monitor Compliance Separately
    • Use SCCM reports for on-prem patch compliance
    • Use Azure Update Manager dashboard for cloud patch status
    1 person found this answer helpful.
    0 comments No comments

  2. Jeff Pigott 475 Reputation points Microsoft Employee
    2025-10-08T13:25:44.01+00:00

    This is documented here as well that this is not a recommended solution: https://learn.microsoft.com/en-us/azure/update-manager/guidance-migration-azure#guidance-to-use-azure-update-manager-on-mcm-managed-machines

    • Azure Update Manager and MCM co-existence means that once Azure Update Manager is enabled, MCM should only be used for capabilities other than software updates management.
    • Azure Update Manager and MCM shouldn't be used simultaneously to manage software updates or patches to same set of servers.
    0 comments No comments

Your answer

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