is it possible to join a win 10 or 11 machine to a ADDC VM on azure

os 0 Reputation points
2024-02-18T12:54:25.8433333+00:00

I have created an VM on azure with server 2019 operating system and configured the AD DC on it but when I wants to join a win 10 or 11 machine to domain on this VM it does not work and keep saying that domain controller cannot be connected and showing some DNS error. Regards OS

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

2 answers

Sort by: Most helpful
  1. Marcin Policht 51,055 Reputation points MVP Volunteer Moderator
    2024-02-18T12:56:02.86+00:00

    Yes - you can. You need to ensure that you modify the default DNS configuration within the Azure VNet environment. The simplest way to do this is to assign the custom DNS IP address in the virtual network properties in the Azure portal (assuming that the Windows client VM is connected to the same Azure virtual network as the VM hosting the domain controller). Pls keep in mind that the Windows client virtual machine must be able to reach the domain controller via its private IP address, so it has to be either on the same Azure virtual network or another network connected to it.


    hth
    Marcin

    0 comments No comments

  2. Marcin Policht 51,055 Reputation points MVP Volunteer Moderator
    2024-02-18T13:01:10.0833333+00:00

    To configure a custom DNS server in a virtual network (which should be set to the IP address of the Azure VM running the domain controller), follow https://learn.microsoft.com/en-us/azure/virtual-network/manage-virtual-network#change-dns-servers . For this change to take effect, you need to restart all Azure VMs connected to the virtual network.


    hth
    Marcin


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.