Sep 25 2019 10:38 PM - edited Sep 25 2019 10:40 PM
{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details.","details":[{"code":"Conflict","message":"{\r\n \"status\": \"Failed\",\r\n \"error\": {\r\n \"code\": \"ResourceDeploymentFailure\",\r\n \"message\": \"The resource operation completed with terminal provisioning state 'Failed'.\",\r\n \"details\": [\r\n {\r\n \"code\": \"VMExtensionProvisioningError\",\r\n \"message\": \"VM has reported a failure when processing extension 'joindomain'. Error message: \\\"Exception(s) occured while joining Domain 'mydomain.com'\\\".\"\r\n }\r\n ]\r\n }\r\n}"}]}
I'm just testing this solution out and trying to control costs. Do I have to have a Domain Controller or Azure AD Domain Services to use Windows Virtual Desktop with Windows 10 multi-host?
Sep 29 2019 11:50 AM
Hi @AjantiDaggar ,
You are correct, you need a Windows Server Active Directory in sync with Azure Active Directory. This can be enabled through:
So it is important, during the deployment, that you select a VNET that has either one of these options enabled in it so the SessionHosts (WVD hosts) can join that domain.
Hope this helps