Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
HI @PAUL EGBOH
Thanks for providing the detailed steps and the exact error message. This is a very common issue with new or Visual Studio subscriptions.
Even though you're selecting the F1 or B1 pricing tier, Azure requires a specific App Service quota (under the Microsoft.Web resource provider) in the chosen region (UK South). Your subscription currently has a limit of 0 for Total VMs / workers in that region, which is why the deployment is failing. The vCPU quota you requested under Compute doesn't apply here — App Service uses its own separate quota.
Request App Service Quota Increase (Recommended by Microsoft)
Please follow these steps to increase your quota:
- Open the Azure Portal and go directly to the Quotas page using this link: Quotas - Microsoft Azure
- Click on App Service (Public Preview).
- At the top, click the Region filter and select the region where you are trying to create the Web App (e.g., UK South, Central India, etc.).
- At the bottom, you will see the list of available App Service quotas and current usage.
- On the right side, click the pencil / person icon next to the quota you need.
- Example: F1 VMs (if using Free tier)
- B1 VMs (Basic tier)
- P0v4 or appropriate Premium SKU, etc.
- In the New Quota Request panel that opens on the right, enter the desired new limit (e.g., 1 or 5) and click Submit.
- B1 VMs (Basic tier)
- Example: F1 VMs (if using Free tier)
Once your request is approved (usually within a few minutes to a few hours for small increases), go back and retry creating your Web App.
https://learn.microsoft.com/en-us/azure/quotas/regional-quota-requests
If the answer is helpful, Please do click "Accept the answer” and Yes, this can be beneficial to other community members.
If you have any other questions, let me know in the "comments" and I would be happy to help you