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
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ For a general idea of what's required, such as supported operating systems, virt
61
61
62
62
- Your Azure subscription registered with the respective Azure Extended Zone. For more information, see [Request access to an Azure Extended Zone](../extended-zones/request-access.md).
63
63
64
-
- An existing [Azure load balancer](../load-balancer/load-balancer-outbound-connections.md) on the virtual network to which you're deploying the session hosts.
64
+
- An [Azure load balancer](../load-balancer/load-balancer-outbound-connections.md)with an outbound rule, on the virtual network where you're deploying the session hosts. This can be an existing load balancer or you create a new within the host pool deployment.
65
65
66
66
- If you want to use the Azure CLI or Azure PowerShell locally, see [Use the Azure CLI and Azure PowerShell with Azure Virtual Desktop](cli-powershell.md) to make sure you have the [desktopvirtualization](/cli/azure/desktopvirtualization) Azure CLI extension or the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization) Azure PowerShell module installed. Alternatively, use [Azure Cloud Shell](../cloud-shell/overview.md).
67
67
@@ -232,14 +232,12 @@ Here's how to create session hosts and register them to a host pool by using the
232
232
|**Resource group**| This value defaults to the resource group that you chose to contain your host pool on the **Basics** tab, but you can select an alternative. |
233
233
|**Name prefix**| Enter a name prefix for your session hosts, such as **hp01-sh**.<br /><br />Each session host has a suffix of a hyphen and then a sequential number added to the end, such as **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. |
|**Virtual machine location**| Select the Azure region where you want to deploy your session hosts. It must be the same region that contains your virtual network. Then select **Deploy to an Azure Extended Zone**. |
|**Place the session host(s) behind an existing load balancing solution?**| Select the box. This action shows options for selecting a load balancer and a back-end pool.|
239
-
|**Select a load balancer**| Select an existing load balancer on the virtual network to which you're deploying the session hosts. |
240
-
|**Select a backend pool**| Select a back-end pool on the load balancer in which you want to place the sessions hosts. |
241
-
|**Availability options**| Select from [availability zones](/azure/reliability/availability-zones-overview), [availability set](/azure/virtual-machines/availability-set-overview), or **No infrastructure dependency required**. If you select **availability zones** or **availability set**, complete the extra parameters that appear. |
242
-
|**Security type**| Select from **Standard**, [Trusted launch virtual machines](/azure/virtual-machines/trusted-launch), or [Confidential virtual machines](/azure/confidential-computing/confidential-vm-overview).<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. |
235
+
|**Virtual machine location**| Select the **Deploy to an Azure Extended Zone** link. |
236
+
|**Azure Extended Zone**| Select the Extended Zone you require. |
237
+
|**Network and security**||
238
+
|**Select a load balancer**| Select an existing load balancer on the same virtual network where you're deploying the session hosts. Or click on **Create a load balancer** to create a new Azure load balancer.|
239
+
|**Select a backend pool**| Select a back-end pool on the load balancer where you want to place the session hosts. Or if you are creating a new Azure load balancer, click on **Create new** to create a new backend pool in the new Azure load balancer |
240
+
|**Add outbound rule**| If you are creating a new Azure load balancer, click on **Create new** to create a new outbound in the new Azure load balancer. |
243
241
</details>
244
242
245
243
After you complete this tab, select **Next: Tags**.
0 commit comments