Index Quota Exceeded – Unable to Create 'sitecontent' Index in 'aressaisearch' Service

Vaibhav Patil 235 Reputation points
2024-09-19T11:18:20.3266667+00:00

This is a part of chat bot that was developed for a company's website, however i guess the bot was not being used from a long time. Now that i am running the backend code, it is throwing the below error after entering a prompt.

search' could not be created. Index quota has been exceeded for this service. You must either delete unused indexes first, add a delay between index creation requests, or upgrade the service for higher limits. Maximum number of indexes allowed: 3

Code:

Message: An index with the name 'sitecontent' in service 'aressaisearch' could not be created. Index quota has been exceeded for this service. You must either delete unused indexes first, add a delay

between index creation requests, or upgrade the service for higher limits. Maximum number of indexessearch' could not be created. Index quota has been exceeded for this service. You must either delete unused indexes first, add a delay between index creation requests, or upgrade the service for higher limits. Maximum number of indexes allowed: 3

Code:

Message: An index with the name 'sitecontent' in service 'aressaisearch' could not be created. Index quota has been exceeded for this service. You must either delete unused indexes first, add a delay

search' could not be created. Index quota has been exceeded for this service. You must either delete unused indexes first, add a delay between index creation requests, or upgrade the service for highesearch' could not be created. Index quota has been exceeded for this service. You must either deletesearch' could not be created. Index quota has been exceeded for this service. You must either delete unused indexes first, add a delay between index creation requests, or upgrade the service for higher limits. Maximum number of indexes allowed: 3

Code:

Message: An index with the name 'sitecontent' in service 'aressaisearch' could not be created. Index quota has been exceeded for this service. You must either delete unused indexes first, add a delay

between index creation requests, or upgrade the service for higher limits. Maximum number of indexes allowed: 3

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,013 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 21,586 Reputation points
    2024-09-20T06:44:18.05+00:00

    @Vaibhav Patil Thanks for reaching here!

    The error message you are seeing indicates that the maximum number of indexes allowed for your Azure AI Search service has been exceeded. In this case, the error message specifically mentions that the maximum number of indexes allowed is 3, and that you have already reached this limit.

    To resolve this issue, you will need to either delete unused indexes or upgrade your service to a higher pricing tier that allows for more indexes.

    Refer- https://learn.microsoft.com/en-us/azure/search/search-limits-quotas-capacity#index-limits

    If you have unused indexes that you no longer need, you can delete them to free up space for new indexes. To delete an index, you can use the Azure portal or the Azure AI Search REST API.

    Refer- https://learn.microsoft.com/en-us/rest/api/searchservice/delete-index

    Alternatively, you can upgrade your service to a higher pricing tier that allows for more indexes. You can find more information about the pricing tiers and their features on the Azure AI Search pricing page. https://learn.microsoft.com/en-us/azure/search/search-limits-quotas-capacity#index-limits

    Once you have freed up space for new indexes or upgraded your service, you should be able to create new indexes without encountering this error.

    I hope this helps! Let me know if you have any other questions.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.