How do I fix this error message when I try to create a Azure WebApp for PhP 8.3 Linux?

Cody C 0 Reputation points
2025-01-18T22:44:14.91+00:00

Raw Error Message:
{

"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": "This region has quota of 0 instances for your subscription. Try selecting different region or SKU."

}

]

}

],

"message": "The template deployment 'Microsoft.Web-WebApp-Portal-9babbf87-9ae2' is not valid according to the validation procedure. The tracking id is 'e6e222a6-9f98-4ed7-bfe4-c770e9e215cc'. See inner errors for details."

},

"subscriptionId": "",

"resourceGroupName": "Default",

"location": "centralus",

"deploymentName": "Microsoft.Web-WebApp-Portal-9babbf87-9ae2",

"details": {

"code": "InvalidTemplateDeployment",

"message": "The template deployment 'Microsoft.Web-WebApp-Portal-9babbf87-9ae2' is not valid according to the validation procedure. The tracking id is 'e6e222a6-9f98-4ed7-bfe4-c770e9e215cc'. 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": "This region has quota of 0 instances for your subscription. Try selecting different region or SKU."

}

]

}

]

},

"notificationTimestamp": "2025-01-18T22:14:33.698Z"

}

Summary Error Details (From Azure Error)
This region has quota of 0 instances for your subscription. Try selecting different region or SKU.

(Code: ValidationForResourceFailed)

  • This region has quota of 0 instances for your subscription. Try selecting different region or SKU. (Code: SubscriptionIsOverQuotaForSku)
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
3,171 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Manu Philip 20,101 Reputation points MVP
    2025-01-19T11:01:03.1466667+00:00

    Hi Cody C,

    Have you got a chance to check the available quota for your subscription type as shown in the below page?

    App Service Limits

    Also, check your subscription and see the quota available in the following section of the portal

    User's image

    Hope this helps.


    --please don't forget to upvote and Accept as answer if the reply is helpful--


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.