Autosuggest API does not work with CustomSearch

Krzysztof Modras 11 Reputation points
2020-10-06T08:52:03.887+00:00

The CustomSearch production endpoint is configured to use Autosuggest, yet API calls and HostedUI do not work. Curl calls respond with:

{
"errors": [
{
"code": "InvalidRequest",
"subCode": "ParameterInvalidValue",
"message": "Autosuggest is not yet configured for this instance. Changes may take up to 24 hours to reflect."
}
]
}

Custom Search instance is on API tier S3 and Autosuggest instance is on API tier S4. What may be the problem?

Bing Autosuggest
Bing Autosuggest
A Bing service that gives your app intelligent autosuggest options for searches.
12 questions
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.
694 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Dubey, Somesh 0 Reputation points
    2023-10-27T19:25:26.52+00:00

    I am facing the same issue, used s4 tier for autosuggest and it has been more than 24 hours and it is still not rendering autosuggestions.

    0 comments No comments