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-faq.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ sections:
19
19
- question: |
20
20
How do I configure the autoscale feature so I run zero session hosts after working hours?
21
21
answer: |
22
-
Ramp-down mode always uses the lowest possible number of session hosts. However, if there are existing user sessions, the lowest number of usable session hosts won't be zero. Configure a time limit policy to sign out all disconnected users to avoid having usable session hosts after hours.
22
+
Ramp-down mode always uses the lowest possible number of session hosts. However, if there are existing user sessions, the lowest number of usable session hosts won't be zero. To configure the time limit policy to sign out all disconnected users to avoid having usable session hosts after hours, go to **Local Computer Policy** > **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Remote Desktop Services** > **Remote Desktop Session Host** > **Session Time Limits** > **Set time limit for disconnected sessions**.
23
23
24
24
- question: |
25
25
Does autoscale create or delete virtual machines (VMs) based on service load?
@@ -74,9 +74,9 @@ sections:
74
74
- question: |
75
75
Can the autoscale feature turn off all the VMs in a host pool, or does it need to keep at least a few VMs on to work properly?
76
76
answer: |
77
-
The autoscale feature can turn off all the VMs in a host pool if the minimum percentage of hosts is set to **0%** and there are no user sessions on the session host.
78
-
77
+
The autoscale feature can turn off all VMs in a host pool if the minimum percentage of hosts is set to **0%** and there are no user sessions on the session hosts in the host pool.
78
+
79
79
- question: |
80
80
How many VMs need to be in a host pool for the autoscale feature to work properly?
Copy file name to clipboardExpand all lines: articles/virtual-desktop/autoscale-scaling-plan.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@ The autoscale feature (preview) lets you scale your Azure Virtual Desktop deploy
23
23
>[!NOTE]
24
24
> - Azure Virtual Desktop (classic) doesn't support the autoscale feature.
25
25
> - Autoscale doesn't support Azure Virtual Desktop for Azure Stack HCI
26
-
> - Autsoscale doesn't support scaling of ephemeral disks.
26
+
> - Autoscale doesn't support scaling of ephemeral disks.
27
+
> - Autoscale doesn't support scaling of generalized VMs.
27
28
28
29
29
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.
@@ -123,7 +124,7 @@ To assign the custom role to grant access:
123
124
124
125
2. Select the role you just created and continue to the next screen.
125
126
126
-
3. Select **+Select members**. In the search bar, enter and select **Windows Virtual Desktop**, as shown in the following screenshot. When you have a Azure Virtual Desktop (classic) deployment and an Azure Virtual Desktop with Azure Resource Manager Azure Virtual Desktop objects, you will see two apps with the same name. Select them both.
127
+
3. Select **+Select members**. In the search bar, enter and select **Windows Virtual Desktop**, as shown in the following screenshot. When you have an Azure Virtual Desktop (classic) deployment and an Azure Virtual Desktop with Azure Resource Manager Azure Virtual Desktop objects, you will see two apps with the same name. Select them both.
127
128
128
129
> [!div class="mx-imgBorder"]
129
130
> 
@@ -179,7 +180,7 @@ To create a scaling plan:
179
180
180
181
8. For **Time zone**, select the time zone you'll use with your plan.
181
182
182
-
9. In **Exclusion tags**, enter tags for VMs you don't want to include in scaling operations. For example, you might want to tag VMs that are set to drain mode so that autoscale doesn't override drain mode during maintenance.
183
+
9. In **Exclusion tags**, enter a tag name for VMs you don't want to include in scaling operations. For example, you might want to tag VMs that are set to drain mode so that autoscale doesn't override drain mode during maintenance using the exclusion tag "excludeFromScaling". If you've set "excludeFromScaling" as the tag name field on any of the VMs in the host pool, the autoscale feature won't start, stop, or change the drain mode of those particular VMs.
183
184
184
185
>[!NOTE]
185
186
>- Though an exclusion tag will exclude the tagged VM from power management scaling operations, tagged VMs will still be considered as part of the calculation of the minimum percentage of hosts.
0 commit comments