Skip to content

Commit 3fa2add

Browse files
Merge pull request #244998 from dknappettmsft/avd-pl-network-tab
AVD added networking tab to create host pool portal workflow
2 parents 7057c9f + fe78d43 commit 3fa2add

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

articles/virtual-desktop/create-host-pool.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,17 @@ Here's how to create a host pool using the Azure portal.
133133
| Host pool type | Select whether your host pool will be Personal or Pooled.<br /><br />If you select **Personal**, a new option will appear for **Assignment type**. Select either **Automatic** or **Direct**.<br /><br />If you select **Pooled**, two new options will appear for **Load balancing algorithm** and **Max session limit**.<br /><br />- For **Load balancing algorithm**, choose either **breadth-first** or **depth-first**, based on your usage pattern.<br /><br />- For **Max session limit**, enter the maximum number of users you want load-balanced to a single session host. |
134134

135135
> [!TIP]
136-
> Once you've completed this tab, you can continue to optionally create session hosts, a workspace, register the default desktop application group from this host pool, and enable diagnostics settings. Alternatively, if you want to create and configure these separately, select **Next: Review + create** and go to step 9.
136+
> Once you've completed this tab, you can continue to optionally configure networking, create session hosts, a workspace, register the default desktop application group from this host pool, and enable diagnostics settings. Alternatively, if you want to create and configure these separately, select **Next: Review + create** and go to step 10.
137+
138+
1. *Optional*: On the **Networking** tab, select how end users and session hosts will connect to the Azure Virtual Desktop service. You also need to configure Azure Private Link to use private access. For more information, see [Azure Private Link with Azure Virtual Desktop](private-link-overview.md).
139+
140+
| Parameter | Value/Description |
141+
|--|--|
142+
| **Enable public access from all networks** | End users can access the feed and session hosts securely over the public internet or the private endpoints. |
143+
| **Enable public access for end users, use private access for session hosts** | End users can access the feed securely over the public internet but must use private endpoints to access session hosts. |
144+
| **Disable public access and use private access** | End users can only access the feed and session hosts over the private endpoints. |
145+
146+
Once you've completed this tab, select **Next: Virtual Machines**.
137147

138148
1. *Optional*: If you want to add session hosts in this process, on the **Virtual machines** tab, complete the following information:
139149

articles/virtual-desktop/private-link-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -771,8 +771,8 @@ With Azure Virtual Desktop, you can independently control public traffic for wor
771771

772772
| Setting | Description |
773773
|--|--|
774-
| **Enable public access from all networks** | End users can access the feed and session hosts over the public internet or the private endpoints. |
775-
| **Enable public access for end users, use private access for session hosts** | End users can access the feed over the public internet but must use private endpoints to access session hosts. |
774+
| **Enable public access from all networks** | End users can access the feed and session hosts securely over the public internet or the private endpoints. |
775+
| **Enable public access for end users, use private access for session hosts** | End users can access the feed securely over the public internet but must use private endpoints to access session hosts. |
776776
| **Disable public access and use private access** | End users can only access the feed and session hosts over the private endpoints. |
777777

778778
1. Select **Save**.

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ To create a personal host pool, workspace, application group, and session host V
5959
| 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**. |
6060
| 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. |
6161

62-
Once you've completed this tab, select **Next: Virtual Machines**.
62+
Once you've completed this tab, select **Next: Networking**.
63+
64+
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**.
6365

6466
1. On the **Virtual machines** tab, complete the following information:
6567

0 commit comments

Comments
 (0)