Skip to content

Commit 3feeec6

Browse files
authored
Merge pull request #113375 from BhawanaRaj-21/BhawanaRaj-21-scale-in-policy-1-2
Bhawana raj 21 scale in policy 1 2
2 parents dc343f3 + 69f3574 commit 3feeec6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-orchestration-modes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The following table compares the Flexible orchestration mode, Uniform orchestrat
160160
| Monitor Application Health | Application health extension | Application health extension or Azure load balancer probe | Application health extension |
161161
| Instance Repair (Virtual Machine Scale Set) | Yes, read [Instance Repair documentation](../virtual-machine-scale-sets/virtual-machine-scale-sets-automatic-instance-repairs.md) | Yes, read [Instance Repair documentation](../virtual-machine-scale-sets/virtual-machine-scale-sets-automatic-instance-repairs.md) | N/A |
162162
| Instance Protection | No, use [Azure resource lock](../azure-resource-manager/management/lock-resources.md) | Yes | No |
163-
| Scale In Policy | No | Yes | No |
163+
| Scale In Policy | Yes | Yes | No |
164164
| VMSS Get Instance View | No | Yes | N/A |
165165
| VM Batch Operations (Start all, Stop all, delete subset, etc.) | Yes | Yes | No |
166166

@@ -212,7 +212,6 @@ The following Virtual Machine Scale Set parameters aren't currently supported wi
212212
- Application health via SLB health probe - use Application Health Extension on instances
213213
- Virtual Machine Scale Set upgrade policy - must be null or empty
214214
- Unmanaged disks
215-
- Virtual Machine Scale Set Scale in Policy
216215
- Virtual Machine Scale Set Instance Protection
217216
- Basic Load Balancer
218217
- Port Forwarding via Standard Load Balancer NAT Pool - you can configure NAT rules

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ The scale-in policy feature provides users a way to configure the order in which
2323
2. NewestVM
2424
3. OldestVM
2525

26-
> [!IMPORTANT]
27-
> Flexible orchestration for Virtual Machine Scale Sets does not currently support scale-in policy.
28-
2926
### Default scale-in policy
3027

28+
#### 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+
Note that balancing across fault domain is not available in Default policy with flexible orchestration mode.
31+
32+
#### Uniform orchestration
3133
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:
3234

3335
1. Balance virtual machines across availability zones (if the scale set is deployed in zonal configuration)

0 commit comments

Comments
 (0)