Question 61 of 197 from exam AZ-100: Microsoft Azure Infrastructure and Deployment

Question 61 of 197 from exam AZ-100: Microsoft Azure Infrastructure and Deployment

Question

You have an Azure subscription.

You plan to use Azure Resource Manager templates to deploy 50 Azure virtual machines that will be part of the same availability set.

You need to ensure that as many virtual machines as possible are available if the fabric fails or during servicing.

How should you configure the template? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Select two alternatives below.

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E. F. G. H. I. J.

CG

Use two fault domains.

2 or 3 is max, depending on which region you are in.

Use 20 for platformUpdateDomainCount

Increasing the update domain (platformUpdateDomainCount) helps with capacity and availability planning when the platform reboots nodes. A higher number for the pool (20 is max) means that fewer of their nodes in any given availability set would be rebooted at once.

https://www.itprotoday.com/microsoft-azure/check-if-azure-region-supports-2-or-3-fault-domains-managed-disks https://github.com/Azure/acs-engine/issues/1030