I want to create AD, ADC & AD sync server in Azure.

Thakur, Prabhat 81 Reputation points
2022-11-08T07:18:57.97+00:00

I want to create AD, ADC & AD sync server in Azure. Is it possible to create these servers in single Availability sets with Fault domain 3 and update domain 5. or should i create it as a stand alone servers since AD & ADC will work in a Active Passive mode, and i if AD is offline ADC will take its place as the root AD. Please recommend the best practices for such secenarios.

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Sandeep G-MSFT 20,906 Reputation points Microsoft Employee Moderator
    2022-11-10T03:50:04.01+00:00

    @Thakur, Prabhat

    You can deploy your entire setup in Azure by creating VM's. You can create 3 VM's in Azure which are part of same vnet. Promote 2 VM's as domain controller. In this set up one VM will be primary DC.

    Usually, active directory doesn't work in active and passive mode. When client want to reach any DC, there is a DC discovery that happens. Always the nearest DC will be contacted to handle the request.

    As per your question if one AD goes offline, automatically 2nd VM will take over to handle the requests.
    There is always a replication between domain controllers in an environment. Below is the article that talks about on how the replication works.
    https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/get-started/replication/active-directory-replication-concepts#BKMK_1

    To know more about how DC discovery works you can refer below article,
    https://social.technet.microsoft.com/wiki/contents/articles/24457.how-domain-controllers-are-located-in-windows.aspx

    Let me know if you have any further questions.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


1 additional answer

Sort by: Most helpful
  1. Anonymous
    2022-11-08T14:11:49.07+00:00

    You could follow along here.
    https://learn.microsoft.com/en-us/azure/active-directory/devices/hybrid-azuread-join-plan

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.