Failed to deploy Windows virtual Desktop

Copper Contributor

Hello,

 

I'm trying to deploy the preview of Windows Virtual Desktop, and I get the following error with the DSC extension:

 

 

{"code":"DeploymentFailed","message":"Ha habido algún error por lo menos con una implementación de recursos. Para obtener más información, incluya las operaciones de implementación en una lista. Consulte https://aka.ms/arm-debug para ver los detalles de uso.","details":[{"code":"Conflict","message":"{\r\n \"status\": \"Failed\",\r\n \"error\": {\r\n \"code\": \"ResourceDeploymentFailure\",\r\n \"message\": \"La operación del recurso finalizó con un estado de aprovisionamiento final 'Failed'.\",\r\n \"details\": [\r\n {\r\n \"code\": \"VMExtensionProvisioningError\",\r\n \"message\": \"La máquina virtual indicó un error al procesar la extensión 'dscextension'. Mensaje de error: \\\"DSC Configuration 'FirstSessionHost' completed with error(s). Following are the first few: PowerShell DSC resource MSFT_ScriptResource failed to execute Set-TargetResource functionality with error message: One or more errors occurred. The SendConfigurationApply function did not succeed.\\\".\"\r\n }\r\n ]\r\n }\r\n}"}]}

 

Can someone help me to solve this?

Regards;

2 Replies

@djcat We have covered a number of DSC extension issues here: https://docs.microsoft.com/en-us/azure/virtual-desktop/troubleshoot-set-up-issues

 

Please review this and let us know when you were able to resolve.

@djcat I remember running into these type of issues before while nothing else helped. Avoid using complicated names in the input boxes. For instance, instead of host wvd_host-1 use wvdHost. After using simple names and observing the other suggestions such as being a member of AADDC group and make sure your Azure Domain Services windows domain name does nor exceed 15 chars long.