Skip to content

Commit b87fee9

Browse files
Merge pull request #196682 from Heidilohr/work-user-sessions
Adding user session information to environment article.
2 parents bd18b27 + 0732078 commit b87fee9

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

articles/virtual-desktop/environment-setup.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Virtual Desktop environment - Azure
33
description: Learn about the basic elements of a Azure Virtual Desktop environment, like host pools and app groups.
44
author: Heidilohr
55
ms.topic: conceptual
6-
ms.date: 04/30/2020
6+
ms.date: 05/02/2022
77
ms.author: helohr
88
manager: femila
99
---
@@ -53,6 +53,22 @@ A workspace is a logical grouping of application groups in Azure Virtual Desktop
5353

5454
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.
5555

56+
## User sessions
57+
58+
In this section, we'll go over each of the three types of user sessions that end users can have.
59+
60+
### Active user session
61+
62+
A user session is considered "active" when a user signs in and connects to their remote app or desktop resource.
63+
64+
### Disconnected user session
65+
66+
A disconnected user session is an inactive session that the user hasn't signed out of yet. When a user closes the remote session window without signing out, the session becomes disconnected. When a user reconnects to their remote resources, they'll be redirected to their disconnected session on the session host they were working on. At this point, the disconnected session becomes an active session again.
67+
68+
### Pending user session
69+
70+
A pending user session is a placeholder session that reserves a spot on the load-balanced virtual machine for the user. Because the sign-in process can take anywhere from 30 seconds to five minutes depending on the user profile, this placeholder session ensures that the user won't be kicked out of their session if another user completes their sign-in process first.
71+
5672
## Next steps
5773

5874
Learn more about delegated access and how to assign roles to users at [Delegated Access in Azure Virtual Desktop](delegated-access-virtual-desktop.md).

0 commit comments

Comments
 (0)