Template deployment Error

Gerson 0 Reputation points
2023-07-13T23:10:36.46+00:00

Hello !

Need help with that.. I can finish to set up my azure enviroment

The template deployment 'Microsoft.Web-WebAppDatabase-Portal-ab0034bc-91c3' is not valid according to the validation procedure. The tracking id is 'cb093be3-b0b7-4eff-928c-2f3c4c376ddc'. See inner errors for details.","details":[{"code":"ValidationForResourceFailed","message":"Validation failed for a resource. Check 'Error.Details[0]' for more information.","details":[{"code":"SubscriptionIsOverQuotaForSku","message":"This region has quota of 0 PremiumV2 instances for your subscription. Try selecting different region or SKU."}]}]}

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,234 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,306 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,260 questions
Windows Server Setup
Windows Server Setup
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
241 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,004 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 16,596 Reputation points
    2023-07-13T23:48:57.73+00:00

    Hi @Gerson We are sorry to hear you're facing this issue.

    The error message "SubscriptionIsOverQuotaForSku" means that your Azure subscription has reached its quota for the PremiumV2 instance SKU in the region where you are trying to deploy your web app. This means that you cannot deploy any more PremiumV2 instances in that region until you increase your quota.

    To fix this error you can either:

    1. Choose a different Azure region: Select a different region for your deployment where the quota for PremiumV2 instances is not zero. You can review the available regions and their quotas for PremiumV2 instances in the Azure portal or refer to the Azure documentation for the most up-to-date information.
    2. Choose a different SKU: If changing the region is not feasible or doesn't meet your requirements, consider using a different SKU for the Azure resources you're deploying. In this case, you can explore alternative SKU options for your web app and database resources that are available in the region you want to deploy to and have sufficient quota.

    -Grace

    0 comments No comments