Share via

I cannot create a web app

Andrrei Minzareanu 5 Reputation points
2025-11-25T10:05:49.7866667+00:00

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
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.


1 answer

Sort by: Most helpful
  1. Andrrei Minzareanu 5 Reputation points
    2025-11-26T13:28:47.53+00:00

    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

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

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