App Service PremiumV3 - Supported Deployment Types

YG-3027 1 Reputation point
2022-03-23T01:08:44.21+00:00

As specified in this article https://learn.microsoft.com/en-us/azure/app-service/app-service-configure-premium-tier, one of the prerequisite is that app must be running in an App Service deployment that supports PremiumV3.

I would like to know which App Service deployment types are supported in PremiumV3 app service plan. Any references would be helpful. Thanks.

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
237 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MughundhanRaveendran-MSFT 12,481 Reputation points
    2022-03-23T05:18:57.347+00:00

    @YG-3027 ,

    Thanks for reaching out to Q&A.

    Each Azure region has few data centers and each data center would have few scale units. The App serivce deployment in this case refers to scale units. The new PremiumV3 pricing tier gives you faster processors, SSD storage, and quadruple the memory-to-core ratio of the existing pricing tiers (double the PremiumV2 tier). Only certain regions/scale units would support the PremiumV3 infrastructure (VM).

    The supported deployment types are actually locations of the datacenters. There is a list of locations/regions that support Premiumv3 SKU. You can get the list by running the below CLI command as specified in the document,

    Azure CLI:

    az appservice list-locations --sku P1V3

    Please note that, If your app runs in an App Service deployment where PremiumV3 isn't available, or if your app runs in a region that currently does not support PremiumV3, you need to re-deploy your app to take advantage of PremiumV3.

    https://learn.microsoft.com/en-us/azure/app-service/app-service-configure-premium-tier#unsupported

    I hope this helps!

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.


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.