Skip to content

Commit 4f02307

Browse files
Update articles/virtual-machine-scale-sets/virtual-machine-scale-sets-use-availability-zones.md
Co-authored-by: Julia Shimanskiy <[email protected]>
1 parent 8221f7a commit 4f02307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-use-availability-zones.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A zonal or zone aligned scale set will place instances in a single availability
3737

3838
### Regional
3939

40-
A regional VMSS is when the zone assignment is not explicitly set (zones=[] or zones=null). In this configuration, the scale set will create Regional (not-zone pinned) instances and will implicitly place instances throughout the region. There is no guarantee for balance or spread across zones, or that instances will land in the same availability zone. Disk colocation is guaranteed for Ultra and Premium v2 disks, best effort for Premium V1 disks, and not guaranteed for Standard sku (SSD or HDD) disks.
40+
A regional Virtual Machine Scale Set is when the zone assignment is not explicitly set (`"zones"=[]` or `"zones"=null`). In this configuration, the scale set will create Regional (not-zone pinned) instances and will implicitly place instances throughout the region. There is no guarantee for balance or spread across zones, or that instances will land in the same availability zone. Disk colocation is guaranteed for Ultra and Premium v2 disks, best effort for Premium V1 disks, and not guaranteed for Standard SKU (SSD or HDD) disks.
4141

4242
In the rare case of a full zonal outage, any or all instances within the scale set may be impacted.
4343

0 commit comments

Comments
 (0)