Azure App Service Plan

Handian Sudianto 4,856 Reputation points
2023-09-22T04:00:41.24+00:00

Hello,

Currently i have app service plan v2, and this version have 2 cores, 3.5GB RAM and 50GB storage.

if we change the count from 1 to 2, are this mean we the core will be 4, RAM will be 7.5GB and storage will be 100GB?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,676 questions
0 comments No comments
{count} votes

Accepted answer
  1. TP 90,556 Reputation points
    2023-09-22T04:13:54.1533333+00:00

    Hi,

    I assume you are referring to Standard S2 SKU and Scale out (App service plan). If my assumption is incorrect please let me know.

    If you Scale out to 2, that means you will have two separate instances running, each having 2 vCPUs, 3.5GB RAM, and access to shared storage limited to 50GB. Incoming requests for your application will be load-balanced across the two instances.

    If your application needs access to more vCPUs/RAM then you would need to Scale up to a larger SKU, such as Standard S3, which has 4 vCPUs and 7GB RAM for each instance.

    Please click Accept Answer if the above was useful.

    Thanks.

    -TP


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.