Skip to content

Commit ae4858d

Browse files
committed
Added links to glossary and FAQ to all autoscale articles.
1 parent 707e5f3 commit ae4858d

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

articles/virtual-desktop/autoscale-diagnostics.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,5 @@ The following JSON file is an example of what you'll see when you open a report:
8484

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).
87+
- Learn more about terms used in this article at our [autoscale glossary](autoscale-glossary.md).
88+
- View our [autoscale FAQ](autoscale-faq.yml) to answer commonly asked questions.

articles/virtual-desktop/autoscale-glossary.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,28 +52,28 @@ Available session hosts are session hosts that have passed all Azure Virtual Des
5252

5353
## Capacity threshold
5454

55-
The capacity threshold is the percentage of a [host pool's capacity](#host-pool-capacity) that, when reached, triggers a [scaling action](#scaling-action) to happen.
55+
The capacity threshold is the percentage of a [host pool's capacity](#available-host-pool-capacity) that, when reached, triggers a [scaling action](#scaling-action) to happen.
5656

5757
For example:
5858

5959
- If the [used host pool capacity](#used-host-pool-capacity) is below the capacity threshold and the autoscale feature can turn off virtual machines (VMs) without going over the capacity threshold, then the feature will turn the VMs off.
6060
- If the used host pool capacity goes over the capacity threshold, then the autoscale feature will turn more VMs on until the used host pool capacity goes below the capacity threshold.
6161

62-
## Host pool capacity
62+
## Available host pool capacity
6363

64-
Host pool capacity is how many user sessions a host pool can host based on the number of [available session hosts](#available-session-host). The host pool capacity is the host pool's maximum session limit multiplied by the number of [available session hosts](#available-session-host) in the host pool.
64+
Available host pool capacity is how many user sessions a host pool can host based on the number of [available session hosts](#available-session-host). The available host pool capacity is the host pool's maximum session limit multiplied by the number of [available session hosts](#available-session-host) in the host pool.
6565

6666
In other words:
6767

68-
Host pool maximum session limit × number of available session hosts = host pool capacity.
68+
Host pool maximum session limit × number of available session hosts = available host pool capacity.
6969

7070
## Used host pool capacity
7171

72-
The used host pool capacity is the amount of [host pool capacity](#host-pool-capacity) that's currently taken up by active and disconnected user sessions.
72+
The used host pool capacity is the amount of [host pool capacity](#available-host-pool-capacity) that's currently taken up by active and disconnected user sessions.
7373

7474
In other words:
7575

76-
The number of [active](#active-user-session) and [disconnected user sessions](#disconnected-user-session) ÷ [the host pool capacity](#host-pool-capacity) = used host pool capacity.
76+
The number of [active](#active-user-session) and [disconnected user sessions](#disconnected-user-session) ÷ [the host pool capacity](#available-host-pool-capacity) = used host pool capacity.
7777

7878
## Scaling action
7979

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,6 @@ To edit an existing scaling plan:
5454
## Next steps
5555

5656
- Review how to create a scaling plan at [Autoscale (preview) for Azure Virtual Desktop session hosts](autoscale-new-existing-host-pool.md).
57-
- Learn how to troubleshoot your scaling plan at [Enable diagnostics for your scaling plan](autoscale-diagnostics.md).
57+
- Learn how to troubleshoot your scaling plan at [Enable diagnostics for your scaling plan](autoscale-diagnostics.md).
58+
- Learn more about terms used in this article at our [autoscale glossary](autoscale-glossary.md).
59+
- View our [autoscale FAQ](autoscale-faq.yml) to answer commonly asked questions.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,3 +263,5 @@ Now that you've created your scaling plan, here are some things you can do:
263263
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)
266+
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.

0 commit comments

Comments
 (0)