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/tutorial-create-connect-personal-desktop.md
+20-12Lines changed: 20 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,24 @@ description: This tutorial shows you how to deploy Azure Virtual Desktop with a
4
4
ms.topic: tutorial
5
5
author: dknappettmsft
6
6
ms.author: daknappe
7
-
ms.date: 11/15/2022
7
+
ms.date: 08/03/2023
8
8
---
9
9
10
10
# Tutorial: Create and connect to a Windows 11 desktop with Azure Virtual Desktop
11
11
12
-
Azure Virtual Desktop is a desktop and app virtualization service that runs on the cloud. This tutorial shows you a simple method to deploy a *Windows 11 Enterprise* desktop in Azure Virtual Desktop using the Azure portal and how to connect to it. To learn more about the terminology used for Azure Virtual Desktop, see [Azure Virtual Desktop terminology](environment-setup.md).
12
+
Azure Virtual Desktop is a desktop and app virtualization service that runs on the cloud. This tutorial shows you how to deploy a *Windows 11 Enterprise* desktop in Azure Virtual Desktop using the Azure portal and how to connect to it. To learn more about the terminology used for Azure Virtual Desktop, see [Azure Virtual Desktop terminology](environment-setup.md).
13
13
14
-
You will:
14
+
You will deploy a sample infrastructure by:
15
15
16
16
> [!div class="checklist"]
17
-
> * Create a personal host pool.
18
-
> * Create a session host virtual machine (VM) joined to your Azure Active Directory tenant with Windows 11 Enterprise and add it to the host pool.
19
-
> * Create a workspace and an application group that publishes a desktop to the session host VM.
20
-
> * Assign users to the application group.
21
-
> * Connect to the desktop.
17
+
> * Creating a personal host pool.
18
+
> * Creating a session host virtual machine (VM) joined to your Azure Active Directory tenant with Windows 11 Enterprise and add it to the host pool.
19
+
> * Creating a workspace and an application group that publishes a desktop to the session host VM.
20
+
> * Assigning users to the application group.
21
+
> * Connecting to the desktop.
22
+
23
+
> [!TIP]
24
+
> This tutorial shows a simple way you can get started with Azure Virtual Desktop. It doesn't provide an in-depth guide of the different options or using more [restrictive permissions](/security/zero-trust/azure-infrastructure-avd). For more advanced scenarios or some suggestions of what else you can configure, see some of the articles we list in [Next steps](#next-steps).
22
25
23
26
## Prerequisites
24
27
@@ -54,7 +57,7 @@ To create a personal host pool, workspace, application group, and session host V
54
57
| Host pool name | Enter a name for the host pool, for example *aad-hp01*. |
55
58
| Location | Select the Azure region from the list where the host pool, workspace, and application group will be deployed. |
56
59
| Validation environment | Select **No**. This setting enables your host pool to receive service updates before all other production host pools, but isn't needed for this tutorial.|
57
-
| Preferred app group type | Select **Desktop**. This setting designates what type of resource users see in their feed if they're assigned both *Desktop* and *RemoteApp* application groups in the same host pool.|
60
+
| Preferred app group type | Select **Desktop**. With this personal host pool, you'll publish a desktop, but you won't also be able to add a RemoteApp application group to publish applications separately. See [Next steps](#next-steps) for more advanced scenarios. |
58
61
|**Host pool type**||
59
62
| Host pool type | Select **Personal**. This means that end users have a dedicated assigned session host that they'll always connect to. Selecting **Personal** shows a new option for **Assignment type**. |
60
63
| Assignment type | Select **Automatic**. Automatic assignment means that a user will automatically get assigned the first available session host when they first sign in, which will then be dedicated to that user. |
@@ -194,13 +197,18 @@ Select the relevant tab below and follow the steps, depending on which Remote De
194
197
195
198
## Next steps
196
199
197
-
Now that you've created and connected to a Windows 11 desktop with Azure Virtual Desktop there's much more you can do. For example you can:
200
+
Now that you've created and connected to a Windows 11 desktop with Azure Virtual Desktop there's much more you can do. For suggestions of more advanced scenarios, see:
198
201
199
-
-[Create a pooled host pool](create-host-pool.md), where multiple users can connect to the same session host at the same time.
202
+
- Deploy Azure Virtual Desktop:
203
+
-[Create a host pool](create-host-pool.md), where if you select a pooled host pool, multiple users can connect to the same session host at the same time, and you can publish a desktop and publish applications with RemoteApp at the same time.
204
+
-[Create an application group, a workspace, and assign users](create-application-group-workspace.md).
205
+
-[Add session hosts to a host pool](add-session-hosts-host-pool.md).
206
+
-[Publish applications](manage-app-groups.md).
200
207
- Manage user profiles using [FSLogix profile containers and Azure Files](create-profile-container-azure-ad.md).
- Learn about [supported identities and authentication methods](authentication.md)
201
210
-[Set up email discovery to subscribe to Azure Virtual Desktop](/windows-server/remote/remote-desktop-services/rds-email-discovery?toc=%2Fazure%2Fvirtual-desktop%2Ftoc.json).
202
211
-[Configure single sign-on for Azure Virtual Desktop using Azure AD Authentication](configure-single-sign-on.md).
203
-
-[Add session hosts to a host pool](add-session-hosts-host-pool.md).
204
212
- Learn about [session host virtual machine sizing guidelines](/windows-server/remote/remote-desktop-services/virtual-machine-recs?toc=%2Fazure%2Fvirtual-desktop%2Ftoc.json).
205
213
-[Use Microsoft Teams on Azure Virtual Desktop](teams-on-avd.md).
206
214
-[Monitor your deployment with Azure Virtual Desktop Insights](azure-monitor.md).
0 commit comments