Skip to content

Commit 7d185ed

Browse files
authored
Merge pull request #27 from dknappettmsft/avd-multipd
Updates to multi-pd
2 parents 1a3eaad + 0c62336 commit 7d185ed

File tree

3 files changed

+131
-102
lines changed

3 files changed

+131
-102
lines changed

articles/virtual-desktop/configure-host-pool-load-balancing.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: How to configure the load balancing method for pooled host pools in
44
ms.topic: how-to
55
author: sipastak
66
ms.author: sipastak
7-
ms.date: 07/09/2024
7+
ms.date: 03/20/2025
88
---
99

1010
# Configure host pool load balancing in Azure Virtual Desktop
@@ -124,8 +124,8 @@ Here's how to configure load balancing with Azure PowerShell. Be sure to change
124124
contosohp01 DepthFirst 10
125125
```
126126

127-
> [!TIP]
128-
> Another value for `LoadBalancerType` is `MultiplePersistent`, which is used for assigning a multiple personal desktops to a single user. For more information, see [Enable multi-personal desktop assignment](configure-host-pool-personal-desktop-assignment-type.md#enable-multi-personal-desktop-assignment).
127+
> [!NOTE]
128+
> There are other values for the parameter `LoadBalancerType`, such as `Persistent` and `MultiplePersistent`. These are for personal host pools and not relevant to pooled host pools. To learn more about multi-personal desktop assignment, see [Enable multi-personal desktop assignment](configure-host-pool-personal-desktop-assignment-type.md#enable-multi-personal-desktop-assignment).
129129
130130
### [Azure CLI](#tab/cli)
131131

@@ -172,6 +172,9 @@ Here's how to configure load balancing with Azure CLI:
172172
contosohp01 DepthFirst 10
173173
```
174174

175+
> [!NOTE]
176+
> There is also the value of `Persistent` for the parameter `LoadBalancerType`. This value is for personal host pools and not relevant to pooled host pools.
177+
175178
---
176179

177180
> [!NOTE]

0 commit comments

Comments
 (0)