Skip to content

Commit e15fb1a

Browse files
Merge pull request #274257 from brittanyrowe/patch-15
Spot Mix add Scale In Policy note
2 parents bfa435b + eb3c4a6 commit e15fb1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ You can configure a custom percentage distribution across Spot and standard VMs.
3434

3535
The eviction policy of your Spot VMs follows what is set for the Spot VMs in your scale set. *Deallocate* is the default behavior, wherein evicted Spot VMs move to a stop-deallocated state. Alternatively, the Spot eviction policy can be set to *Delete*, wherein the VM and its underlying disks are deleted.
3636

37+
### Scale-In Policy
38+
39+
When using Spot Priority Mix, your scale-in policy for the scale set will operate to try to maintain the percentage split of the Spot and Standard VMs in your scale set. Spot Priority Mix will determine if Spot or Standard VMs need to be removed during scale-in actions to maintain your percentage split, rather than deleting the oldest or newest VM.
40+
3741
### ARM Template
3842

3943
You can set your Spot Priority Mix by using an ARM template to add the following properties to a scale set with Flexible orchestration using a Spot priority VM profile:

0 commit comments

Comments
 (0)