Skip to content

Commit 289e4e4

Browse files
authored
Merge pull request #214798 from Heidilohr/work-grouptype
Updating wording in app group section.
2 parents 8d78480 + 412008d commit 289e4e4

File tree

1 file changed

+27
-18
lines changed

1 file changed

+27
-18
lines changed

articles/virtual-desktop/environment-setup.md

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
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.
44
author: Heidilohr
55
ms.topic: conceptual
6-
ms.date: 05/02/2022
6+
ms.date: 10/24/2022
77
ms.author: helohr
88
manager: femila
99
---
@@ -27,32 +27,41 @@ You can set additional properties on the host pool to change its load-balancing
2727

2828
## App groups
2929

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.
3131

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:
3433

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.
3638

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.
3840

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.
4857
4958
## Workspaces
5059

5160
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.
5261

5362
## End users
5463

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.
5665

5766
## User sessions
5867

@@ -82,4 +91,4 @@ To learn how to connect to Azure Virtual Desktop, see one of the following artic
8291
- [Connect with a web browser](./user-documentation/connect-web.md)
8392
- [Connect with the Android client](./user-documentation/connect-android.md)
8493
- [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

Comments
 (0)