Azure SQL Database
An Azure relational database service.
5,804 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I encountered an issue while deploying a Function App in the East US region:
Issue with Azure Portal: Deployment failed with the error:
"The template deployment 'Microsoft.Web-FunctionApp-Portal-XXXXXXXX' is not valid according to the validation procedure. Code:
ValidationForResourceFailed
. This region has a quota of 0 instances for your subscription."
PowerShell Deployment: The same Function App deployment succeeded without any errors when using PowerShell. Both deployments used identical configurations, including:
1. Attempt to deploy a Function App in **East US** using the Azure Portal.
1. Use the same settings to deploy the Function App using PowerShell (`New-AzFunctionApp`).
**Expected Behavior**: The deployment should either succeed or fail consistently across both the Azure Portal and PowerShell.
Request:
Please investigate the following:
Awaiting response