Skip to content

Commit b30821c

Browse files
committed
Update standby-pools-overview.md
1 parent cd2f84f commit b30821c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/virtual-machine-scale-sets/standby-pools-overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ When your scale set scales back down, the instances are deleted from your scale
2727

2828
Standby pools will only give out virtual machines from the pool that match the desired power state configured. For example, if your desired power state is set as deallocated, the standby pool will only give the Virtual Machine Scale Set instances matching that current power state. If virtual machines are in a creating, failed or any other state than the expected state, the scale set defaults to new virtual machine creation instead.
2929

30-
## Availability zones
31-
When using a standby pool with a Virtual Machine Scale Set using [availability zones](virtual-machine-scale-sets-use-availability-zones.md), the instances in the pool will be spread the same zones the Virtual Machine Scale Set is using. When a scale out is triggered in one of the zones, a virtual machine in the pool in that same zone will be used. If a virtual machine is needed in a zone where you no longer have any pooled virtual machines left, the scale set creates a new virtual machine directly in the scale set.
3230

3331
## Virtual machine states
3432

@@ -61,6 +59,10 @@ If the scale set reduces the instance count to 5, the standby pool would fill to
6159
- Max ready capacity (15) - Virtual Machine Scale Set instance count (5) = Standby pool size (10)
6260

6361

62+
### Availability zones
63+
When using a standby pool with a Virtual Machine Scale Set using [availability zones](virtual-machine-scale-sets-use-availability-zones.md), the instances in the pool will be spread the same zones the Virtual Machine Scale Set is using.
64+
65+
When a scale out is triggered in one of the zones, a virtual machine in the pool in that same zone will be used. If a virtual machine is needed in a zone where you no longer have any pooled virtual machines left, the scale set creates a new virtual machine directly in the scale set.
6466

6567
## Pricing
6668

0 commit comments

Comments
 (0)