Forum Discussion
Brahmapethakamsetty
May 17, 2019Copper Contributor
Unable to publish Azure Windows Virtual Desktop
We had configured host poll successfully. However when we try to update the permissions and apply the admin consent, am getting the below error. "It looks like your Admin hasn't set up any resour...
Sentry23
Copper Contributor
Have you added your user to the "Desktop Application Group" ?
Install-Module -Name Microsoft.RDInfra.RDPowerShell
Add-RdsAppGroupUser -TenantName [TenantName] -HostPoolName [HostPoolName] -AppGroupName “Desktop Application Group” -UserPrincipalName [UPNuserAccount]
That should grant it the correct permissions.
Install-Module -Name Microsoft.RDInfra.RDPowerShell
Add-RdsAppGroupUser -TenantName [TenantName] -HostPoolName [HostPoolName] -AppGroupName “Desktop Application Group” -UserPrincipalName [UPNuserAccount]
That should grant it the correct permissions.
Dad_Amaral
Jun 03, 2020Copper Contributor
Sentry23 - Is there a way to do this via the Azure Portal GUI (vs. Powershell)?