Jun 24 2019 12:12 AM
Summary :
Error details
The resource operation completed with terminal provisioning 'Failed'. (Code : ResourceDeploymentFailure)
-VM has reported a failure when processing extension 'joindomain'. Error message: "Exception(s) occured while joining domain 'magickwoods.onmicrosoft.com'". (Code : VMExtensionProvisioningError)
Raw Error :
{
"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 'magickwoods.onmicrosoft.com'\\\".\"\r\n }\r\n ]\r\n }\r\n}"
}
]
}
Jun 24 2019 11:14 PM
Hi @sankarnarayanan1101 ,
Looks like the VMs are unable to join your Domain during deployment.
A few questions to solve this:
Jun 28 2019 04:32 AM - edited Jun 28 2019 04:33 AM
I have the exact same issue and have been stranded trying to resolve this issue for over a week now.
My join user is a Global Admin + Tenant Created + AAD Administrator Group local to AAD and I made sure to reset his password.
AADDS has been setup with DNS and IPRange 10.42.0.0/16 Space - 10.42.0.0/24 IP Range...
No matter what, I end up with the exact same message and this guy and ontop of that MS is unwilling to help troubleshoot their own product due to it being in Preview.
What is there to preview if it can't run to begin with..... not much of a preview.
Jun 28 2019 04:43 AM
Hi @EricSP ,
If you connect to the WVD session host, and you manually try to join the VM to the domain with that specific user-account, does that work?
Jun 28 2019 05:09 AM
@michawets I would love to have the ability to do so!
However, when I check the VM it only has an internal IP and no public IP so I cannot RDP to it plus it's not joined so I probably couldn't login to it to begin with...
Jun 28 2019 06:26 AM - edited Jun 28 2019 06:27 AM
Hi @EricSP ,
There are several options:
For the credentials: you should use your credentials (without domain) you used in your deployment, or you could reset the password through the Azure Portal.
Kind regards