Azure AD Connect Overview

This article provides an overview of Azure Active Directory (Azure AD) Connect, a service that synchronizes your on-premises directories with Azure AD. It helps you implement single sign-on (SSO) across your on-premises and cloud resources.

What is Azure AD Connect?

Azure AD Connect is a Microsoft service that connects your on-premises Active Directory Domain Services (AD DS) with Azure Active Directory. It provides a bridge between your existing identity infrastructure and the cloud, enabling a hybrid identity solution.

With Azure AD Connect, you can:

Key Components

Azure AD Connect consists of several key components that work together to synchronize your identity data:

Synchronization Process

The synchronization process involves several steps:

  1. Import: Data is imported from on-premises AD DS and Azure AD into the synchronization service.
  2. Synchronization Rules: Rules are applied to transform and filter the imported data.
  3. Export: Changes are exported to Azure AD.

The synchronization cycle typically runs every 30 minutes, but can be triggered manually.

Important Note: Ensure your on-premises AD DS schema and object attributes are clean and well-formed before synchronization to avoid unexpected issues.

Installation and Configuration

Installing and configuring Azure AD Connect is a straightforward process. The wizard guides you through the necessary steps, including:

For detailed installation instructions, refer to the official Microsoft documentation.

# Example of a PowerShell command to start a delta sync (for advanced users)
Import-Module ADSync
Start-ADSyncSyncCycle -PolicyType Delta

Common Scenarios

Azure AD Connect supports various common hybrid identity scenarios, including:

Best Practices

To ensure a smooth and secure hybrid identity experience, consider these best practices: