Entra Connect Sync vs Entra Cloud Sync


Diagram of basic cloud sync. Source: Microsoft Learn

Introduction

Microsoft Entra provides two primary synchronization tools for hybrid identity:

  • Entra Connect Sync (formerly Azure AD Connect), and
  • Entra Cloud Sync (formerly Azure AD Connect Cloud Sync).

Both bridge your on-premises Active Directory (AD) with Microsoft Entra ID (cloud). But their architectures, capabilities, and intended use cases differ significantly.

This guide breaks down their key differences, shared capabilities, migration considerations, and Microsoft’s future direction so you can decide which sync engine best fits your environment.

What Each Sync Tool Does

Entra Connect Sync

  • Full on-premises installation (Windows Server)
  • Contains SQL LocalDB, sync scheduler, and complete configuration locally (external SQL DB option available)
  • Best suited for complex enterprise topologies, hybrid Exchange, and advanced customization
  • Formerly known as Azure AD Connect

Entra Cloud Sync

  • Lightweight agent-based solution
  • Configuration and sync logic run in the cloud (Entra portal)
  • Ideal for multiple AD forests or cloud-first environments seeking minimal infrastructure
  • No full sync server – just install one or more agents

Comparison between Connect and Cloud Sync

Below is a comparison table between the two versions of Entra Sync. Review to ensure that you select the right client for the needs of your organization:

FeatureConnect syncCloud sync
Connect to single on-premises AD forest
Connect to multiple on-premises AD forests
Connect to multiple disconnected on-premises AD forests
Lightweight agent installation model
Multiple active agents for high availability
Support for user objects
Support for group objects
Support for contact objects
Support for device objects
Allow basic customization for attribute flows
Synchronize Exchange online attributes
Synchronize extension attributes 1-15
Synchronize customer defined AD attributes (directory extensions)
Support for Password Hash Sync
Support for Pass-Through Authentication
Support for federation
Seamless Single Sign-on
Supports installation on a Domain Controller
Support for Windows Server 2022, Windows Server 2019, and Windows Server 2016
Filter on Domains/OUs/groups
Filter on objects’ attribute values
Allow minimal set of attributes to be synchronized (MinSync)
Allow removing attributes from flowing from AD to Microsoft Entra ID
Allow advanced customization for attribute flows
Support for password writeback
Support for device writebackCustomers should use Cloud Kerberos trust for this moving forward
Support for group writeback
Support for merging user attributes from multiple domains
Microsoft Entra Domain Services support
Exchange hybrid writeback
Unlimited number of objects per AD domain
Support for up to 150,000 objects per AD domain
Groups with up to 50,000 members
Large groups with up to 250,000 members
Cross domain references
Cross forest references
On-demand provisioning
Support for US Government

Common Features

CapabilityDescription
Identity syncUsers, groups, and contacts from on-prem AD to Entra ID
Password Hash Sync (PHS)Synchronizes password hashes to Entra ID for cloud authentication
Basic filteringLimit which domains/OUs/groups are synchronized
High availabilitySupported in both (via staging server or multiple agents)
Security-anchored syncTLS 1.2+, encrypted channels, secure credential handling
Server requirementsWindows Server 2022 is preferred (Server 2025 is NOT supported)

Key Differences

FeatureEntra Connect SyncEntra Cloud Sync
DeploymentOn-premises server with SQL LocalDBLightweight on-prem agent(s)
ManagementLocal GUI and PowerShell; full rule editingManaged in Entra portal; simplified UI
Attribute mappingsFull transformation engineBasic one-to-one mappings
Filtering optionsDomain, OU, group, and attribute-basedDomain, OU, or group only
Supported scenariosMulti-forest, hybrid Exchange, device write-back, PTA, federationMultiple disconnected forests, PHS only
Authentication modesPHS, Pass-Through Authentication (PTA), or FederationPHS only
Write-back featuresPassword, device, and group write-back supportedLimited (password write-back only)
Hybrid join / device syncFully supportedNot supported (as of 2025)
High availabilityRequires staging serverNative multi-agent support
Scaling limitsMillions of objectsApprox. 150,000 objects per domain (soft limit)
Management modelLocal sync rules editorPortal-based configuration
Sync cycle30 Minutes (can be customized)10 Minutes

Architectural Model

AspectEntra Connect SyncEntra Cloud Sync
ArchitectureStateful – maintains a local SQL database, configuration state, and sync history. Requires OS patching, backups, and lifecycle management.Stateless – no local database or state. The lightweight agent only brokers communication to the cloud service, which holds sync logic and configuration.
MaintenanceRequires patching, version upgrades, and monitoring of the sync engine and Windows Server.Minimal maintenance. The agent auto-updates and depends on Microsoft’s cloud-managed sync service.
ResilienceRecovery depends on server restore or rebuild using backups.Resilience achieved by deploying multiple agents; no database recovery required.

When to Use Each

Choose Connect Sync if you:

  • Have a complex AD topology with multiple forests or domains
  • Rely on Hybrid Exchange, Pass-Through Authentication, or Federation
  • Require device write-back or hybrid join
  • Need custom attribute transformations or advanced filtering logic
  • Manage large object counts or hybrid workloads

Choose Cloud Sync if you:

  • Want a cloud-first, low-maintenance hybrid setup
  • Have simple or disconnected forests (for example, mergers and acquisitions)
  • Do not need advanced write-back or device sync features
  • Prefer high availability without staging servers
  • Need fast onboarding for multiple AD environments

Migration and Coexistence

Microsoft supports running both sync engines side-by-side as long as they synchronize different objects.
For example, you can:

  • Keep Entra Connect Sync for your core domain
  • Use Entra Cloud Sync for newly acquired or isolated forests

Migration Steps (High-Level)

  1. Assess dependencies such as Hybrid Exchange, PTA, and device write-back
  2. Review feature parity to ensure Cloud Sync supports your requirements
  3. Deploy Cloud Sync agents and pilot a limited OU or group
  4. Run both sync engines in coexistence and validate synchronization results
  5. Switch the synchronization scope and decommission legacy Connect Sync servers

For Microsoft’s official coexistence guidance, refer to: Microsoft Learn — What is Entra Connect Sync

Microsoft’s Direction

“Microsoft Entra Connect Cloud Sync is the long-term solution for directory synchronization.” – Microsoft Learn (2025)

While Entra Connect Sync remains fully supported, Microsoft is clearly moving toward Cloud Sync as the preferred model.

Future feature parity will include:

  • Group write-back
  • Device synchronization
  • Advanced attribute mappings

Once these reach general availability, Connect Sync will begin its phased retirement.

Summary

ScenarioRecommended Sync Engine
Complex hybrid environmentEntra Connect Sync
Multi-forest (lightweight)Entra Cloud Sync
Hybrid Exchange or Device JoinEntra Connect Sync
Cloud-first / minimal serversEntra Cloud Sync
Advanced attribute mappingEntra Connect Sync
Multiple ADs in M&A setupEntra Cloud Sync

Final Thoughts

If you are deploying hybrid identity in 2025:

  • Start with Cloud Sync for new or simple environments.
  • Retain Connect Sync where advanced hybrid or legacy features are still required.
  • Begin migration planning early; Cloud Sync’s cloud-native model will eventually simplify long-term management and reduce infrastructure overhead.

Found this useful? Share with others:

people found this article helpful. What about you?

Entra Connect Sync Best Practices - TechDocWeb.com

Entra Connect Sync Best Practices - TechDocWeb.com

[…] Entra Connect Sync vs Entra Cloud Sync […]

Comments are closed.