Feb 08 2023 10:53 PM
My code:
{"code": "InvalidTemplateDeployment", "message": "The template deployment '2.azbicep-dev-eus-appserviceplan' is not valid according to the validation procedure. The tracking id is 'f7c44838-892d-4ae8-b127-684f1b681c79'. See inner errors for details."}
Inner Errors:
{"code": "ValidationForResourceFailed", "message": "Validation failed for a resource. Check 'Error.Details[0]' for more information."}
Inner Errors:
{"code": "SubscriptionIsOverQuotaForSku", "message": "This region has quota of 1 instances for your subscription. Try selecting different region or SKU."}
Feb 10 2023 08:11 PM
@vihaan0022 The error message you are encountering indicates that you have exceeded the quota limit for the specified SKU in the region you are trying to deploy to. The error message says "This region has quota of 1 instances for your subscription. Try selecting different region or SKU." This means that you have already used one instance of the SKU "S1" in your subscription and you need to either choose a different SKU or a different region.
To resolve this issue, you can either:
Alternatively, you can also raise a support request with Azure support to increase the quota for the region and SKU you are trying to use.