deploymentName: Microsoft.Web-WebApp-Portal-ce3adb32-aa68 deploymentStatusCode: -1 details: {"code":"InvalidTemplateDeployment","message":"テンプレート デプロイ 'Microsoft.Web-WebApp-Portal-ce3adb32-aa68' は、検証プロシージャによって無効とされました。追跡 ID は 'd1bfe776-3530-47d4-9073-3cb5aa2785b9' です。詳細については、内部エラーを参照してください。","details":[{"code":"ValidationForResourceFailed","message":"Validation failed for a resource. Check 'Error.Details[0]' for more information.","details":[{"code":"SubscriptionIsOverQuotaForSku","message":"Quota exceeded for : 0 VMs allowed, 1 VMs requested.. Try selecting different region or SKU."}]}]} error: {"code":"InvalidTemplateDeployment","details":[{"code":"ValidationForResourceFailed","message":"Validation failed for a resource. Check 'Error.Details[0]' for more information.","details":[{"code":"SubscriptionIsOverQuotaForSku","message":"Quota exceeded for : 0 VMs allowed, 1 VMs requested.. Try selecting different region or SKU."}]}],"message":"テンプレート デプロイ 'Microsoft.Web-WebApp-Portal-ce3adb32-aa68' は、検証プロシージャによって無効とされました。追跡 ID は 'd1bfe776-3530-47d4-9073-3cb5aa2785b9' です。詳細については、内部エラーを参照してください。"} expected: true location: japaneast notificationTimestamp: "2025-07-08T00:33:46.779Z" resourceGroupName: アプリケーション stage: 6 subscriptionId: 36d4d387-f8d4-4beb-b9e1-347e3019461a
Thanks for sharing the deployment error, 知英. Here's what's happening with this failed deployment:
⚠️ Error Summary
- Deployment Name:
Microsoft.Web-WebApp-Portal-ce3adb32-aa68
- Status:
InvalidTemplateDeployment
- Reason: Azure validation failed because of a quota limit violation.
🔍 Root Cause
The key message is:
Quota exceeded for : 0 VMs allowed, 1 VMs requested.
This indicates that your subscription doesn’t currently allow any VMs of the selected SKU (tier) in the Japan East region. You attempted to provision 1 VM, but the quota for that SKU is 0.
🛠️ Resolution Steps
Here are a few ways to resolve this:
- Change SKU:
- Go back to the App Service Plan settings and select a different (lower-tier or quota-available) SKU.
- For example, try
B1
, F1
, or D1
, depending on what's available in your region and subscription.
- Change Region:
- If you must use the current SKU, consider deploying to a region where you do have capacity.
- Request Quota Increase:
- Go to Azure Quotas
- Select the appropriate subscription and submit a request to increase your VM quota for the needed SKU in Japan East.
- Double-check Subscription Type:
- Some types (e.g. free or trial subscriptions) have stricter quotas. Upgrading may unlock more resources.
If you tell me which SKU and App Service Plan you're aiming for, I can help tailor the options more closely. Want to go that route?
日本語で
了解しました、知英さん。以下はエラーの日本語での説明と対応方法です。