App Service pricing plan p1mv3

Lukas Vyslouzil 40 Reputation points
2023-05-26T12:24:58.82+00:00

We would like to switch to the p1mv3 plan,

But if I click on Scale UP in the existing App Service Plan, p1mv3 is not available here....

Than you

Lukas

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

Accepted answer
  1. TP 76,846 Reputation points
    2023-05-26T14:34:52.8533333+00:00

    Hi Lukas,

    It is likely MV3 Series worker isn't available in your current WebSpace. As a test, please try to create a new App Service Plan, in a new resource group, in the same Azure region as your current plan. To do this you can open a cloud shell and run command similar to below (modify name, resource group, location, etc., it to fit your needs):

    az appservice plan create --name P1mv3plan --resource-group new-resource-group --location westus --sku P1MV3
    
    

    If above succeeds, please navigate to the new App Service Plan you created and verify pricing plan is P1mv3. What you can do is re-create your current web app under this plan, and when finished and you have tested that everything works, delete your old app service plan and app. You will need to make necessary changes like modify your DNS records, add custom domain, certificate, etc.

    Unfortunately you cannot switch your current web app to the new app service plan since the new plan has to be in a different resource group.

    Please click Accept Answer if the above is useful.

    Thanks.

    -TP


0 additional answers

Sort by: Most helpful