Skip to content

Commit 4162e99

Browse files
Merge pull request #290196 from dknappettmsft/avd-extended-zones-update
AVD Extended Zones update
2 parents aa4ee4c + 0f38f17 commit 4162e99

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

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

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

9393
- 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).
9494

95-
- An existing [Azure load balancer](../load-balancer/load-balancer-outbound-connections.md) on the virtual network to which you're deploying the session hosts.
95+
- An [Azure load balancer](../load-balancer/load-balancer-outbound-connections.md) with an outbound rule on the virtual network to which you're deploying session hosts. You can use an existing load balancer or you create a new one when adding session hosts.
9696

9797
- 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).
9898

@@ -251,6 +251,7 @@ Here's how to create session hosts and register them to a host pool by using the
251251
| **Confirm password** | Reenter the password. |
252252
| **Custom configuration** | |
253253
| **Custom configuration script URL** | If you want to run a PowerShell script during deployment, you can enter the URL here. |
254+
254255
</details>
255256

256257
<details>
@@ -278,6 +279,7 @@ Here's how to create session hosts and register them to a host pool by using the
278279
| **Username** | Enter a name to use as the local administrator account for the new session hosts. |
279280
| **Password** | Enter a password for the local administrator account. |
280281
| **Confirm password** | Reenter the password. |
282+
281283
</details>
282284

283285
<details>
@@ -288,14 +290,13 @@ Here's how to create session hosts and register them to a host pool by using the
288290
| **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. |
289291
| **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. |
290292
| **Virtual machine type** | Select **Azure virtual machine**. |
291-
| **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**. |
292-
| **Azure Extended Zones** | |
293-
| **Azure Extended Zone** | Select **Los Angeles**. |
294-
| **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.|
295-
| **Select a load balancer** | Select an existing load balancer on the virtual network to which you're deploying the session hosts. |
296-
| **Select a backend pool** | Select a back-end pool on the load balancer in which you want to place the sessions hosts. |
297-
| **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. |
298-
| **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. |
293+
| **Virtual machine location** | Select **Deploy to an Azure Extended Zone**. |
294+
| **Azure Extended Zone** | Select the Extended Zone you require. |
295+
| **Network and security** | |
296+
| **Select a load balancer** | Select an existing Azure load balancer on the same virtual network you want to use for your session hosts, or select **Create a load balancer** to create a new load balancer.|
297+
| **Select a backend pool** | Select a backend pool on the load balancer you want to use for your session hosts. If you're creating a new load balancer, select **Create new** to create a new backend pool for the new load balancer. |
298+
| **Add outbound rule** | If you're creating a new load balancer, select **Create new** to create a new outbound rule for it. |
299+
299300
</details>
300301

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

articles/virtual-desktop/deploy-azure-virtual-desktop.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ In addition to the general prerequisites, you need:
155155

156156
- 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).
157157

158-
- An existing [Azure load balancer](../load-balancer/load-balancer-outbound-connections.md) on the virtual network where you're deploying the session hosts.
158+
- An [Azure load balancer](../load-balancer/load-balancer-outbound-connections.md) with an outbound rule on the virtual network to which you're deploying session hosts. You can use an existing load balancer or you create a new one when adding session hosts.
159159

160160
# [Azure PowerShell](#tab/powershell-standard)
161161

@@ -514,14 +514,12 @@ Here's how to create a host pool by using the Azure portal:
514514
| **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. |
515515
| **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. |
516516
| **Virtual machine type** | Select **Azure virtual machine**. |
517-
| **Virtual machine location** | Select the Azure region where you want to deploy your session hosts. This value must be the same region that contains your virtual network. Then select **Deploy to an Azure Extended Zone**. |
518-
| **Azure Extended Zones** | |
519-
| **Azure Extended Zone** | Select **Los Angeles**. |
520-
| **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.|
521-
| **Select a load balancer** | Select an existing load balancer on the virtual network where you're deploying the session hosts. |
522-
| **Select a backend pool** | Select a back-end pool on the load balancer where you want to place the session hosts. |
523-
| **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. |
524-
| **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. |
517+
| **Virtual machine location** | Select **Deploy to an Azure Extended Zone**. |
518+
| **Azure Extended Zone** | Select the Extended Zone you require. |
519+
| **Network and security** | |
520+
| **Select a load balancer** | Select an existing Azure load balancer on the same virtual network you want to use for your session hosts, or select **Create a load balancer** to create a new load balancer.|
521+
| **Select a backend pool** | Select a backend pool on the load balancer you want to use for your session hosts. If you're creating a new load balancer, select **Create new** to create a new backend pool for the new load balancer. |
522+
| **Add outbound rule** | If you're creating a new load balancer, select **Create new** to create a new outbound rule for it. |
525523

526524
</details>
527525

0 commit comments

Comments
 (0)