Nov 01 2019 09:25 PM
I'm trying to deploy Windows Virtual Desktop I have a Free Subscription. I made sure complete all steps to deploy correctly; my steps were:
4.The domain was Synchronized successfully with Azure AD.
<Install-module -name Microsoft.RDInfra.RDPowershell>
<Import-module -name Microsoft.RDInfra.RDPowershell>
<New-RdsTenant -AadTenantId <MyADID> -AzureSubscriptionId <MyIDSubs> -Name MiguelORG>
Next I go to azure portal into marketplace select Window Virtual Desktop Pool and proceed to fill the requeriments.
* Hostpool Name = DesktopPool
* Location = EastUS
* Desktop type = pool
* Usage Profile = Medium
* Image OS Version = Windows 10 Enterprise multi-session Office 365.
* Disk Type = Premium SSD
* AD Domain Join UPN = My on-promise user with Global Administrator and User Administrator roles.
* Virtual Network = The same virtual network and subnet where is my domain server.
* Windows Virtual Desktop tenant group name = Default tenant group
* Windows Virtual Desktop tenant name = MiguelORG
* Windows Virtual Desktop tenant RDS Owner = UPN
* UPN = My on-promise user with Global Administrator and User Administrator roles.
At the end I received this message. The template deployment 'rds.wvd-provision-host-pool-20191101234128' is not valid according to the validation procedure. The tracking id is 'ea249dd8-371b-4495-a78e-50deb4628612'. See inner errors for details.
I did this process 3 time and each one that give me the same error, If I doing something wrong please help me to resolve this problem.
Regards Miguel Guevara
Nov 02 2019 11:22 AM
I am receiving the same error. I followed pretty much the same procedure as you. The only difference is my resource group is in West US 2 and I have not added a virtual machine domain controller. I am using the owner of my tenant, stood up Azure Active Directory Domain Services.
I also tried using a Service Principal per this article https://tinyurl.com/y52arshs
and received the same result. I have also attempted to create the other 3 image templates in the gallery and received the same error.
My next test is to add the domain controller in..
Nov 02 2019 02:35 PM
I figured it out. I resized the virtual machine to a 2vcpu/4gb image and everything worked. The free subscription only allows you 4 cores in your tenant.
I tried to deploy an image from the WVD Github site It also failed but gave an error with more information.
Also, I did not stand up a domain controller and use Azure Active Directory Connect. I just used Azure Active Directory Domain Services.
Nov 02 2019 10:07 PM
Thank you for you answer, I did your configuration unfortunately received the same error
(The template deployment 'rds.wvd-provision-host-pool-20191101234128' is not valid according to the validation procedure. The tracking id is 'ea249dd8-371b-4495-a78e-50deb4628612'. See inner errors for details.) so I'd like to ask you, In which region did you do deploy WDV? and thank you so much for your attention!