Skip to content

Commit ca3cb4c

Browse files
Merge pull request #248155 from dknappettmsft/avd-tutorial-freshness
AVD tutorial freshness pass and custom configuration UI changes
2 parents cbcebf5 + 4602e54 commit ca3cb4c

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

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

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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: 08/03/2023
7+
ms.date: 08/14/2023
88
---
99

1010
# Tutorial: Create and connect to a Windows 11 desktop with Azure Virtual Desktop
@@ -29,7 +29,7 @@ You'll need:
2929

3030
- An Azure account with an active subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
3131

32-
- The account must be assigned the *Owner* or *Contributor* built-in [role-based access control (RBAC) roles](../role-based-access-control/role-assignments-portal.md) on the subscription.
32+
- The account must be assigned the *Owner* or *Contributor* built-in role-based access control (RBAC) role on the subscription, or on an resource group. For more information, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.md).
3333

3434
- A [virtual network](../virtual-network/quick-create-portal.md) in the same Azure region you want to deploy your session hosts to.
3535

@@ -64,7 +64,7 @@ To create a personal host pool, workspace, application group, and session host V
6464

6565
Once you've completed this tab, select **Next: Networking**.
6666

67-
1. On the **Networking** tab, select **Enable public access from all networks**, where end users can access the feed and session hosts securely over the public internet or the private endpoints. Once you've completed this tab, select **Next: Virtual Machines**.
67+
1. On the **Networking** tab, select **Enable public access from all networks**, where end users can access the feed and session hosts securely over the public internet. Once you've completed this tab, select **Next: Virtual Machines**.
6868

6969
1. On the **Virtual machines** tab, complete the following information:
7070

@@ -75,16 +75,16 @@ To create a personal host pool, workspace, application group, and session host V
7575
| Name prefix | Enter a name for your session hosts, for example **aad-hp01-sh**.<br /><br />This will be used as the prefix for your session host VMs. Each session host has a suffix of a hyphen and then a sequential number added to the end, for example **aad-hp01-sh-0**.<br /><br />This name prefix can be a maximum of 11 characters and is used in the computer name in the operating system. The prefix and the suffix combined can be a maximum of 15 characters. Session host names must be unique. |
7676
| Virtual machine location | Select the Azure region where your session host VMs will be deployed. This must be the same region that your virtual network is in. |
7777
| Availability options | Select **No infrastructure dependency required**. This means that your session host VMs won't be deployed in an availability set or in availability zones. |
78-
| Security type | Select **Standard**. |
78+
| Security type | Select **Trusted launch virtual machines**. Leave the subsequent defaults of **Enable secure boot** and **Enable vTPM** checked, and **Integrity monitoring** unchecked. For more information, see [Trusted launch](security-guide.md#trusted-launch). |
7979
| Image | Select **Windows 11 Enterprise, version 22H2**. |
8080
| Virtual machine size | Accept the default SKU. If you want to use a different SKU, select **Change size**, then select from the list. |
8181
| Number of VMs | Enter **1** as a minimum. You can deploy up to 400 session host VMs at this point if you wish, or you can add more later.<br /><br />With a personal host pool, each session host can only be assigned to one user, so you'll need one session host for each user connecting to this host pool. Once you've completed this tutorial, you can create a pooled host pool, where multiple users can connect to the same session host. |
8282
| OS disk type | Select **Premium SSD** for best performance. |
8383
| Boot Diagnostics | Select **Enable with managed storage account (recommended)**. |
8484
| **Network and security** | |
85-
| Virtual network | Select your virtual network. |
85+
| Virtual network | Select your virtual network and subnet to connect session hosts to. |
8686
| Network security group | Select **Basic**. |
87-
| Public inbound ports | Select **No**. |
87+
| Public inbound ports | Select **No** as you don't need to open inbound ports to connect to Azure Virtual Desktop. Learn more at [Understanding Azure Virtual Desktop network connectivity](network-connectivity.md). |
8888
| **Domain to join** | |
8989
| Select which directory you would like to join | Select **Azure Active Directory**. |
9090
| Enroll VM with Intune | Select **No.** |
@@ -93,8 +93,7 @@ To create a personal host pool, workspace, application group, and session host V
9393
| Password | Enter a password for the local administrator account. |
9494
| Confirm password | Re-enter the password. |
9595
| **Custom configuration** | |
96-
| ARM template file URL | Leave this blank. |
97-
| ARM template parameter file URL | Leave this blank. |
96+
| Custom configuration script URL | Leave this blank. |
9897

9998
Once you've completed this tab, select **Next: Workspace**.
10099

@@ -105,7 +104,7 @@ To create a personal host pool, workspace, application group, and session host V
105104
| Register desktop app group | Select **Yes**. This registers the default desktop application group to the selected workspace. |
106105
| To this workspace | Select **Create new** and enter a name, for example **aad-ws01**. |
107106

108-
Once you've completed this tab, select **Next: Review + create**.
107+
Once you've completed this tab, select **Next: Review + create**. You don't need to complete the other tabs.
109108

110109
1. On the **Review + create** tab, ensure validation passes and review the information that will be used during deployment. If validation doesn't pass, review the error message and check what you entered in each tab.
111110

0 commit comments

Comments
 (0)