Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hi @Neil Earlam
Thank you for reaching us regarding the issue that you’re encountering is due to insufficient regional quota (vCPU quota = 0) in UK South, which blocks the deployment of App Service Plans. In Azure, quotas are enforced per subscription and per region, and deployments fail if the required regional quota is not available.
Recommended Resolution Steps:
- Verify Resource Provider Registration
Go to:Subscription → Resource ProvidersEnsure the following providers are Registered:
-
Microsoft.Web -
Microsoft.Compute
If already registered, allow time for propagation and refresh the portal.
2. Request Regional vCPU Quota Increase (
Follow the documented steps:
- Go to:
Subscriptions → Usage + quotas → Quotas - Select Compute
- Filter by Region = UK South
- Select Total Regional vCPUs
- Click New quota request
-
Quota limits are region-specific; increasing quota in one region does not affect others.
New subscriptions may have low or zero default quotas, especially in certain regions.
Reference:
https://learn.microsoft.com/en-us/azure/quotas/per-vm-quota-requests
https://docs.azure.cn/en-us/azure-resource-manager/templates/error-register-resource-provider
Kindly let us know if the above helps or you need further assistance on this issue.
Please "accept" if the information helped you. This will help us and others in the community as well.