Skip to content

Commit f10bf6a

Browse files
Merge pull request #247255 from dknappettmsft/avd-clarify-tutorial-purpose
AVD clarify tutorial purpose
2 parents 85cdd90 + ee8a8f3 commit f10bf6a

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

articles/virtual-desktop/tutorial-create-connect-personal-desktop.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,24 @@ description: This tutorial shows you how to deploy Azure Virtual Desktop with a
44
ms.topic: tutorial
55
author: dknappettmsft
66
ms.author: daknappe
7-
ms.date: 11/15/2022
7+
ms.date: 08/03/2023
88
---
99

1010
# Tutorial: Create and connect to a Windows 11 desktop with Azure Virtual Desktop
1111

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).
1313

14-
You will:
14+
You will deploy a sample infrastructure by:
1515

1616
> [!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).
2225
2326
## Prerequisites
2427

@@ -54,7 +57,7 @@ To create a personal host pool, workspace, application group, and session host V
5457
| Host pool name | Enter a name for the host pool, for example *aad-hp01*. |
5558
| Location | Select the Azure region from the list where the host pool, workspace, and application group will be deployed. |
5659
| 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. |
5861
| **Host pool type** | |
5962
| 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**. |
6063
| 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
194197

195198
## Next steps
196199

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

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).
200207
- Manage user profiles using [FSLogix profile containers and Azure Files](create-profile-container-azure-ad.md).
208+
- [Understand network connectivity](network-connectivity.md).
209+
- Learn about [supported identities and authentication methods](authentication.md)
201210
- [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).
202211
- [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).
204212
- Learn about [session host virtual machine sizing guidelines](/windows-server/remote/remote-desktop-services/virtual-machine-recs?toc=%2Fazure%2Fvirtual-desktop%2Ftoc.json).
205213
- [Use Microsoft Teams on Azure Virtual Desktop](teams-on-avd.md).
206214
- [Monitor your deployment with Azure Virtual Desktop Insights](azure-monitor.md).

0 commit comments

Comments
 (0)