User Profile
EricSP
Copper Contributor
Joined Jun 27, 2019
User Widgets
Recent Discussions
JoinDomain / Conflict
Reference: 1. https://techcommunity.microsoft.com/t5/Windows-IT-Pro-Blog/Getting-started-with-Windows-Virtual-Desktop/ba-p/391054 2. https://docs.microsoft.com/en-us/azure/virtual-desktop/tenant-setup-azure-active-directory Following these two sets of instructions I end up like this post: https://techcommunity.microsoft.com/t5/Windows-Virtual-Desktop/Azure-Windows-Virtual-Desktop-Provision-Host-Pool-JoinDomain/m-p/727794 With the following Errors: { "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 'ericperiardoutlook.onmicrosoft.com'\\\".\"\r\n }\r\n ]\r\n }\r\n}" }, { "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 'ericperiardoutlook.onmicrosoft.com'\\\".\"\r\n }\r\n ]\r\n }\r\n}" } ] } Simple format: {"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 'ericperiardoutlook.onmicrosoft.com'\\\".\"\r\n }\r\n ]\r\n }\r\n}"},{"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 'ericperiardoutlook.onmicrosoft.com'\\\".\"\r\n }\r\n ]\r\n }\r\n}"}]} Operations details log: { "id": "/subscriptions/*********/resourceGroups/WVD_Res2/providers/Microsoft.Resources/deployments/rds.wvd-provision-host-pool-20190627145332/operations/E8FDFA5D64A165EB", "operationId": "E8FDFA5D64A165EB", "properties": { "provisioningOperation": "Create", "provisioningState": "Failed", "timestamp": "2019-06-27T19:19:39.8700652Z", "duration": "PT9M9.9497337S", "trackingId": "bf964015-bbdf-4c69-8487-5d253041057a", "statusCode": "Conflict", "statusMessage": { "status": "Failed", "error": { "code": "ResourceDeploymentFailure", "message": "The resource operation completed with terminal provisioning state 'Failed'.", "details": [ { "code": "VMExtensionProvisioningError", "message": "VM has reported a failure when processing extension 'joindomain'. Error message: \"Exception(s) occured while joining Domain 'ericperiardoutlook.onmicrosoft.com'\"." } ] } }, "targetResource": { "id": "/subscriptions/*********/resourceGroups/WVD_Res2/providers/Microsoft.Compute/virtualMachines/vD3sk-0/extensions/joindomain", "resourceType": "Microsoft.Compute/virtualMachines/extensions", "resourceName": "vD3sk-0/joindomain" } }} The user used to create the pool global.esp@ericperiardoutlook.onmicrosoft.com is a Global Admin + Tenant Creator + AAD DC Administrator all-in-one for my test proof of concept. I have built an environment successfully once within a day's work, but I pruned all the resource groups and rebuilt-it slowly for documentation purposes and after many many many attempts I have been unsuccessful and get the error above. Please advise, I am out of troubleshooting options here :/Solved31KViews0likes7CommentsRe: Azure Windows Virtual Desktop - Provision Host Pool _ JoinDomain Conflict Error
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...3.1KViews0likes1CommentRe: Azure Windows Virtual Desktop - Provision Host Pool _ JoinDomain Conflict Error
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.3.1KViews0likes3Comments
Recent Blog Articles
No content to show