Forum Discussion
Suleyman Ali
Apr 26, 2019Iron Contributor
azure windows virtual desktop: there are currently no resources available to connect to
There is a nice step-by-step guide in regards to setting up a azure virtual desktop http://www.rebeladmin.com/2019/04/step-step-guide-azure-windows-virtual-desktop-preview/ After a few trial an...
- Apr 26, 2019
BSuleyman Ali Below are the commands I used to clean up a host pool. You may need to remove user assignments before the resource can be removed.
Get-RdsAppGroup -TenantName $tenant -HostPoolName $hostPoolNameGet-RdsAppGroupUser -TenantName $tenant -HostPoolName $hostPoolName -AppGroupName "Remote App Group"Get-RdsAppGroup -TenantName $tenant -HostPoolName $hostPoolName | Remove-RdsAppGroupGet-RdsHostPool -TenantName $tenantGet-RdsSessionHost -TenantName $tenant -HostPoolName $hostPoolNameGet-RdsSessionHost -TenantName $tenant -HostPoolName $hostPoolName | Remove-RdsSessionHostGet-RdsHostPool -TenantName $tenant | Remove-RdsHostPool
tommy_barnes
Jun 25, 2019Brass Contributor
Our Azure Domain is too long to use in Azure Domain Services wondering if i use a custom domain set it as the primary and make it the domain name for azure domain services would that work for WVD?TravisRoberts
Jun 26, 2019
tommy_barnes Any valid domain should work. It can be either Active Directory Directory Services or Azure Directory Services. The VM's will join the domain and users will authenticate to it just as if it was on the local domain.
- tommy_barnesJun 27, 2019Brass ContributorThanks Travis it is now joining the domain but now getting that provisioning resources error which I believe folks are fixing it about creating a service principal?