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-glossary.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,28 +52,28 @@ Available session hosts are session hosts that have passed all Azure Virtual Des
52
52
53
53
## Capacity threshold
54
54
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.
56
56
57
57
For example:
58
58
59
59
- 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.
60
60
- 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.
61
61
62
-
## Host pool capacity
62
+
## Available host pool capacity
63
63
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.
65
65
66
66
In other words:
67
67
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.
69
69
70
70
## Used host pool capacity
71
71
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.
73
73
74
74
In other words:
75
75
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.
Copy file name to clipboardExpand all lines: articles/virtual-desktop/autoscale-scaling-plan.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -263,3 +263,5 @@ Now that you've created your scaling plan, here are some things you can do:
263
263
264
264
- [Assign your scaling plan to new and existing host pools](autoscale-new-existing-host-pool.md)
265
265
- [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