Forum Discussion
LucaBerniniKT
Aug 12, 2019Copper Contributor
We could't connect because there are currently no available resources. Try again later or...
Since this morning we receive this error when we try to connect to our application through the Remote Desktop Application: We could't connect because there are currently no available resources. Try...
AS_Streamline
Aug 13, 2019Copper Contributor
LucaBerniniKT Same problem in our environment. Yesterday we were using it, and this morning we are getting this error. Nothing has changed in between. Something down on Microsoft's end?
Masoud515
Nov 19, 2019Copper Contributor
AS_Streamline I am having the same problem.
- SamKa1615Dec 02, 2020Copper Contributor
This work for me.
- Make sure you that you use the right URL
- https://rdweb.wvd.microsoft.com/webclient/index.html
- https://rdweb.wvd.microsoft.com/arm/webclient/index.html
- Make sure that the user has the license ==> https://admin.microsoft.com/Adminportal
- If you didn't add Default desktop users when create your host pool use the following commands
Add-RdsAccount -DeploymentUrl "https://rdbroker.wvd.microsoft.com" # login with you admin@xxxx.onmicrosoft.com
Add-RdsAppGroupUser -Tenantname "AzureTenantName" -Hostpoolname "createdHostpoolName" -AppGroupName "Desktop Application Group" -UserPrincipalName mailto:user@that-has-license.onmicrosoft.com