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...
tommy_barnes
Jun 19, 2019Brass Contributor
Thanks I am still having issues where I can login fine but it is now showing up as an available application a co-worker testing with me got this error
The+signed+in+user+%27%7bEmailHidden%7d%27+is+not+assigned+to+a+role+for+the+application
I am trying to figure out what the permissions is needed and where!
Sentry23
Jul 19, 2019Copper 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_AmaralJun 03, 2020Copper Contributor
Sentry23 - Is there a way to do this via the Azure Portal GUI (vs. Powershell)?