Skip to content

Commit 756d7c1

Browse files
authored
Merge pull request #120165 from NehaMicroSoft/patch-1
Update virtual-machine-scale-sets-scale-in-policy.md
2 parents 2b6db45 + d144615 commit 756d7c1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-scale-in-policy.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,13 @@ The scale-in policy feature provides users a way to configure the order in which
2626
### Default scale-in policy
2727

2828
#### Flexible orchestration
29-
With this policy, virtual machines are scaled-in after balancing across availability zones (if the scale set is in zonal configuration), and the oldest virtual machine as per `createdTime` is scaled-in first.
30-
Balancing across fault domain isn't available in Default policy with flexible orchestration mode.
29+
By default, Virtual Machine Scale Set applies this policy to determine which instance(s) will be scaled in. With the *Default* policy, VMs are selected for scale-in in the following order:
30+
31+
1. Balance virtual machines across availability zones (if the scale set is deployed in zonal configuration)
32+
2. Balance virtual machines across fault domains (best effort)
33+
3. Delete virtual machine with the highest instance ID
34+
35+
Users don't need to specify a scale-in policy if they just want the default ordering to be followed.
3136

3237
#### Uniform orchestration
3338
By default, Virtual Machine Scale Set applies this policy to determine which instance(s) will be scaled in. With the *Default* policy, VMs are selected for scale-in in the following order:

0 commit comments

Comments
 (0)