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
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The autoscale feature (preview) lets you scale your Azure Virtual Desktop deploy
25
25
> - Autoscale doesn't support Azure Virtual Desktop for Azure Stack HCI
26
26
> - Autoscale doesn't support scaling of ephemeral disks.
27
27
> - Autoscale doesn't support scaling of generalized VMs.
28
-
28
+
> - You can't use the autoscale feature and [scale session hosts using Azure Automation](set-up-scaling-script.md) on the same host pool. You must use one or the other.
29
29
30
30
For best results, we recommend using autoscale with VMs you deployed with Azure Virtual Desktop Azure Resource Manager templates or first-party tools from Microsoft.
31
31
@@ -103,20 +103,20 @@ To create and assign the custom role to your subscription with the Azure portal:
103
103
104
104
4. On the **Permissions** tab, add the following permissions to the subscription you're assigning the role to:
Copy file name to clipboardExpand all lines: articles/virtual-desktop/set-up-scaling-script.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@ You can reduce your total Azure Virtual Desktop deployment cost by scaling your
13
13
14
14
In this article, you'll learn about the scaling tool built with the Azure Automation account and Azure Logic App that automatically scales session host VMs in your Azure Virtual Desktop environment. To learn how to use the scaling tool, skip ahead to [Prerequisites](#prerequisites).
15
15
16
+
> [!NOTE]
17
+
> You can't scale session hosts using Azure Automation and use the [autoscale feature](autoscale-scaling-plan.md) on the same host pool. You must use one or the other.
18
+
16
19
## How the scaling tool works
17
20
18
21
The scaling tool provides a low-cost automation option for customers who want to optimize their session host VM costs.
@@ -21,7 +24,7 @@ You can use the scaling tool to:
21
24
22
25
- Schedule VMs to start and stop based on peak and off-peak business hours.
23
26
- Scale out VMs based on number of sessions per CPU core.
24
-
- Scale in VMs during Off-Peak hours, leaving the minimum number of session host VMs running.
27
+
- Scale in VMs during off-peak hours, leaving the minimum number of session host VMs running.
25
28
26
29
The scaling tool uses a combination of an Azure Automation account, a PowerShell runbook, a webhook, and the Azure Logic App to function. When the tool runs, Azure Logic App calls a webhook to start the Azure Automation runbook. The runbook then creates a job.
0 commit comments