'I get a deployment Error when trying to publish a solution to Azure

Template deployment failed. Deployment operation statuses: Failed: /subscriptions/7696ec04-ba92-4f74-99ad-27808b065cfe/resourceGroups/BookService20211123165113ResourceGroup/deployments/website_deployment_20211124144346 (exception) error (SubscriptionIsOverQuotaForSku): This region has quota of 0 instances for your subscription. Try selecting different region or SKU.



Solution 1:[1]

The error message tells you what the problem is:

This region has quota of 0 instances for your subscription. Try selecting different region or SKU.
  • You do not have any quota for whatever you are trying to deploy. You will need to raise support request to have the quota increased in that region.

  • If you do have quota, this could also be down to the current throttling of creating new resources in regions hit with high demand . If that is the case you can try another region or wait.

region quota for a subscription

If you go the subscriptions resource, and then select the subscription you want to look at. You should see a quota tab. You will then need to look for the resource type and region to see what you have allocated.

Please refer SKU not available for more details.

Solution 2:[2]

I was using a trial subscription. I upgrade my subscription pay as you go (Basic). Now it works for me.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 HarshithaVeeramalla-MT
Solution 2 Mohammad Atiour Islam