NetJoinDomain failed with error code 1355.
So from what I have researched this means the Azure role cannot see or connect to the DC. So i looked into the dcdiag log file to get the specific error:
The following error occurred when DNS was queried for the service location (SRV) resource record used to locate an Active Directory Domain Controller for domain xxx.yyy.zzz:
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.xxx.yyy.zzz
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:
10.20.230.19
10.20.242.89
- One or more of the following zones do not include delegation to its child zone:
xxx.yyy.zzz
yyy.zzz
zzz
. (the root zone)
For information about correcting this problem, click Help.
Looking over the cscfg config file I notice that the entry for DNSServers has been removed in the current version of Connect. A lot of the examples I have looked at have this entry included but when I tried to add it I could not deploy due to an error since
that config entry is no longer valid. I am not sure that is even my problem here but since the error seems to be related to DNS and that entry does not exist anymore I thought maybe it's related.
Does anyone have any ideas of what I can do to further troubleshoot this issue??
thanks!
Hi,
Check this KB article, i guess you miss some firewall configuration when you try to use Azure Connect (such as outbound ports).
http://support.microsoft.com/kb/179442
Another thing is i notice you config file "DNSServers" entry has been removed, according to
Overview of Azure Web role join to a domain, DNSServers is required, so would you like to show a sample of your configuration file if convinient?
Also, there a re some similar threads may help you:
http://social.msdn.microsoft.com/Forums/pl-PL/windowsazureconnectivity/thread/d2a19bbd-952c-4df1-a0b4-a786639bf472
http://social.msdn.microsoft.com/Forums/da-DK/windowsazureconnectivity/thread/dbe34d43-d641-440d-bd5d-050532bdc898
Hope it can help you.
Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact
msdnmg@microsoft.com
Microsoft One Code Framework