Why does AVD create 2 instances for the same user?

Matthew Laukala 1 Reputation point
2022-04-27T17:40:55.757+00:00

We have a system where users can either open an app remotely and/or open the entire desktop.
Some users need both a remote app and the remote desktop open at the same time. This results is the user having multiple user instances running on the remote for the same user.
Can someone explain to me why this is, if it is a bug or intended and if there is a solution to use a single instance for both remote apps and remote desktops for the same user.

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,368 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. kobulloc-MSFT 23,496 Reputation points Microsoft Employee
    2022-04-27T23:23:34.693+00:00

    Hello, @Matthew Laukala !

    Creating multiple instances for the app and desktop group is by design for Azure Virtual Desktop (single instances are not supported). The documentation goes into a bit more detail:

    https://learn.microsoft.com/en-us/azure/virtual-desktop/environment-setup#app-groups

    To publish resources to users, you must assign them to app groups. When assigning users to app groups, consider the following things:

    • We don't support assigning both the RemoteApp and desktop app groups in a single host pool to the same user. Doing so will cause a single user to have two user sessions in a single host pool. Users aren't supposed to have two active user sessions at the same time, as this can cause the following things to happen:
    ◦ The session hosts become overloaded
    ◦ Users get stuck when trying to login
    ◦ Connections won't work
    ◦ The screen turns black
    ◦ The application crashes
    ◦ Other negative effects on end-user experience and session performance
    • A user can be assigned to multiple app groups within the same host pool, and their feed will be an accumulation of both app groups.

    0 comments No comments