Entra Connect Cloud Sync — Lightweight Hybrid Identity

ENTRA ID

Entra Connect Cloud Sync is a provisioning agent that synchronises on-premises Active Directory identities to Microsoft Entra ID without requiring a dedicated sync server. This article covers its architecture, supported scenarios, limitations compared to full Entra Connect, and how to decide which tool fits your environment.

microsoftentra-idazure-adhybrid-identitycloud-syncprovisioningad-dsaz-800

Overview

Hybrid identity — keeping on-premises Active Directory accounts synchronised with Microsoft Entra ID (formerly Azure AD) — is a foundational requirement for any organisation using Microsoft 365 or Azure resources alongside an on-premises Windows Server environment. Microsoft offers two tools to achieve this synchronisation: Entra Connect (the full, dedicated sync server solution) and Entra Connect Cloud Sync (a lightweight, agent-based alternative introduced in 2020).

Cloud Sync was designed for scenarios where deploying and maintaining a full Entra Connect server is disproportionate to the need: branch offices, remote sites, smaller domains, or multi-forest topologies where the forests are disconnected and cannot be served by a single Entra Connect installation.

Architecture

The architectural difference between Entra Connect and Cloud Sync is significant.

Entra Connect runs a sync engine on a dedicated on-premises server. All configuration, rules, and filtering logic live on that server. The server must be maintained, patched, and backed up. It requires inbound firewall exceptions for some scenarios and is a single point of failure unless a staging server is configured.

Entra Connect Cloud Sync inverts this model:

This design means that configuration changes are made in the Entra portal and flow down to agents automatically. There is no sync server to manage, no local configuration to back up separately, and no need for a dedicated machine.

Supported Scenarios

Cloud Sync is a deliberate subset of full Entra Connect’s capabilities, optimised for the most common hybrid identity use cases:

Scoping and Filtering

Cloud Sync supports provisioning scope filters to limit which objects are synchronised:

Attribute-level filtering is also available to control which attributes are included in the provisioning payload.

Agent High Availability

A single provisioning agent is a single point of failure. Cloud Sync supports installing multiple agents per domain or forest. The agents operate in an active/passive model — one agent handles provisioning at a time, and Entra ID automatically fails over to another registered agent if the primary becomes unavailable. Microsoft recommends a minimum of two agents per synchronised domain.

What Cloud Sync Does Not Support

Cloud Sync is not a drop-in replacement for Entra Connect in all scenarios. The following capabilities require full Entra Connect:

FeatureEntra ConnectCloud Sync
Writeback (group, device, password)YesNo
Device synchronisationYesNo
Pass-Through Authentication (PTA)YesNo
Seamless Single Sign-OnYesNo
Exchange hybrid configurationYesNo
Custom sync rules and attribute transformationsYesLimited
Synchronisation from Entra ID to AD (writeback)YesNo

Writeback is the most commonly cited missing feature. If your environment requires group writeback (syncing cloud-created groups back to AD), device writeback (for Hybrid Azure AD Join), or password writeback (for Self-Service Password Reset), Cloud Sync alone is insufficient and full Entra Connect is required.

Choosing Between Cloud Sync and Entra Connect

Choose Cloud Sync when…Choose Entra Connect when…
You have a simple, single-forest environmentYou need writeback of any kind
You have disconnected forestsYou need Pass-Through Authentication
You want minimal on-premises footprintYou need Exchange hybrid mode
You are deploying at a remote site with no dedicated serversYou have complex attribute mapping requirements
You are piloting hybrid identity for a subset of usersYou are an organisation with advanced sync customisation needs
You want configuration managed centrally in the cloud portalYou have an existing Entra Connect deployment to maintain

It is also possible to run both Cloud Sync and Entra Connect in the same tenant for different domains or forests — for example, using Entra Connect for the primary corporate forest (which needs writeback) and Cloud Sync for an acquired company’s disconnected forest.

Key Takeaways

Entra Connect Cloud Sync lowers the barrier to hybrid identity significantly. By moving the sync configuration into Entra ID and replacing the dedicated sync server with a lightweight polling agent, it makes hybrid identity practical for smaller deployments, multi-forest topologies with disconnected forests, and environments without the resources to maintain a full sync server. Its limitations are real — the absence of writeback, PTA, and device sync rules it out for some environments — but for straightforward user provisioning from AD to Entra ID, it is the simpler and often more resilient choice.