remote application assignment with remote desktop application

mohit tomar 0 Reputation points
2024-12-24T20:56:03.55+00:00

User have the assignment to Remote desktop application which works fine as user is able to login remote desktop. Now, i have assigned some remoteapp to the user like notepad and paint.

After user login to remote desktop client, still only desktop app is visible while other remoteapp icon is not visible.

here, if i remove desktopapp assignment then user is able to see remoteapp (notepad, paint) but now desktopapp is already removed.

how can both type of remote application (desktop app and remoteapp) be visible at the same time?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,172 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,653 questions
0 comments No comments
{count} votes

Accepted answer
  1. Marcin Policht 29,885 Reputation points MVP
    2024-12-24T21:08:47.62+00:00

    This is expected (by design). Azure Virtual Desktop does not support assigning both a desktop application group and a RemoteApp application group from the same host pool to a single user or group. When you assign one type, it overrides the other.

    Details are available at https://learn.microsoft.com/en-us/azure/virtual-desktop/preferred-application-group-type

    To allow users to see both the desktop app and RemoteApps, you would need to create separate host pools:

    • Assign the desktop application group to one host pool (e.g., HostPool1).
    • Assign the RemoteApp application group to a different host pool (e.g., HostPool2).
    • Ensure that the session hosts in both pools are configured as needed to support the same users.

    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. mohit tomar 0 Reputation points
    2024-12-24T21:20:17.4733333+00:00

    Go to Hostpool> properties and select your preference.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.