Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 2.51 KB

File metadata and controls

46 lines (30 loc) · 2.51 KB

Troubleshooting: Known Errors

Costa Rica

GitHub Cloud2BR OSS - Learning Hub

Last updated: 2026-04-06


Table of Content (Click to expand)

Service Quota Exceeded

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

Workaround

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.

  1. After initializing the project using the azd templates, navigate to the infra folder, where you'll find a file named main.bicep. For example: GPT-RAG_SolutionAccelerator/infra/main.bicep

  2. In the AI search SKU name configuration 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/basic

    Changing.Search.Service.SKU.mp4
Total views

Refresh Date: 2026-04-06