Skip to content

Commit cff4985

Browse files
author
Julia Shimanskiy
committed
Base (standard) VMs
1 parent f6c1de6 commit cff4985

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/virtual-machine-scale-sets/spot-priority-mix.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: virtual-machine-scale-sets
77
ms.subservice: spot
88
ms.workload: infrastructure-services
99
ms.topic: conceptual
10-
ms.date: 02/28/2023
10+
ms.date: 03/09/2023
1111
ms.reviewer: cynthn
1212
ms.custom: engagement-fy23
1313
---
@@ -106,19 +106,19 @@ The following examples have scenario assumptions, a table of actions, and walk-t
106106

107107
Some important terminology to notice before referring to these examples:
108108
- **sku.capacity** is the total number of VMs in the Virtual Machine Scale Set
109-
- **Base (Regular priority) VMs** are the number of Regular priority non-Spot VMs, akin to a minimum VM number
109+
- **Base (standard) VMs** are the number of standard non-Spot VMs, akin to a minimum VM number
110110

111111
### Scenario 1
112112

113113
The following scenario assumptions apply to this example:
114114
- **sku.capacity** is variable, as the autoscaler will add or remove VMs from the scale set
115-
- **Base (Regular priority) VMs:** 10
115+
- **Base (standard) VMs:** 10
116116
- **Additional Regular priority VMs:** 0
117117
- **Spot priority VMs:** 0
118118
- **regularPriorityPercentageAboveBase:** 50%
119119
- **Eviction policy:** Delete
120120

121-
| Action | sku.capacity | Base (Regular priority) VMs | Additional Regular priority VMs | Spot priority VMs |
121+
| Action | sku.capacity | Base (standard) VMs | Additional Regular priority VMs | Spot priority VMs |
122122
|---|---|---|---|---|
123123
| Create | 10 | 10 | 0 | 0 |
124124
| Scale out | 20 | 10 | 5 | 5 |
@@ -133,7 +133,7 @@ The following scenario assumptions apply to this example:
133133

134134
Example walk-through:
135135
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.
137137
1. You then scale out 5 times, with 50% Regular priority VMs and 50% Spot VMs.
138138
- 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.
139139
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:
144144

145145
The following scenario assumptions apply to this example:
146146
- **sku.capacity** is variable, defined by autoscaler; starting with 20
147-
- **Base (Regular priority) VMs:** 10
147+
- **Base (standard) VMs:** 10
148148
- **Additional Regular priority VMs:** 2
149149
- **Spot priority VMs:** 8
150150
- **regularPriorityPercentageAboveBase:** 25%
151151
- **Eviction policy:** Deallocate
152152

153-
| Action | sku.capacity | Base (Regular priority) VMs | Additional Regular priority VMs | Spot priority VMs |
153+
| Action | sku.capacity | Base (standard) VMs | Additional Regular priority VMs | Spot priority VMs |
154154
|---|---|---|---|---|
155155
| Create | 20 | 10 | 2 | 8 |
156156
| Scale out | 50 | 10 | 10 | 30 |
@@ -160,7 +160,7 @@ The following scenario assumptions apply to this example:
160160

161161
Example walk-through:
162162
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*.
164164
- Another way to look at this is you have 1 Regular priority VM for every 4 Spot VMs in the scale set.
165165
1. You then scale out twice to create 90 more VMs; 23 Regular priority VMs and 67 Spot VMs.
166166
1. When you scale in by 10 VMs, 10 Spot VMs are *stop-deallocated*, creating an imbalance in your scale set.

0 commit comments

Comments
 (0)