Skip to content

Commit 35c77ba

Browse files
authored
Merge pull request #191334 from Heidilohr/work-autoscale-scenarios
Autoscale scenarios
2 parents d01e128 + b46c9c7 commit 35c77ba

10 files changed

+355
-3
lines changed

articles/virtual-desktop/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@
205205
href: autoscale-diagnostics.md
206206
- name: Autoscale glossary (preview)
207207
href: autoscale-glossary.md
208+
- name: Autoscale scenarios (preview)
209+
href: autoscale-scenarios.md
208210
- name: Autoscale feature FAQ (preview)
209211
href: autoscale-faq.yml
210212
- name: Customize feed

articles/virtual-desktop/autoscale-diagnostics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,5 @@ The following JSON file is an example of what you'll see when you open a report:
8585
- Review how to create a scaling plan at [Autoscale for Azure Virtual Desktop session hosts](autoscale-scaling-plan.md).
8686
- [Assign your scaling plan to new or existing host pools](autoscale-new-existing-host-pool.md).
8787
- Learn more about terms used in this article at our [autoscale glossary](autoscale-glossary.md).
88+
- For examples of how the autoscale feature works, see [Autoscale example scenarios](autoscale-scenarios.md).
8889
- View our [autoscale FAQ](autoscale-faq.yml) to answer commonly asked questions.

articles/virtual-desktop/autoscale-glossary.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ manager: femila
1212
---
1313
# Autoscale (preview) glossary
1414

15+
> [!IMPORTANT]
16+
> The autoscale feature is currently in preview.
17+
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
18+
1519
This article is a list of definitions for key terms and concepts related to the autoscale (preview) feature for Azure Virtual Desktop.
1620

1721
## Autoscale
@@ -30,15 +34,15 @@ A scaling plan is an Azure Virtual Desktop Azure Resource Manager object that de
3034

3135
Schedules are sub-resources of [scaling plans](#scaling-plan) that specify the start time, capacity threshold, minimum percentage of hosts, load-balancing algorithm, and other configuration settings for the different phases of the day.
3236

33-
## Ramp up
37+
## Ramp-up
3438

3539
The ramp-up phase of a [scaling plan](#scaling-plan) [schedule](#schedule) is usually at the beginning of the work day, when users start to sign in and start their sessions. In this phase, the number of [active user sessions](#active-user-session) usually increases at a rapid pace without reaching the maximum number of active sessions for the day yet.
3640

3741
## Peak
3842

3943
The peak phase of a [scaling plan](#scaling-plan) [schedule](#schedule) is when your host pool reaches the maximum number of [active user sessions](#active-user-session) for the day. In this phase, the number of active sessions usually holds steady until the peak phase ends. New active user sessions can be established during this phase, but usually at a slower rate than the ramp-up phase.
4044

41-
## Ramp down
45+
## Ramp-down
4246

4347
The ramp-down phase of a [scaling plan](#scaling-plan) [schedule](#schedule) is usually at the end of the work day, when users start to sign out and end their sessions for the evening. In this phase, the number of [active user sessions](#active-user-session) usually decreases rapidly.
4448

@@ -102,4 +106,5 @@ An exclusion tag is a property of a [scaling plan](#scaling-plan) that's a tag n
102106
## Next steps
103107

104108
- For more information about the autoscale feature, see the [autoscale feature document](autoscale-scaling-plan.md).
109+
- For examples of how the autoscale feature works, see [Autoscale example scenarios](autoscale-scenarios.md).
105110
- For more information about the scaling script, see the [scaling script document](set-up-scaling-script.md).

articles/virtual-desktop/autoscale-new-existing-host-pool.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@ To edit an existing scaling plan:
5656
- Review how to create a scaling plan at [Autoscale (preview) for Azure Virtual Desktop session hosts](autoscale-new-existing-host-pool.md).
5757
- Learn how to troubleshoot your scaling plan at [Enable diagnostics for your scaling plan](autoscale-diagnostics.md).
5858
- Learn more about terms used in this article at our [autoscale glossary](autoscale-glossary.md).
59+
- For examples of how the autoscale feature works, see [Autoscale example scenarios](autoscale-scenarios.md).
5960
- View our [autoscale FAQ](autoscale-faq.yml) to answer commonly asked questions.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,4 @@ Now that you've created your scaling plan, here are some things you can do:
264264
- [Assign your scaling plan to new and existing host pools](autoscale-new-existing-host-pool.md)
265265
- [Enable diagnostics for your scaling plan](autoscale-diagnostics.md)
266266
267-
If you'd like to learn more about terms used in this article, check out our [autoscale glossary](autoscale-glossary.md). You can also look at our [autoscale FAQ](autoscale-faq.yml) if you have additional questions.
267+
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 the autoscale feature works, see [Autoscale example scenarios](autoscale-scenarios.md). You can also look at our [autoscale FAQ](autoscale-faq.yml) if you have additional questions.

0 commit comments

Comments
 (0)