Forum Discussion
Error deploying WVD to a subscription
- May 30, 2019
jaycrumpgp : The Azure Marketplace offering is now resolved and you should be able to test again!
jaycrumpgp : We've heard similar feedback of folks trying to deploy. We recently update the documentation to suggest the service principal route, as it will work in all cases. You can see the updated steps/guide over at https://aka.ms/wvdpreview . Please let us know if that ends up working for you and your environment.
Thanks, I'll give it a shot. Although now I'm seeing the same 'template URL' error that others are seeing and have posted here:
- Christian_MontoyaMay 30, 2019
Microsoft
jaycrumpgp : The Azure Marketplace offering is now resolved and you should be able to test again!
- samuelkajindranctsSep 25, 2019Copper ContributorWe just hit into this error today. Any suggestions?
https://github.com/Azure/RDS-Templates/issues/238
"{"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 'dscextension'. Error message: \\\"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: The received access token is not valid: at least one of the claims 'puid' or 'altsecid' or 'oid' should be present. If you are accessing as application please make sure service principal is properly created in the tenant. The SendConfigurationApply function did not succeed.\\\".\"\r\n }\r\n ]\r\n }\r\n}"}]}"- Christian_MontoyaSep 26, 2019
Microsoft
Was this working for you previously and it just failed this time? Or are you attempting this for the first time and it's failing?
- jaycrumpgpMay 31, 2019Brass Contributor
Christian_MontoyaWORKS!!! Thanks so much.
- Christian_MontoyaMay 31, 2019
Microsoft
jaycrumpgp : Glad to hear it! Thanks again for testing and for being patient as we addressed the temporary issue!
- jaycrumpgpMay 30, 2019Brass Contributor
Christian_MontoyaThanks! I'll give it a shot later this evening.