Costa Rica
Last updated: 2026-04-06
Table of Content (Click to expand)
The deployment request is attempting to provision a service at a tier (in this case, standard2) that exceeds the allowed quota. The error suggests that we sre using 0 out of 0 quota, meaning you have no available quota for this tier. The recommended fix is to submit a quota increase request using the guidelines provided in the error message:
ServiceQuotaExceeded: Operation would exceed 'standard2' tier service quota. You are using
0 out of 0 'standard2' tier service quota. If you need more quota, please submit a quota
increase request following: https://aka.ms/AddQuotaSubscription.
Tip
Please follow this link to review the process for Request a quota increase
In the meantime, you can decrease the search service SKU to standard basic since you don't have enough quota. Once the quota is accepted, you can redeploy the service with the right quota assigned.
-
After initializing the project using the azd templates, navigate to the
infrafolder, where you'll find a file namedmain.bicep. For example: GPT-RAG_SolutionAccelerator/infra/main.bicep -
In the
AI search SKU nameconfiguration section, you can modify the SKU being used. To do this, for example update the definition in line 336, which currently references standard2/standard, and replace it with the definition in line 335, which specifies standard/basicChanging.Search.Service.SKU.mp4