Forum Discussion
Validation failed upon creating the host pool
- Oct 21, 2019
Luis_Farinango: We have a known issue which we are currently resolving. Communication went out to impacted subscriptions through Azure Service Health - learn more how to set it up here.
Use the following approaches to succeed with your deployment.
Work around #1
Deploy VMs using any of the methods Azure support (ARM, portal, APIs, PowerShell, Terraforms)
Perform domain join of created VMs via following arm template https://azure.microsoft.com/en-gb/resources/templates/201-vm-domain-join-existing/
Create WVD host pool and registration token via PowerShell https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-powershell
Run following ARM template to perform registration https://github.com/Azure/RDS-Templates/tree/mbastos/joinhostpool/wvd-sh/joinhostpoolWork around #2
All steps form work around #1 can be performed manually
https://docs.microsoft.com/en-us/azure/virtual-desktop/tenant-setup-azure-active-directory
https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-powershell
Luis_Farinango: We have a known issue which we are currently resolving. Communication went out to impacted subscriptions through Azure Service Health - learn more how to set it up here.
Use the following approaches to succeed with your deployment.
Work around #1
Deploy VMs using any of the methods Azure support (ARM, portal, APIs, PowerShell, Terraforms)
Perform domain join of created VMs via following arm template https://azure.microsoft.com/en-gb/resources/templates/201-vm-domain-join-existing/
Create WVD host pool and registration token via PowerShell https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-powershell
Run following ARM template to perform registration https://github.com/Azure/RDS-Templates/tree/mbastos/joinhostpool/wvd-sh/joinhostpool
Work around #2
All steps form work around #1 can be performed manually
https://docs.microsoft.com/en-us/azure/virtual-desktop/tenant-setup-azure-active-directory
https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-powershell
- Luis_FarinangoOct 22, 2019Copper Contributor
Thank you for the reply.
I used workaround #1 en this solution worked perfectly! Finally I can begin with testing 🙂