Error occurred during WordPress on App Service deployment.

征志郎 林 40 Reputation points
2025-06-11T14:03:00.5033333+00:00

I’d like to use WordPress on App Service.

However, when I try to deploy, I encounter the following error.I'd really appreciate it if you could make the deployment possible.

{"code":"InvalidTemplateDeployment","message":"テンプレート デプロイ 'Microsoft.Web-Wordpress-Portal-c32632ca-9860' は、検証プロシージャによって無効とされました。追跡 ID は 'e90a190f-d646-4b11-8b43-b55a4eb132e6' です。詳細については、内部エラーを参照してください。","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 Basic instances for your subscription.. Try selecting different region or SKU."}]}]}

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,939 questions
0 comments No comments
{count} votes

Accepted answer
  1. Mr Humayun 155 Reputation points
    2025-06-11T14:08:46.41+00:00

    The error you're seeing — "SubscriptionsIsOverQuotaForSku" — means your Azure subscription does not have quota for the selected App Service SKU (Basic tier) in the chosen region.

    To fix this issue:

    Option 1: Select a Different App Service Plan SKU

    When deploying WordPress, choose a different SKU such as Free (F1) or Shared (D1) if you're testing or Standard (S1) if you're doing production work.

    You can change this in the App Service Plan settings during the deployment wizard.

    Option 2: Change Deployment Region

    Try deploying in a different Azure region that supports the Basic tier for your subscription.

    Example regions: East US, West Europe, or Southeast Asia.

    Option 3: Request Quota Increase

    • If you need to use the Basic SKU in that specific region, submit a support request to increase your quota:
      1. Go to Azure Portal
      2. Search for "Quota"
      3. Select "Compute" or "App Service"
      4. Request a quota increase for the SKU/region you need
    1 person found this answer helpful.

0 additional answers

Sort by: Most 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.