Entra Managed Domain Services management Azure VM cannot domain join for AD DS Administrative Tools
Hello,
I am trying to configure a management VM for my managed domain service according to the tutorial which is the Install management tools step for the Windows VM server:
https://learn.microsoft.com/en-us/entra/identity/domain-services/tutorial-create-management-vm
I have executed all prerequisites successfully, until trying to configure a management VM everything worked fine, the domain services are running and my VM is joined to the domain. I can see that in the Server Manager and also in the ipconfig /all. I was able to join the VM to the domain using my Admin account that has the Domain Services Contributor role.
When I try to open the Active Directory Administrative Center (or any other app) I get the error:
Cannot connect to any domain. Refresh or try again when connection is available.
What I have checked:
- The DNS server addresses are correctly set and can be pinged in the VM and in the VNET.
- I see the server VM Network interface in the list of connected devices that also shows the two Entra Domain Services managed DCs/DNS servers and the.
- The VM and the managed domain are in the same VNET. The DCs/DNS servers are in a different subnet than the domain-joined VM.
- NSG policies are set to allow any inbound traffic from VNET.
- Domain resource is healthy
- NSG that was auto-created with the managed domain has 3389 and 5986 opened to CorpNetSaw and AzureActiveDirectoryDomainServices respectively.
- I am logging in using the local administrator account via the Azure Bastion (according to doc, bastion login is the only possible after configuring a management VM anyways)
- I am deploying Windows Server 2022 Datacenter Azure Edition
I have followed the tutorial to the latter and also checked a youtube video and can't see where I went wrong. Especially since joining the VMs to the domain works flawlessly I can't understand why all of a sudden the domain can't be reached after installing Remote Server Administration Tools.