Azure AD Connect uses two different topologies to support on-premises AD deployments. However, there are certain limitations and unsupported configurations that we need to know about:
- Single AD forest-single Azure AD: This is the most commonly used deployment topology. When a user has a single AD forest, it can be synced to one Azure AD tenant. Even if it is has multiple domains, it still can be used with one AD tenant. The Azure AD Connect express setup only supports this topology.
However, at any given time, only one Azure AD connect server can sync data to the Azure AD tenant. For high availability, staging server support is available, which will be explained later in this section.
- Multiple AD forest-single ...