Azure Windows Virtual Desktop Domain Join Problem

Joseph Miller 21 Reputation points
2021-06-25T17:17:09.063+00:00

I have an on prem AD synced up to an azure AD using Azure AD Connect and hybrid Domain Join is configured. When provision the WVD hostpool I get a conflict at the join domain with this error message:

{
"status": "Failed",
"error": {
"code": "VMExtensionProvisioningError",
"message": "VM has reported a failure when processing extension 'joindomain'. Error message: \"Exception(s) occured while joining Domain 'completecontact.net'\"\r\n\r\nMore information on troubleshooting is available at https://aka.ms/vmextensionwindowstroubleshoot "
}
}

Based on my research into the the issue my VM isn't finding the domain but It's not clear if I can just configure a DNS in the azure AD or do I need to set up a VPN between azure the on prem?

Thanks in advance,
Joe Miller

Microsoft Security Microsoft Entra Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Andreas Baumgarten 123.4K Reputation points MVP Volunteer Moderator
    2021-06-25T18:25:32.527+00:00

    Hi @Joseph Miller ,

    the solution depends on your environment:

    If you have a AD Domain Controller running in Azure you have to make sure:

    • The AD Domain Controller is reachable in the Azure Network from your WVD Host VM (network, peering, routing)
    • The AD Domain Controller FQDN (AD Domain Name) needs the be resolved by the WVD Host VM via DNS during the deployment process (working DNS name resolution is required)

    If you don't have a AD Domain Controller running in Azure but an on-premises AD DC:

    • You have to make sure the on-premises AD Domain Controller is reachable by the WVD Host VM as well.
    • Typically in this scenario is a VPN Gateway with a up and running Site-To-Site connection.
    • It's the same with the DNS name resolution. The WVD Host VM must be able to resolve the AD domain name and the FQDN of the on-premises AD DC

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Saif Ullah Rao 1 Reputation point
    2022-09-27T13:33:41.69+00:00

    Helped me.

    0 comments No comments

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.