Azure standard app service plan deployment deployment slots

Barry Woodbridge 20 Reputation points
2025-01-31T21:20:42.4633333+00:00

How many deployment slots does the standard app service plan allow? Which role, contributor or owner, is necessary to create additional slots?

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

Accepted answer
  1. Abiola Akinbade 29,490 Reputation points Volunteer Moderator
    2025-01-31T22:14:12.6366667+00:00

    Hello Barry Woodbridge,

    You will need a Contributor or owner role on that resource scope.

    The number of deployment slots available depends on the pricing tier of your App Service plan:

    •	Standard Tier: Up to 5 deployment slots per app.
    
    •	Premium and PremiumV2 Tiers: Up to 20 deployment slots per app.
    

    See: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    2 people found this answer helpful.
    0 comments No comments

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.