Courses Job Ready Program Fresher Trainings AI For Class 7 to 12 Corporate Training Placements Tutorials
Free Learning Resources

IT Tutorials & Interview Prep

Free guides, interview Q&As, and job responsibility breakdowns — curated by industry veterans to help you crack MNC interviews

190+
Tutorial Articles
14
Topic Categories
100%
Free to Read
← Back to Learning Hub

AZ-800: Day 10—Hybrid Identity (Azure AD Connect)

Learning Hub Last Updated: Jul 25, 2026

Key Points, Definitions, Term Differences & Q&A

Figure 1: Azure AD Connect bridging on-premises AD and Microsoft Entra ID

1. 25 Most Important Key Points

  • Hybrid Identity lets users access both on-premises resources and cloud services using a single identity, combining local AD with Microsoft Entra ID.
  • In a hybrid environment, on-premises user accounts are synchronized to the cloud directory, so employees use the same credentials everywhere.
  • Organizations adopt hybrid identity to support remote work, access cloud apps, centralize user management, and reduce administrative overhead.
  • On-Premises Active Directory manages domain authentication, Group Policy, OUs, and local resource access inside the company network.
  • Microsoft Entra ID (Azure AD) is Microsoft's cloud identity service, built for cloud authentication, SSO, MFA, and SaaS application access.
  • Single Sign-On (SSO) lets a user log in once and access multiple applications without re-entering credentials for each one.
  • SSO reduces password fatigue, speeds up application access, and lowers the number of password-reset requests to the helpdesk.
  • Hybrid identity gives organizations flexibility to migrate to the cloud gradually while still maintaining legacy on-premises systems.
  • Azure AD Connect is Microsoft's directory synchronization tool that bridges on-premises Active Directory with Microsoft Entra ID.
  • Azure AD Connect synchronizes users, passwords, groups, contacts, and device information between the two environments.
  • Without Azure AD Connect, administrators would need to manually create and maintain separate accounts in both on-prem AD and the cloud.
  • Before installing Azure AD Connect, organizations need a healthy AD forest, working DNS, a supported Windows Server version, and a Microsoft Entra ID tenant.
  • Installing Azure AD Connect typically requires Enterprise/Domain Admin rights on-premises and a Global Administrator role in the cloud.
  • Azure AD Connect needs stable network connectivity — internet access, DNS resolution, and open firewall ports to Microsoft cloud endpoints.
  • Password Hash Synchronization (PHS) copies password hashes to Azure AD, so authentication happens entirely in the cloud — the simplest method to deploy.
  • Pass-Through Authentication (PTA) validates the password directly against on-premises AD via an agent, so no password data is stored in the cloud.
  • Federation (using ADFS) redirects authentication fully to on-premises servers, giving organizations the most control but the most infrastructure complexity.
  • PHS has the lowest infrastructure dependency, PTA is moderate, and Federation has the highest — organizations choose based on security needs and complexity tolerance.
  • Azure AD Connect synchronizes Users, Groups, and Contacts, carrying attributes like username, email, department, and phone number to the cloud.
  • OU Filtering lets administrators choose which Organizational Units get synchronized, keeping test accounts, lab systems, or temporary users out of the cloud.
  • Attribute Mapping controls how AD attributes (like Display Name or Employee ID) correspond to Microsoft Entra ID attributes; misconfiguration can cause login or data issues.
  • The Sync Cycle runs on an automatic scheduler, detecting AD changes and pushing updates, password changes, and deletions to the cloud — administrators can also force a manual sync.
  • Duplicate objects in Azure AD Connect usually arise from pre-existing cloud-only accounts or incorrect attribute matching, and can cause login confusion and mailbox conflicts.
  • Synchronization Service Manager, Event Viewer, and Azure AD Connect Health are the three main tools used to diagnose sync and authentication failures.
  • Common sync failure causes include network issues, incorrect permissions, DNS problems, AD replication issues, and expired administrator credentials used for sync.

Figure 2: PHS vs. PTA vs. Federation — where authentication actually happens

2. 20 Definitions with Day-to-Day Examples

Hybrid Identity

Definition: An identity model where users access both on-premises and cloud resources using the same synchronized identity.

Day-to-Day Example: Like a single work ID badge that opens both your office door and your company's remote branch offices — one credential, multiple locations.

On-Premises Active Directory

Definition: The traditional local directory service managing users, computers, groups, and authentication inside a company's own network.

Day-to-Day Example: Like a company's in-house HR office that keeps every employee's records and issues local building access.

Microsoft Entra ID (Azure AD)

Definition: Microsoft's cloud-based identity and access management service, supporting cloud authentication, SSO, and MFA.

Day-to-Day Example: Like a cloud-based reception desk that verifies identity for a whole network of partner buildings, not just one physical office.

Single Sign-On (SSO)

Definition: A login method where a user authenticates once and gains access to multiple connected applications without logging in again.

Day-to-Day Example: Like scanning one wristband at a theme park that then lets you ride every attraction, instead of buying a separate ticket for each ride.

Azure AD Connect

Definition: Microsoft's directory synchronization tool that bridges on-premises Active Directory with Microsoft Entra ID.

Day-to-Day Example: Like a courier service that continuously carries updated employee records between a company's local office and its cloud headquarters.

Directory Synchronization

Definition: The automated process of copying and updating AD objects (users, groups, contacts) into Microsoft Entra ID.

Day-to-Day Example: Like a shared contact list that automatically updates on everyone's phone the moment someone edits it on one device.

Password Hash Synchronization (PHS)

Definition: An authentication method where password hashes are copied to Azure AD, allowing users to authenticate entirely in the cloud.

Day-to-Day Example: Like giving a trusted branch office a coded copy of the master keys, so they can verify visitors themselves without calling headquarters each time.

Pass-Through Authentication (PTA)

Definition: An authentication method where login credentials are validated directly against on-premises AD via a secure agent, without storing passwords in the cloud.

Day-to-Day Example: Like a cloud receptionist who calls back to the main office every time to confirm a visitor's identity, rather than keeping a copy of the master key list.

Federation (ADFS)

Definition: An authentication model where Azure AD redirects login requests to on-premises Active Directory Federation Services for full local control.

Day-to-Day Example: Like a cloud lobby that forwards every visitor straight to the company's own security desk, which alone decides who gets in.

OU Filtering

Definition: A configuration option in Azure AD Connect that selects which Organizational Units get synchronized to the cloud.

Day-to-Day Example: Like deciding which departments' employee files get copied to a shared cloud drive, while keeping test and temporary records local only.

Attribute Mapping

Definition: The configuration that determines how Active Directory attributes correspond to Microsoft Entra ID attributes.

Day-to-Day Example: Like a translation table that ensures a form field labeled 'Dept.' locally always lines up with the field labeled 'Department' in the cloud system.

Sync Cycle / Scheduler

Definition: The automatic, recurring process Azure AD Connect uses to detect AD changes and push updates to the cloud.

Day-to-Day Example: Like a mail delivery route that runs on a set schedule, picking up new or updated letters and delivering them without anyone manually dispatching each one.

Duplicate Objects

Definition: A synchronization issue where the same user or group ends up represented more than once between AD and Azure AD.

Day-to-Day Example: Like accidentally creating two separate employee files for the same person because their name was entered slightly differently in two systems.

Synchronization Service Manager

Definition: An Azure AD Connect tool used to monitor sync operations, check import/export status, and investigate object-level errors.

Day-to-Day Example: Like a shipping company's tracking dashboard that shows exactly which packages made it through and which got stuck along the way.

Azure AD Connect Health

Definition: A Microsoft cloud monitoring service that provides alerts, performance data, and proactive issue detection for hybrid identity infrastructure.

Day-to-Day Example: Like a smart home security app that alerts you the moment a sensor goes offline instead of you discovering it during the next break-in.

Global Administrator

Definition: The highest-level cloud administrative role in Microsoft Entra ID, required to configure Azure AD Connect's cloud-side trust.

Day-to-Day Example: Like the one master key that can unlock every door in a cloud-based headquarters building.

Enterprise Admin / Domain Admin

Definition: High-level on-premises AD roles required to configure Active Directory for synchronization during Azure AD Connect setup.

Day-to-Day Example: Like the facilities manager who holds keys to every room and utility closet in the physical office building.

Azure Tenant

Definition: An organization's dedicated and isolated instance of Microsoft Entra ID where its synchronized users and groups are stored.

Day-to-Day Example: Like a company's own private floor in a shared cloud office building — separate and secured from every other tenant on different floors.

Federation Server (ADFS)

Definition: An on-premises server role that handles authentication requests redirected from Azure AD under the Federation model.

Day-to-Day Example: Like a dedicated on-site security checkpoint that the cloud lobby always defers to before letting anyone through.

Object Synchronization

Definition: The overall process of keeping Users, Groups, and Contacts consistent between on-premises AD and Microsoft Entra ID.

Day-to-Day Example: Like keeping a company's printed employee directory and its online directory always showing the exact same up-to-date roster.

 

Figure 3: OU Filtering — choosing which OUs sync to the cloud

3. Differences Between Key Technical Terms (10)

1. On-Premises Active Directory vs. Microsoft Entra ID (Azure AD)

FeatureOn-Premises Active DirectoryMicrosoft Entra ID
LocationInside the company networkCloud-hosted by Microsoft
Main useDomain authentication, Group Policy, local resourcesCloud authentication, SSO, SaaS app access
Management toolActive Directory Users and Computers, GPMCAzure Portal / Microsoft Entra admin center



 

2. Password Hash Synchronization (PHS) vs. Pass-Through Authentication (PTA)

FeaturePHSPTA
Where authentication happensIn the cloud (Azure AD)On-premises, via secure agent
Password stored in cloud?Password hash is storedNo password data stored in cloud
Infrastructure dependencyLowModerate — requires on-prem agents
Availability if on-prem AD is downStill worksAuthentication fails



 

3. PTA vs. Federation (ADFS)

FeaturePTAFederation (ADFS)
Control levelModerate — validates via agentFull — entirely on-prem controlled
ComplexitySimpler to deployComplex, additional server infrastructure
Best suited forOrgs wanting local validation without full federation overheadLarge enterprises needing advanced auth policies



 

4. PHS vs. PTA vs. Federation — Infrastructure Dependency

AspectPHSPTAFederation
Infrastructure dependencyLowestModerateHighest
Deployment simplicitySimplestModerateMost complex
On-prem control over authMinimalPartialFull



 

5. Users vs. Groups vs. Contacts (Synchronized Objects)

Object TypeWhat Gets SyncedTypical Use
UsersUsername, email, department, phone, password hash (if enabled)Employee sign-in to cloud services
GroupsSecurity and distribution group membershipPermission management, Microsoft 365 administration
ContactsOrganizational contact informationGlobal address lists, email communication



 

6. OU Filtering vs. Attribute Mapping

FeatureOU FilteringAttribute Mapping
ControlsWhich OUs/objects get synchronized at allHow synced attributes correspond between AD and Entra ID
GoalReduce unnecessary sync, improve securityEnsure consistent, accurate user information
Misconfiguration riskUnwanted or missing accounts in the cloudLogin issues, missing details, sync conflicts



 

7. Automatic Sync Cycle vs. Manual (Forced) Synchronization

FeatureAutomatic Sync CycleManual Synchronization
TriggerRuns on a regular schedulerTriggered manually by an administrator
Use caseRoutine ongoing updatesImmediate updates needed right away
Administrative effortLow — hands-offRequires direct admin action



 

8. Synchronization Service Manager vs. Event Viewer vs. Azure AD Connect Health

ToolPrimary Use
Synchronization Service ManagerMonitor sync operations, check import/export status, review object-level errors
Event ViewerReview Windows-level service failures, authentication problems, and sync warnings
Azure AD Connect HealthCloud-based proactive monitoring, alerts, and performance insights



 

9. Duplicate Objects vs. Missing/Delayed Synchronization

IssueCauseEffect
Duplicate ObjectsPre-existing cloud accounts, incorrect attribute matchingLogin confusion, mailbox conflicts, sync errors
Missing/Delayed SyncNetwork failure, AD replication issues, scheduler problemsNew/updated users not appearing in the cloud on time



 

10. On-Premises Permissions vs. Cloud Permissions for Azure AD Connect

Permission TypeRequired RolePurpose
On-PremisesEnterprise Admin / Domain AdminRead and configure AD synchronization settings
CloudGlobal AdministratorEstablish trust and synchronization with the Azure tenant

 

4. Theoretical Questions (15)

Q1. What is Hybrid Identity, and why do organizations adopt it?

Answer: Hybrid Identity integrates on-premises Active Directory with Microsoft Entra ID so users access both local and cloud resources with one identity; organizations adopt it to support remote work, cloud app access, and centralized, simplified user management.

Q2. What is the difference between On-Premises Active Directory and Microsoft Entra ID?

Answer: On-Premises AD manages domain authentication, Group Policy, and local resources inside the company network, while Microsoft Entra ID is Microsoft's cloud identity service built for cloud authentication, SSO, and SaaS application access.

Q3. What is Azure AD Connect, and what is its main purpose?

Answer: Azure AD Connect is Microsoft's directory synchronization tool that bridges on-premises AD with Microsoft Entra ID, with the main purpose of keeping identities consistent between both environments automatically.

Q4. What are the key prerequisites before deploying Azure AD Connect?

Answer: Key prerequisites include a healthy AD forest with working DNS, a supported Windows Server version, a Microsoft Entra ID tenant, appropriate on-prem and cloud admin permissions, and stable network connectivity to Microsoft cloud endpoints.

Q5. What permissions are required to install and configure Azure AD Connect?

Answer: On-premises, the installer generally needs Enterprise Admin or Domain Admin permissions; in the cloud, a Global Administrator role is required to establish trust with the Azure tenant.

Q6. What is Password Hash Synchronization (PHS), and what are its main benefits?

Answer: PHS copies password hashes from on-prem AD to Azure AD so authentication happens in the cloud; its benefits are simple deployment, high availability, and continued cloud sign-in even if on-prem servers are unavailable.

Q7. What is Pass-Through Authentication (PTA), and how does it differ from PHS?

Answer: PTA validates login credentials directly against on-premises AD through a secure agent, without storing password data in the cloud, giving more on-prem control than PHS, which authenticates entirely in the cloud.

Q8. What is Federation, and when would an organization use it over PHS or PTA?

Answer: Federation uses ADFS to fully redirect authentication to on-premises servers; organizations use it when they need advanced authentication controls, like smart cards or custom login policies, that PHS and PTA don't support.

Q9. What objects can Azure AD Connect synchronize?

Answer: Azure AD Connect can synchronize Users, Groups, and Contacts, along with attributes like usernames, email addresses, department, and password hashes where enabled.

Q10. What is OU Filtering, and why is it useful?

Answer: OU Filtering lets administrators choose which Organizational Units are synchronized to the cloud, which reduces unnecessary synchronization, improves security, and keeps test/temporary accounts out of Microsoft Entra ID.

Q11. What is Attribute Mapping, and what happens if it's configured incorrectly?

Answer: Attribute Mapping controls how AD attributes correspond to Microsoft Entra ID attributes; misconfiguration can cause login issues, missing user details, or synchronization conflicts.

Q12. How does the Azure AD Connect sync cycle work?

Answer: The sync cycle runs automatically on a scheduler, detecting changes in Active Directory and pushing updates like new users, password changes, group memberships, and deletions to the cloud; administrators can also trigger a manual sync.

Q13. What are duplicate objects in Azure AD Connect, and what commonly causes them?

Answer: Duplicate objects occur when the same user exists multiple times between AD and Entra ID, commonly caused by pre-existing cloud-only accounts or incorrect attribute matching during synchronization.

Q14. What tools are commonly used to troubleshoot Azure AD Connect issues?

Answer: Common tools include Synchronization Service Manager for object-level sync status, Event Viewer for Windows-level service and authentication logs, and Azure AD Connect Health for cloud-based proactive monitoring.

Q15. What are common causes of Azure AD Connect synchronization failures?

Answer: Common causes include network connectivity failures, incorrect permissions, DNS issues, Active Directory replication problems, and invalid or expired administrator credentials used for synchronization.

5. Scenario-Based Questions (8)

Q1. A company wants employees to log in once and access Outlook, Teams, and SharePoint without repeated logins. What hybrid identity feature enables this?

Answer: Single Sign-On (SSO), enabled through the hybrid identity setup with Azure AD Connect, lets users authenticate once and access multiple connected cloud applications without logging in again.

Q2. An organization wants the simplest possible authentication method with minimal on-premises infrastructure dependency. Which method should they choose?

Answer: Password Hash Synchronization (PHS) fits best, since it's the simplest to deploy, has the lowest infrastructure dependency, and still allows cloud sign-in even if on-prem servers go down.

Q3. A financial organization wants every login validated against internal Active Directory for compliance reasons, without storing passwords in the cloud. What authentication method fits, and why?

Answer: Pass-Through Authentication (PTA) fits, since it validates credentials directly against on-premises AD via a secure agent and never stores password data in the cloud.

Q4. A large enterprise needs smart card authentication and highly customized login policies that PHS and PTA can't provide. What should they implement?

Answer: They should implement Federation using Active Directory Federation Services (ADFS), which supports advanced authentication controls like smart cards and fully custom login experiences.

Q5. A company wants to exclude test accounts and lab systems from ever appearing in Microsoft Entra ID, while still syncing real employee accounts. What Azure AD Connect feature should be configured?

Answer: OU Filtering should be configured to include only the Employees OU (or similar) for synchronization, while excluding OUs containing test accounts and lab systems.

Q6. Newly hired employees suddenly can't access Microsoft Teams, and IT discovers Azure AD Connect synchronization has stopped. What is a likely cause, and how would they confirm it?

Answer: A likely cause is expired administrator credentials used for the sync service; administrators would confirm this by checking Synchronization Service Manager and Event Viewer logs for authentication or permission errors.

Q7. A user appears twice in Microsoft Entra ID after Azure AD Connect was configured, causing login confusion. What is this issue called, and what likely caused it?

Answer: This is a Duplicate Objects issue, commonly caused by a pre-existing cloud-only account that already had the same identity before synchronization began, leading to a matching conflict.

Q8. A company installs Azure AD Connect without first checking DNS health or AD replication status, and afterward user accounts fail to sync properly. What should have been verified beforehand?

Answer: The organization should have verified the prerequisites first — specifically a healthy Active Directory forest, functional DNS configuration, and stable domain controller replication — before installing Azure AD Connect.