Skip to content

Commit a829732

Browse files
authored
Update add-session-hosts-host-pool.md
Made some updates to the Extended Zones section based upon changes for production
1 parent 7b7f819 commit a829732

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

articles/virtual-desktop/add-session-hosts-host-pool.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ For a general idea of what's required, such as supported operating systems, virt
6161

6262
- 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).
6363

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.
6565

6666
- 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).
6767

@@ -232,14 +232,12 @@ Here's how to create session hosts and register them to a host pool by using the
232232
| **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. |
233233
| **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. |
234234
| **Virtual machine type** | Select **Azure virtual machine**. |
235-
| **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**. |
236-
| **Azure Extended Zones** | |
237-
| **Azure Extended Zone** | Select **Los Angeles**. |
238-
| **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. |
243241
</details>
244242

245243
After you complete this tab, select **Next: Tags**.

0 commit comments

Comments
 (0)