Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find maximum update domains/fault domains available in an Azure region

The only way I know of to enquire maximum update domains or fault domains allowed for creation of an avaiability set in Azure is by passing very large values and then parsing the error message. Is there a better way to query for the maximum values?

For example, executing New-AzureRmAvailabilitySet -PlatformUpdateDomainCount 100 -PlatformFaultDomainCount 100 <other parameters> will fail with an error that looks like below:

ErrorCode: InvalidParameter
ErrorMessage: The specified fault domain count 100 must fall in the range 1 to 2.
StatusCode: 400
ReasonPhrase: Bad Request
like image 976
bittusarkar Avatar asked Oct 13 '25 08:10

bittusarkar


1 Answers

Maybe you can find the maximum fault domains in this article:

enter image description here enter image description here

The maximum update domains is 20 by default.

like image 183
Jason Ye Avatar answered Oct 15 '25 16:10

Jason Ye



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!