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!
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:
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?- samuelkajindranctsSep 30, 2019Copper Contributor
Christian_Montoya, Would you be able to assist us? We urgently need to get a working ARM template to update Host pool master image.
- 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 31, 2019Brass Contributor
I just tried a redeployment of my second pool, and get this second error that references the artifacts location. I'll hold here until you can reply. Thank you.
{"telemetryId":"f7b3be80-a62d-40d9-a87c-7dc573e28d69","bladeInstanceId":"Blade_f939d9af4c5b4480b9628166c4d08424_162_0","galleryItemId":"Microsoft.Template","createBlade":"DeployToAzure","code":"InvalidTemplate","message":"Deployment template validation failed: 'The template resource '_artifactsLocation' at line '88' and column '31' is not valid: The language expression property 'templateLink' doesn't exist, available properties are 'template, templateHash, parameters, mode, debugSetting, provisioningState'.. Please see https://aka.ms/arm-template-expressions for usage details.'."}
- jaycrumpgpMay 30, 2019Brass Contributor
Christian_MontoyaThanks! I'll give it a shot later this evening.