You are developing a Microsoft Azure web application. The application will be deployed to
10 web role instances. A minimum of 8 running instances is needed to meet scaling
requirements.
You need to configure the application so that upgrades are performed as quickly as possible,
but do not violate scaling requirements.
How many upgrade domains should you use?
A.
1
B.
2
C.
5
D.
10
why
Check out https://blogs.msdn.microsoft.com/plankytronixx/2015/05/01/azure-exam-prep-fault-domains-and-update-domains/
5 upgrade domains means : 10/5 = 2 instances per upgrade domain. If you upgrade 1 domain 2 instances will be down and 10-2 = 8 will still be running conform requirements
still doesn’t make sense 🙂
only if first grade math eludes you