You are designing an Azure Web App that will use one worker role. The Web App does not use SQL Database.You have the following requirements:– Maximize throughput and system resource availability– Minimize downtime during scalingYou need to recommend an approach for scaling the application.Which approach should you recommend?On the Scale page of the Azure Management Portal, you can manually scale your application or you can set parameters to automatically scale it. You can scale applications that are running Web Roles, Worker Roles, or Virtual Machines. To scale an application that is running instances of Web Roles or Worker Roles, you add or remove role instances to accommodate the work load.Reference: http://azure.microsoft.com/en-gb/documentation/articles/cloud-services-how-to-scale/
Question:
Which approach should you recommend?
Options:
Increase the role instance size.
Set up horizontal partitioning.
Increase the number of role instances.
Set up vertical partitioning.
Correct Answer
The Correct Answer for this Question is
Increase the number of role instances.