azure webapp creation error using free plan

FXBS 0 Reputation points
2023-09-05T13:24:49.8866667+00:00
{
  "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-96bacc4a-bdd3' is not valid according to the validation procedure. The tracking id is '263d07d1-68b3-4048-b61c-c6efcf2951a3'. See inner errors for details."
  },
  "subscriptionId": "ee25f7cf-548f-4df3-b216-a85042fd7a4c",
  "resourceGroupName": "medx-logistic",
  "location": "centralindia",
  "deploymentName": "Microsoft.Web-WebApp-Portal-96bacc4a-bdd3",
  "details": {
    "code": "InvalidTemplateDeployment",
    "message": "The template deployment 'Microsoft.Web-WebApp-Portal-96bacc4a-bdd3' is not valid according to the validation procedure. The tracking id is '263d07d1-68b3-4048-b61c-c6efcf2951a3'. 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": "2023-09-05T13:20:44.925Z"
}
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
949 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,703 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 24,671 Reputation points Microsoft Employee
    2023-09-06T09:07:40.4833333+00:00

    @FXBS Thanks for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.

    Based on the shared information, I have looked at the backend logs I can see that yours is free trial subscription.

    Free trial subscription has set of limitations and has limited access as well. I would suggest you re-try the webapp creation operation in another region and let us know if you are facing the issue.

    Refer to this documentation, for more information about subscription limits.

    Feel free to reach back to me if you have any further questions on this.

    0 comments No comments

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.