How to integrate an azure self-managed AD Domain Services with existing azure tenant

Frank 1 Reputation point
2020-06-03T01:56:18.987+00:00

Hello,

Currently the company I work for does not have an on-prem infrastructure apart from a few standalone Linux servers. Cloud only services, Microsoft 365 and Azure AD are used. As the company is growing in size there will be the need of using features such as group policies, DNS, Ldap, certificate services and integration of the Linux servers etc.

I believe Azure AD Domain Services won't be enough as we will need to use features traditionally available through self-managed Active Directory Domain services on-prem. I understand I can create a new Active Directory forest in Azure using a couple of VMs and configure them as DCs. How will I integrate/sync that new Active Directory forest with Azure AD and the existing tenancy? Can I install Azure AD Connect sync on a DC in Azure and sync AD with the Azure Tenant?

Thank you
Kind Regards

Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,465 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Jai Verma 461 Reputation points
    2020-06-03T02:26:38.803+00:00

    You are absolutely correct, Azure AD Domain Service is not replacement of On-premise active directory. It solves other purpose.

    Technically, you can install Azure AD Connect on the same server as you Domain Controller, however, it is not recommended. Recommendation is to deploy a member server and install ADConnect on that server. It is stable and long term solution.


  2. AmanpreetSingh-MSFT 56,306 Reputation points
    2020-06-15T07:30:39.96+00:00

    @Frank-8722 Yes, you can install Azure AD Connect on Azure VM and it would work the same way as it works for On-prem.

    Having one Azure AD Connect server can solve your purpose. However, it is recommended to install Azure AD Connect on 2 servers, where one server is configured as production server and the other server is configured as staging server. The staging server receives only the inbound updates and doesn't export anything. In case, if there is an issue with production server, you can move the staging server to production for disaster recovery.


    Please do not forget to "Accept the answer" wherever the information provided helps you. This will help others in the community as well.

    0 comments No comments