I have 2 windows server 2016 deployed on Azure, In one server I have added a role and services of ADDS and I have promoted the domain controller and after that, I am trying to connect to this domain controller from another server and wanted to login in as a admin user of domain controller . but thing is happening is it is not able to connect to the domain . it is giving me an error as:
Note: This information is intended for a network administrator. If you are not your network's administrator, notify the administrator that you received this information, which has been recorded in the file C:\Windows\debug\dcdiag.txt.
The following error occurred when DNS was queried for the service location (SRV) resource record used to locate an Active Directory Domain Controller (AD DC) for domain "rvnjncontoso.com":
The error was: "DNS name does not exist."
(error code 0x0000232B RCODE_NAME_ERROR)
The query was for the SRV record for _ldap._tcp.dc._msdcs.rvnjncontoso.com
Common causes of this error include the following:
- The DNS SRV records required to locate a AD DC for the domain are not registered in DNS. These records are registered with a DNS server automatically when a AD DC is added to a domain. They are updated by the AD DC at set intervals. This computer is configured to use DNS servers with the following IP addresses:
168.63.129.16
- One or more of the following zones do not include delegation to its child zone:
rvnjncontoso.com
com
. (the root zone)
kindly , give me a direction so that I can create domain controller and its clustered system on cloud (Azure).
thanks,
rrnjn145