
Answer-first summary for fast verification
Answer: 20
The correct answer is B. Azure allows each availability set to be configured with up to 20 update domains to ensure high availability. By setting the platformUpdateDomainCount property to 20, the ARM template ensures that the maximum number of VMs remains accessible during maintenance or fabric failure. Reference: Azure documentation on availability sets indicates that you can configure up to 20 update domains.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In an Azure subscription, deploying VMs with ARM templates requires configuring an availability set for maximum accessibility during maintenance or failures. What is the recommended value for the platformUpdateDomainCount property in the ARM template?
A
10
B
20
C
30
D
40
No comments yet.