exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 1 question 7 discussion

Actual exam question from Microsoft's AZ-204
Question #: 7
Topic #: 1
[All AZ-204 Questions]

Your company has an Azure subscription.
You need to deploy a number of Azure virtual machines to the subscription by using Azure Resource Manager (ARM) templates. The virtual machines will be included in a single availability set.
You need to ensure that the ARM template allows for as many virtual machines as possible to remain accessible in the event of fabric failure or maintenance.
Which of the following is the value that you should configure for the platformUpdateDomainCount property?

  • A. 10
  • B. 20
  • C. 30
  • D. 40
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
jay158
Highly Voted 7 months, 1 week ago
Answer is B 20 Each availability set can be configured with up to three fault domains and twenty update domains. https://docs.microsoft.com/en-us/azure/virtual-machines/availability-set-overview
upvoted 57 times
...
ndh103
Highly Voted 3 years, 10 months ago
Should be 20
upvoted 11 times
...
Nhantran20000502
Most Recent 6 months, 1 week ago
Selected Answer: B
In Azure, an availability set can be configured with up to 20 update domains. Setting the platformUpdateDomainCount property to 20 ensures that your virtual machines are distributed across the maximum number of update domains, which helps maintain accessibility during fabric failures or maintenance.
upvoted 2 times
...
Bogdan75
7 months, 1 week ago
Selected Answer: B
"Update domains indicate groups of virtual machines and underlying physical hardware that can be rebooted at the same time. When more than five virtual machines are configured within a single availability set with five update domains, the sixth virtual machine is placed into the same update domain as the first virtual machine, the seventh in the same update domain as the second virtual machine, and so on." Given that we want to maximize the number of VMs available at all times, we want to maximize the number of update domains – e.g. a single update domain would basically mean no redundancy at all. Having said that, there is a constraint on the maximum number of update domains: "Each availability set can be configured with up to three fault domains and twenty update domains." Source: https://docs.microsoft.com/en-us/azure/virtual-machines/availability-set-overview#how-do-availability-sets-work
upvoted 2 times
...
forgetfulalligator
7 months, 1 week ago
Selected Answer: B
So I know the answer is B for sure, but still trying to wrap my head around the relationship between fault domain, update domain, and availability sets. Someone, please correct me, but from my understanding. Let's say I add 60 virtual machines to an availability set. Azure would distribute the VM across the 20 domain update domains, with each update domain containing three virtual machines. These Fault Domains can hold multiple Update Domain Groups. For Example, Fault Domain 1 could hold Update Domain Group 1 - 6. So if I were to do maintenance to Update domain 1, my clients would still have available for update domains 2 - 6. However, if Fault Domain 1 Goes down, then all Update Domains 1 -6 will also go down. https://learn.microsoft.com/bs-latn-ba/azure/virtual-machines/availability-set-overview#how-do-availability-sets-work
upvoted 1 times
NK203
2 years, 2 months ago
The Azure platform automatically distributes your VMs across these Fault domain.https://learn.microsoft.com/en-us/training/modules/provision-virtual-machines-azure/3-azure-virtual-machine-availability-options?ns-enrollment-type=learningpath&ns-enrollment-id=learn.wwl.az-204-implement-iaas-solutions
upvoted 1 times
...
...
Anjan1980
7 months, 1 week ago
Selected Answer: B
The correct answer is B. 20. The platformUpdateDomainCount property in Azure Resource Manager (ARM) templates specifies the number of update domains that should be created for the availability set. The maximum value for this property is 20. By configuring the platformUpdateDomainCount property to the maximum value, you can help to ensure that your virtual machines are distributed across as many update domains as possible, which will help to protect them from maintenance operations that require updating virtual machines in a single update domain.
upvoted 1 times
...
man5484
7 months, 1 week ago
Selected Answer: B
The `platformUpdateDomainCount` property in an Azure Resource Manager (ARM) template specifies the number of update domains for the Azure virtual machines within an availability set. Update domains are groups of VMs that are updated and rebooted together during planned maintenance events to minimize downtime for applications. The maximum value allowed for `platformUpdateDomainCount` is 20. Therefore, to ensure that the ARM template allows for as many virtual machines as possible to remain accessible in the event of fabric failure or maintenance, you should configure: B. 20
upvoted 2 times
...
Moe_121
7 months, 1 week ago
Selected Answer: B
Each virtual machine in your availability set is assigned an update domain and a fault domain by the underlying Azure platform. Each availability set can be configured with up to 3 fault domains and 20 update domains.
upvoted 1 times
...
Amir1909
1 year, 2 months ago
B is correct
upvoted 1 times
...
Xoxoo
1 year, 2 months ago
Selected Answer: B
The maximum value you can configure for platformUpdateDomainCount is 20. This means that virtual machines within the availability set will be spread across 20 update domains. By setting this value to the maximum, you ensure that the virtual machines are distributed optimally for availability during maintenance or update operations.
upvoted 3 times
...
Rouh
1 year, 2 months ago
Selected Answer: B
Answer is B 20
upvoted 1 times
...
Mohanraj_SV5
1 year, 4 months ago
Selected Answer: B
The upper limit of platformUpdateDomainCount is 20
upvoted 2 times
...
Tarun_A
1 year, 6 months ago
Selected Answer: B
https://learn.microsoft.com/en-us/azure/virtual-machines/availability-set-overview
upvoted 2 times
...
regux
1 year, 6 months ago
Selected Answer: B
B 20 is the correct one.
upvoted 1 times
...
Kopparthi
1 year, 8 months ago
A higher value would generally be preferable to improve availability. Among the options, D. 40 would provide the highest degree of isolation and availability during maintenance or updates. Therefore, you should configure the platformUpdateDomainCount property with a value of 40
upvoted 1 times
...
Kopparthi
1 year, 8 months ago
A higher value would generally be preferable to improve availability. Among the options, D. 40 would provide the highest degree of isolation and availability during maintenance or updates. Therefore, you should configure the platformUpdateDomainCount property with a value of 40
upvoted 1 times
...
CloudixExamTopics
1 year, 8 months ago
To ensure high availability within an Azure availability set, you need to distribute virtual machines across different update domains and fault domains. Update domains represent groups of virtual machines that can undergo maintenance or updates together, minimizing potential downtime. For the best balance between high availability and maintenance, it's recommended to set the platformUpdateDomainCount property to 20. This ensures that your virtual machines are spread across 20 update domains. The platform imposes a default limit of 20 update domains in each availability set.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago