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
@@ -133,7 +133,7 @@ The following scenario assumptions apply to this example:
133
133
134
134
Example walk-through:
135
135
1. You start out with a Virtual Machine Scale Set with 10 VMs.
136
-
- The `sku.capacity` is variable and doesn't set a starting number of VMs. The Base VMs is set at 10, thus your total starting VMs is just 10 Base (Regular priority) VMs.
136
+
- The `sku.capacity` is variable and doesn't set a starting number of VMs. The Base VMs is set at 10, thus your total starting VMs is just 10 Base (standard) VMs.
137
137
1. You then scale out 5 times, with 50% Regular priority VMs and 50% Spot VMs.
138
138
- Note, because there's a 50/50 split, in the fourth scale out, there is one more Spot VM than Regular priority. Once it's scaled out again (5th scale out), the 50/50 balance is restored with another Regular priority VM.
139
139
1. You then scale in your scale set with the eviction policy being delete. This will delete all the Spot VMs.
@@ -144,13 +144,13 @@ Example walk-through:
144
144
145
145
The following scenario assumptions apply to this example:
146
146
-**sku.capacity** is variable, defined by autoscaler; starting with 20
@@ -160,7 +160,7 @@ The following scenario assumptions apply to this example:
160
160
161
161
Example walk-through:
162
162
1. With the initial creation of the Virtual Machine Scale Set and Spot Priority Mix, you have 20 VMs.
163
-
- 10 of those VMs are the Base (Regular priority) VMs, 2 Additional Regular priority VMs, and 8 Spot priority VMs for your 25% *regularPriorityPercentageAboveBase*.
163
+
- 10 of those VMs are the Base (standard) VMs, 2 Additional Regular priority VMs, and 8 Spot priority VMs for your 25% *regularPriorityPercentageAboveBase*.
164
164
- Another way to look at this is you have 1 Regular priority VM for every 4 Spot VMs in the scale set.
165
165
1. You then scale out twice to create 90 more VMs; 23 Regular priority VMs and 67 Spot VMs.
166
166
1. When you scale in by 10 VMs, 10 Spot VMs are *stop-deallocated*, creating an imbalance in your scale set.
0 commit comments