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
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ For a general idea of what's required, such as supported operating systems, virt
92
92
93
93
- 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).
94
94
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.
96
96
97
97
- 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).
98
98
@@ -251,6 +251,7 @@ Here's how to create session hosts and register them to a host pool by using the
251
251
|**Confirm password**| Reenter the password. |
252
252
|**Custom configuration**||
253
253
|**Custom configuration script URL**| If you want to run a PowerShell script during deployment, you can enter the URL here. |
254
+
254
255
</details>
255
256
256
257
<details>
@@ -278,6 +279,7 @@ Here's how to create session hosts and register them to a host pool by using the
278
279
|**Username**| Enter a name to use as the local administrator account for the new session hosts. |
279
280
|**Password**| Enter a password for the local administrator account. |
280
281
|**Confirm password**| Reenter the password. |
282
+
281
283
</details>
282
284
283
285
<details>
@@ -288,14 +290,13 @@ Here's how to create session hosts and register them to a host pool by using the
288
290
|**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. |
289
291
|**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.|
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
+
299
300
</details>
300
301
301
302
After you complete this tab, select **Next: Tags**.
Copy file name to clipboardExpand all lines: articles/virtual-desktop/deploy-azure-virtual-desktop.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
@@ -155,7 +155,7 @@ In addition to the general prerequisites, you need:
155
155
156
156
- 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).
157
157
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.
159
159
160
160
# [Azure PowerShell](#tab/powershell-standard)
161
161
@@ -514,14 +514,12 @@ Here's how to create a host pool by using the Azure portal:
514
514
|**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. |
515
515
|**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. This value 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.|
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. |
0 commit comments