Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
The point here was there the Policy on the subscription was not fine, also the resources(webapp) were not created.
After fixing these, all was fine
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
When trying to create a new web app, I receive below error:
{
"deploymentStatusCode": -1,
"stage": 6,
"expected": true,
"error": {
"code": "InvalidTemplateDeployment",
"details": [
{
"code": "ValidationForResourceFailed",
"message": "Validation failed for a resource. Check 'Error.Details[0]' for more information.",
"details": [
{
"code": "SubscriptionIsOverQuotaForSku",
"message": "Operation cannot be completed without additional quota. \r\nAdditional details - Location: \r\nCurrent Limit (Basic VMs): 0 \r\nCurrent Usage: 0\r\nAmount required for this deployment (Basic VMs): 1 \r\n(Minimum) New Limit that you should request to enable this deployment: 1. \r\nNote that if you experience multiple scaling operations failing (in addition to this one) and need to accommodate the aggregate quota requirements of these operations, you will need to request a higher quota limit than the one currently displayed."
}
]
}
],
"message": "The template deployment 'Microsoft.Web-WebApp-Portal-66811534-a85b' is not valid according to the validation procedure. The tracking id is '3d422e01-fedf-4e61-9cf5-40fed76d6c36'. See inner errors for details."
},
"subscriptionId": "xxxxx",
"resourceGroupName": "xxxx",
"location": "North Europe",
"deploymentName": "Microsoft.Web-WebApp-Portal-66811534-a85b",
"details": {
scala
"code": "InvalidTemplateDeployment",
"message": "The template deployment 'Microsoft.Web-WebApp-Portal-66811534-a85b' is not valid according to the validation procedure. The tracking id is '3d422e01-fedf-4e61-9cf5-40fed76d6c36'. See inner errors for details.",
"details": [
{
"code": "ValidationForResourceFailed",
"message": "Validation failed for a resource. Check 'Error.Details[0]' for more information.",
"details": [
{
"code": "SubscriptionIsOverQuotaForSku",
"message": "Operation cannot be completed without additional quota. \r\nAdditional details - Location: \r\nCurrent Limit (Basic VMs): 0 \r\nCurrent Usage: 0\r\nAmount required for this deployment (Basic VMs): 1 \r\n(Minimum) New Limit that you should request to enable this deployment: 1. \r\nNote that if you experience multiple scaling operations failing (in addition to this one) and need to accommodate the aggregate quota requirements of these operations, you will need to request a higher quota limit than the one currently displayed."
}
]
}
]
},
"notificationTimestamp": "2025-11-25T10:01:19.894Z"
}
It looks like it is a quota issue, but don't know how to increase it.
Can you please help?
Best regards,
Andrei
--Edited PII info
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
The point here was there the Policy on the subscription was not fine, also the resources(webapp) were not created.
After fixing these, all was fine