Forum Discussion
Windows Virtual Desktop
SachinMaliksAt a high level, you will need an existing VNet with connectivity to an Active Directory Domain Controller. I have heard it will work with Azure Active Directory Domain Services but haven't tried. Account synchronization between AD and Azure AD would also help, but you probably already have that in place for the services you are running.
I put together a series of videos that walk through the process. The playlist is here:
https://www.youtube.com/playlist?list=PLnWpsLZNgHzXMtKjaQJf4Rn64W86nUDv1
Thanks TravisRoberts for sharing the link for this deployment. I tried to deploy in my free trial to Azure but keep getting below error. if you can help to address this. it would be highly appreciated.
{"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\": \"DeploymentFailed\",\r\n \"message\": \"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details.\",\r\n \"details\": [\r\n {\r\n \"code\": \"BadRequest\",\r\n \"message\": \"{\\r\\n \\\"error\\\": {\\r\\n \\\"code\\\": \\\"InvalidResourceReference\\\",\\r\\n \\\"message\\\": \\\"Resource /subscriptions/f24a69c1-75dd-467a-a24a-9fd862ba7e46/resourceGroups/TestPoolWVD/providers/Microsoft.Network/virtualNetworks/vnet-01/subnets/vmSubnet referenced by resource /subscriptions/f24a69c1-75dd-467a-a24a-9fd862ba7e46/resourceGroups/TestPoolWVD/providers/Microsoft.Network/networkInterfaces/WVDPC-0-nic was not found. Please make sure that the referenced resource exists, and that both resources are in the same region.\\\",\\r\\n \\\"details\\\": []\\r\\n }\\r\\n}\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}"}]}
Thanks
sachin