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.
Correct Answer: C,G
Explanation/Reference:
Explanation:
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.
References:
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