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!
and......a different error trying to create pool via shell now. What is up with the random errors.
When I try to run 'new-rdsregistrationinfo' cmdlet and point to a path on my desktop I am getting 'access to the path c:\users\blahblah\desktop is denied'.
jaycrumpgp : I'm uncertain on the "New-RdsRegistrationInfo" error...if you have personal information, I'd be happy to follow up on private messages.
Regarding the URL error, we are actively working on resolving the Azure Marketplace offering. In the meantime, you can use our GitHub ARM Template to create and provision the host pool: https://github.com/Azure/RDS-Templates/tree/master/wvd-templates/Create%20and%20provision%20WVD%20host%20pool
- jaycrumpgpMay 29, 2019Brass Contributor
Christian_Montoya- Oh, and regarding the new-rdsregistrationinfo, I was trying this method and got to that command and hit the error I mentioned above (access denied writing the registration token to a file).
https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-powershell
- jaycrumpgpMay 29, 2019Brass Contributor
Thanks. I tried the custom template from GitHub and get this:
{"code":"ValidationError","message":"Error validating template","details":[{"message":"Value 'wvd_uk_may-0' used in property 'name' of resource 'wvd_uk_may-0' (microsoft.compute/virtualmachines) is invalid. You may need to edit the template to fix this issue.Virtual machine name cannot contain non ASCII or special characters, must contain at least one alphabet, and must be between 1 and 15 characters.","code":"ClientSideValidationError"}]}
- Christian_MontoyaMay 30, 2019
Microsoft
jaycrumpgp : The name limitations are for Azure VMs, unfortunately.
Also, I'm not exactly sure on why the piping would hit permission errors on files.