Increase Memory and CPU Resources for Azure Web Apps | AdatumASP1 | Microsoft Azure

Increase Memory and CPU Resources for Azure Web Apps

Question

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?

Answers

Explanations

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.md

To 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:

  1. Sign in to the Azure portal.
  2. Navigate to the AdatumASP1 App Service plan.
  3. Click on the "Scale up (App Service plan)" option.
  4. Choose a higher pricing tier from the available options that provides more CPU and memory resources.
  5. Click on the "Apply" button to save the changes.

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.