Forum Discussion
AVD Deployment Failure
Hello All,
I tried deploying Azure Virtual Desktop and got the following error message and I still have no clue after troubleshooting:
{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"Conflict","message":"{\r\n \"status\": \"Failed\",\r\n \"error\": {\r\n \"code\": \"ResourceDeploymentFailure\",\r\n \"message\": \"The 'Waiting' resource operation completed with terminal provisioning state 'Failed'.\"\r\n }\r\n}"}]}
Thanks,
J
4 Replies
- AskwizardCopper Contributor
This error occurs because there is another operation that was performed during the same time and its results in the conflict error. You can try deploying with PowerShell. https://docs.microsoft.com/en-us/azure/virtual-desktop/manage-resources-using-ui-powershell
- techieg4Brass ContributorThanks for the response. There was nothing else running at the time. Also, I subsequently tried to redeploy it by itself but it failed again before I posted here.
Btw, the link in your response is a 404 page not found.