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:
- 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.
- 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