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 apps.
What should you do?
Click on the arrows to vote for the correct answer
A. B. C. D.D
https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/app-service/web-sites-scale.mdTo provide additional memory and CPU resources to each instance of the web apps running on an Azure App Service plan named AdatumASP1, you can scale up the App Service plan. Therefore, the correct answer is D. Scale up AdatumASP1.
Scaling up AdatumASP1 means upgrading the existing plan to a higher pricing tier that provides more CPU and memory resources to the web apps running on it. This can improve the performance of the web apps and reduce the response time.
To scale up AdatumASP1, you can follow these steps:
After scaling up AdatumASP1, the web apps running on it will be automatically scaled up to use the additional resources. You can monitor the performance of the web apps using Azure Application Insights and adjust the scaling settings as needed.