Microsoft Azure Integration and Security (legacy) — Question 12
You have an Azure App Service plan named AdatumASP1 that hosts several Azure web apps.
You discover that the web apps respond slowly.
You need to provide additional memory and CPU resources to each instance of the web app.
What should you do?
Answer options
- A. Scale out AdatumASP1.
- B. Add continuous WebJobs that use the multi-instance scale.
- C. Scale up AdatumASP1.
- D. Add a virtual machine scale set.
Correct answer: C
Explanation
Scaling up AdatumASP1 increases the resources available to each instance, which directly addresses the issue of slow responses. Scaling out would add more instances rather than upgrading the resources of existing ones, while adding WebJobs or a virtual machine scale set does not directly enhance the performance of the existing web apps.