Skip to content

Commit bf8ff67

Browse files
authored
Merge pull request #279591 from sipastak/avd-multipd
AVD multi-pd assignment
2 parents b4487ad + b1ff943 commit bf8ff67

File tree

3 files changed

+210
-53
lines changed

3 files changed

+210
-53
lines changed

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

Lines changed: 7 additions & 1 deletion
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: 06/11/2024
7+
ms.date: 03/20/2025
88
---
99

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

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-multiple-personal-desktop-assignment).
129+
127130
### [Azure CLI](#tab/cli)
128131

129132
Here's how to configure load balancing with Azure CLI:
@@ -169,6 +172,9 @@ Here's how to configure load balancing with Azure CLI:
169172
contosohp01 DepthFirst 10
170173
```
171174

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+
172178
---
173179

174180
> [!NOTE]

0 commit comments

Comments
 (0)