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.
I am deploying a Standard 1 Windows .NET 6 API App with no fancy networking or anything like that.
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.
I am deploying a Standard 1 Windows .NET 6 API App with no fancy networking or anything like that.
Copyright © 2021 Jogjafile Inc.

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 Plannot for thesubscription.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
vCPUlimit of your selected Plan.App Service Planin which you are facing the issue.Please refer similar issue in MS Q&A for more details.