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/add-session-hosts-host-pool.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,6 +219,24 @@ Here's how to create session hosts and register them to a host pool using the Az
219
219
| Confirm password | Reenter the password. |
220
220
</details>
221
221
222
+
<details>
223
+
<summary>To add session hosts on <b>Azure Extended Zones</b>, select to expand this section.</summary>
224
+
225
+
| Parameter | Value/Description |
226
+
|--|--|
227
+
| Resource group | This automatically defaults to the resource group you chose your host pool to be in on the *Basics* tab, but you can also select an alternative. |
228
+
| Name prefix | Enter a name for your session hosts, for example **hp01-sh**.<br /><br />This value is used as the prefix for your session hosts. Each session host has a suffix of a hyphen and then a sequential number added to the end, for example **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. |
229
+
| Virtual machine type | Select **Azure virtual machine**. |
230
+
| Virtual machine location | Select the Azure region where you want to deploy your session hosts. This must be the same region that your virtual network is in. Then select **Deploy to an Azure Extended Zone**. |
231
+
|**Azure Extended Zones**||
232
+
| Azure Extended Zone | Select **Los Angeles**. |
233
+
| Place the session host(s) behind an existing load balancing solution? | Check the box. This will show options for selecting a load balancer and a backend pool.|
234
+
| Select a load balancer | Select an existing load balancer on the virtual network that the session hosts are being deployed to. |
235
+
| Select a backend pool | Select a backend pool on the load balancer to that you want to place the sessions host(s) into. |
236
+
| Availability options | Select from **[availability zones](../reliability/availability-zones-overview.md)**, **[availability set](../virtual-machines/availability-set-overview.md)**, or **No infrastructure dependency required**. If you select availability zones or availability set, complete the extra parameters that appear. |
237
+
| Security type | Select from **Standard**, **[Trusted launch virtual machines](../virtual-machines/trusted-launch.md)**, or **[Confidential virtual machines](../confidential-computing/confidential-vm-overview.md)**.<br /><br />- If you select **Trusted launch virtual machines**, options for **secure boot** and **vTPM** are automatically selected.<br /><br />- If you select **Confidential virtual machines**, options for **secure boot**, **vTPM**, and **integrity monitoring** are automatically selected. You can't opt out of vTPM when using a confidential VM. |
238
+
</details>
239
+
222
240
Once you've completed this tab, select **Next: Tags**.
223
241
224
242
1. On the **Tags** tab, you can optionally enter any name/value pairs you need, then select **Next: Review + create**.
Copy file name to clipboardExpand all lines: articles/virtual-desktop/azure-extended-zones.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Azure Extended Zones are small-footprint extensions of Azure placed in metros, i
20
20
21
21
By deploying Azure Virtual Desktop in an Azure Extended Zone, you can:
22
22
23
-
- Ease low latency and/or data regulation needs for users.
23
+
- Ease low latency and/or data regulation needs for users. Azure Extended Zones uses RDP Shortpath for reduced latency. RDP Shortpath establishes a direct UDP-based transport between a supported Windows Remote Desktop client and session host. See [RDP Shortpath](rdp-shortpath.md) for more information.
24
24
25
25
- Meet data locality requirements. If data residency needs the data to be in a specific location, Azure Extended Zones can guarantee that location.
0 commit comments