Skip to content

Commit dc11fe6

Browse files
authored
Merge pull request #184621 from sefriend/autoscale-doc-updates
Autoscale doc updates
2 parents 7e47348 + 2838e5b commit dc11fe6

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

articles/virtual-desktop/autoscale-faq.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sections:
1919
- question: |
2020
How do I configure the autoscale feature so I run zero session hosts after working hours?
2121
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**.
2323
2424
- question: |
2525
Does autoscale create or delete virtual machines (VMs) based on service load?
@@ -74,9 +74,9 @@ sections:
7474
- question: |
7575
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?
7676
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+
7979
- question: |
8080
How many VMs need to be in a host pool for the autoscale feature to work properly?
8181
answer: |
82-
At least 1.
82+
At least one.

articles/virtual-desktop/autoscale-scaling-plan.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ The autoscale feature (preview) lets you scale your Azure Virtual Desktop deploy
2323
>[!NOTE]
2424
> - Azure Virtual Desktop (classic) doesn't support the autoscale feature.
2525
> - 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.
2728
2829

2930
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:
123124
124125
2. Select the role you just created and continue to the next screen.
125126
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.
127128
128129
> [!div class="mx-imgBorder"]
129130
> ![A screenshot of the add role assignment menu. The Select field is highlighted in red, with the user entering "Windows Virtual Desktop" into the search field.](media/search-for-role.png)
@@ -179,7 +180,7 @@ To create a scaling plan:
179180
180181
8. For **Time zone**, select the time zone you'll use with your plan.
181182
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.
183184
184185
>[!NOTE]
185186
>- 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

Comments
 (0)