How to fix unable to create API App in West US 2

117 views Asked by At

I have been facing an issue where I get an error when trying to deploy an API App to West US 2. It works in, say, West US, tho.

Here is the error: enter image description here

I am deploying a Standard 1 Windows .NET 6 API App with no fancy networking or anything like that.

1

There are 1 answers

3
Harshitha On

The error indicates that there is no limit to deploy your App in the selected region and the selected resource group.

The mentioned limit is for the selected resource group/App Service Plan not for the subscription.

If you want to deploy only in that specific region, try to select another App Service Plan,deploy the app and check once.

Also, check the vCPU limit of your selected Plan.

enter image description here

  • Try to delete or decrease the number of instances in that particular App Service Plan in which you are facing the issue.

enter image description here

Please refer similar issue in MS Q&A for more details.