Skip to content

Commit d0a4bb6

Browse files
authored
Update virtual-machine-scale-sets-manage-fault-domains.md
1 parent 68fc1c2 commit d0a4bb6

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-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)