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/autoscale-scaling-plan.md
+36-2Lines changed: 36 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Create an autoscale scaling plan for Azure Virtual Desktop
3
3
description: How to create an autoscale scaling plan to optimize deployment costs.
4
4
author: Heidilohr
5
5
ms.topic: how-to
6
-
ms.date: 07/18/2023
6
+
ms.date: 01/10/2024
7
7
ms.author: helohr
8
8
manager: femila
9
9
ms.custom: references_regions
@@ -207,11 +207,45 @@ To edit an existing scaling plan:
207
207
208
208
1. To edit the plan's friendly name, description, time zone, or exclusion tags, go to the **Properties** tab.
209
209
210
+
## Assign scaling plans to existing host pools
211
+
212
+
You can assign a scaling plan to any existing host pools in your deployment. When you assign a scaling plan to your host pool, the plan will apply to all session hosts within that host pool. The scaling plan also automatically applies to any new session hosts you create in the assigned host pool.
213
+
214
+
If you disable a scaling plan, all assigned resources will remain in the state they were in at the time you disabled it.
215
+
216
+
### Assign a scaling plan to a single existing host pool
217
+
To assign a scaling plan to an existing host pool:
218
+
219
+
1. Open the [Azure portal](https://portal.azure.com).
220
+
221
+
1. In the search bar, type *Azure Virtual Desktop* and select the matching service entry.
222
+
223
+
1. Select **Host pools**, and select the host pool you want to assign the scaling plan to.
224
+
225
+
1. Under the **Settings** heading, select **Scaling plan**, and then select **+ Assign**. Select the scaling plan you want to assign and select **Assign**. The scaling plan must be in the same Azure region as the host pool and the scaling plan's host pool type must match the type of host pool that you're trying to assign it to.
226
+
227
+
> [!TIP]
228
+
> If you've enabled the scaling plan during deployment, then you'll also have the option to disable the plan for the selected host pool in the **Scaling plan** menu by unselecting the **Enable autoscale** checkbox, as shown in the following screenshot.
229
+
>
230
+
> [!div class="mx-imgBorder"]
231
+
> 
232
+
233
+
### Assign a scaling plan to multiple existing host pools
234
+
235
+
To assign a scaling plan to multiple existing host pools at the same time:
236
+
237
+
1. Open the [Azure portal](https://portal.azure.com).
238
+
239
+
1. In the search bar, type *Azure Virtual Desktop* and select the matching service entry.
240
+
241
+
1. Select **Scaling plans**, and select the scaling plan you want to assign to host pools.
242
+
243
+
1. Under the **Manage** heading, select **Host pool assignments**, and then select **+ Assign**. Select the host pools you want to assign the scaling plan to and select **Assign**. The host pools must be in the same Azure region as the scaling plan and the scaling plan's host pool type must match the type of host pools you're trying to assign it to.
244
+
210
245
## Next steps
211
246
212
247
Now that you've created your scaling plan, here are some things you can do:
213
248
214
-
-[Assign your scaling plan to new and existing host pools](autoscale-new-existing-host-pool.md)
215
249
-[Enable diagnostics for your scaling plan](autoscale-diagnostics.md)
216
250
217
251
If you'd like to learn more about terms used in this article, check out our [autoscale glossary](autoscale-glossary.md). For examples of how autoscale works, see [Autoscale example scenarios](autoscale-scenarios.md). You can also look at our [Autoscale FAQ](autoscale-faq.yml) if you have other questions.
0 commit comments