You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-desktop/environment-setup.md
+27-18Lines changed: 27 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
title: Azure Virtual Desktop environment - Azure
3
-
description: Learn about the basic elements of a Azure Virtual Desktop environment, like host pools and app groups.
3
+
description: Learn about the basic elements of an Azure Virtual Desktop environment, like host pools and app groups.
4
4
author: Heidilohr
5
5
ms.topic: conceptual
6
-
ms.date: 05/02/2022
6
+
ms.date: 10/24/2022
7
7
ms.author: helohr
8
8
manager: femila
9
9
---
@@ -27,32 +27,41 @@ You can set additional properties on the host pool to change its load-balancing
27
27
28
28
## App groups
29
29
30
-
An app group is a logical grouping of applications installed on session hosts in the host pool. An app group can be one of two types:
30
+
An app group is a logical grouping of applications installed on session hosts in the host pool.
31
31
32
-
- RemoteApp, where users access the RemoteApps you individually select and publish to the app group
33
-
- Desktop, where users access the full desktop
32
+
An app group can be one of two types:
34
33
35
-
By default, a desktop app group (named "Desktop Application Group") is automatically created whenever you create a host pool. You can remove this app group at any time. However, you can't create another desktop app group in the host pool while a desktop app group exists. To publish RemoteApps, you must create a RemoteApp app group. You can create multiple RemoteApp app groups to accommodate different worker scenarios. Different RemoteApp app groups can also contain overlapping RemoteApps.
34
+
- RemoteApp, where users access the RemoteApps you individually select and publish to the app group
35
+
- Desktop, where users access the full desktop.
36
+
37
+
Each host pool has a preferred app group type that dictates whether users see RemoteApp or Desktop apps in their feed if both resources have been published to the same user. By default, Azure Virtual Desktop automatically creates a Desktop app group named "Desktop Application Group" whenever you create a host pool and sets the host pool's preferred app group type to **Desktop**. You can remove the Desktop app group at any time. If you want your users to only see RemoteApps in their feed, you should set the **Preferred App Group Type** value to **RemoteApp**. You can't create another Desktop app group in the host pool while a Desktop app group exists.
36
38
37
-
To publish resources to users, you must assign them to app groups. When assigning users to app groups, consider the following things:
39
+
You must create a RemoteApp app group to publish RemoteApp apps. You can create multiple RemoteApp app groups to accommodate different worker scenarios. Different RemoteApp app groups can also contain overlapping RemoteApps. To publish resources to users, you must assign them to app groups.
38
40
39
-
- 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:
40
-
- The session hosts become overloaded
41
-
- Users get stuck when trying to login
42
-
- Connections won't work
43
-
- The screen turns black
44
-
- The application crashes
45
-
- Other negative effects on end-user experience and session performance
46
-
- 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.
47
-
- Personal host pools only allow and support RemoteApp app groups.
41
+
When assigning users to app groups, consider the following things:
42
+
43
+
- Azure Virtual Desktop doesn't support assigning both RemoteApp and Desktop app groups in a single host pool to the same user. Doing so will cause that user to have two user sessions in a single host pool at the same time. Users aren't supposed to have two user sessions in a single host pool, as this can cause the following things to happen:
44
+
45
+
- The session hosts become overloaded.
46
+
- Users get stuck when trying to sign in.
47
+
- Connections won't work.
48
+
- The screen turns black.
49
+
- The application crashes.
50
+
- Other negative effects on end-user experience and session performance.
51
+
52
+
- You can assign a user to multiple app groups within the same host pool. Their feed will show apps from all their assigned app groups.
53
+
- Personal host pools only allow and support RemoteApp app groups.
54
+
55
+
>[!NOTE]
56
+
>If your host pool’s Preferred App Group Type is set to **Undefined**, that means that you haven’t set the value yet. You must finish configuring your host pool by setting its Preferred App Group Type before you start using it to prevent app incompatibility and session host overload issues.
48
57
49
58
## Workspaces
50
59
51
60
A workspace is a logical grouping of application groups in Azure Virtual Desktop. Each Azure Virtual Desktop application group must be associated with a workspace for users to see the remote apps and desktops published to them.
52
61
53
62
## End users
54
63
55
-
After you've assigned users to their app groups, they can connect to a Azure Virtual Desktop deployment with any of the Azure Virtual Desktop clients.
64
+
After you've assigned users to their app groups, they can connect to an Azure Virtual Desktop deployment with any of the Azure Virtual Desktop clients.
56
65
57
66
## User sessions
58
67
@@ -82,4 +91,4 @@ To learn how to connect to Azure Virtual Desktop, see one of the following artic
82
91
-[Connect with a web browser](./user-documentation/connect-web.md)
83
92
-[Connect with the Android client](./user-documentation/connect-android.md)
84
93
-[Connect with the macOS client](./user-documentation/connect-macos.md)
85
-
-[Connect with the iOS client](./user-documentation/connect-ios.md)
94
+
-[Connect with the iOS client](./user-documentation/connect-ios.md)
0 commit comments