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:
- Go to Azure Portal
- Search for "Quota"
- Select "Compute" or "App Service"
- Request a quota increase for the SKU/region you need