Skip to content

Commit cd3f3f3

Browse files
author
Jill Grant
authored
Merge pull request #265808 from mimckitt/patch-112
Update FD doc and add back AZ to TOC
2 parents a5cf672 + 76e4aee commit cd3f3f3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

articles/virtual-machine-scale-sets/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@
9999
- name: vCPU quotas
100100
href: ../virtual-machines/linux/quotas.md
101101
maintainContext: true
102+
- name: Availability Zones
103+
href: virtual-machine-scale-sets-use-availability-zones.md
102104
- name: Capacity reservations
103105
href: ../virtual-machines/capacity-reservation-overview.md
104106
- name: Automatic instance repairs

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-manage-fault-domains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Virtual Machine Scale Sets are created with five fault domains by default in Azu
1818
You can also consider aligning the number of scale set fault domains with the number of Managed Disks fault domains. This alignment can help prevent loss of quorum if an entire Managed Disks fault domain goes down. The FD count can be set to less than or equal to the number of Managed Disks fault domains available in each of the regions. Refer to this [document](../virtual-machines/availability-set-overview.md) to learn about the number of Managed Disks fault domains by region.
1919

2020
## REST API
21-
You can set the property `properties.platformFaultDomainCount` to 1, 2, or 3 (default of 3 if not specified). Refer to the documentation for REST API [here](/rest/api/compute/virtualmachinescalesets/createorupdate).
21+
You can set the property `properties.platformFaultDomainCount` to 1, 2, or 3 (default of 1 if not specified). Refer to the documentation for REST API [here](/rest/api/compute/virtualmachinescalesets/createorupdate).
2222

2323
## Azure CLI
2424

0 commit comments

Comments
 (0)