Azure AI Playground: Search Endpoint Configuration

Green, Jim 75 Reputation points
2025-03-07T00:35:11.7933333+00:00

Just starting out with AI so sorry if this is a noob question. After the initial Foundry setup, I added a 2nd Search Service to change the SKU to F0 for experimentation (since it's not possible to change it after creation). When I open the Chat playground, it still uses the original search.

What is the search service selection based on? Is there a setting in the playground or elsewhere in Foundry to select which search endpoint is used?

Thanks.

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,223 questions
0 comments No comments
{count} votes

Accepted answer
  1. Laxman Reddy Revuri 3,185 Reputation points Microsoft External Staff
    2025-03-07T05:00:34.9033333+00:00

    Hi @Green, Jim
    apologize for any inconvenience caused on this.
    No, there is no direct setting in the Azure AI Playground to manually select a different Azure AI Search endpoint. Working with the Azure AI Playground, the search service selection is chosen based on the configuration set during setup. If you previously added another search service and want to use it in the Chat playground, there is no option within the playground to toggle search endpoints.

    1.To confirm that the new search service is being used, it is necessary to check the configuration settings in the Azure AI Foundry portal.
    2. Make sure that the new search service is properly associated with your application and ensure any environment variables tied to the search service are updated.
    3.If you need to switch to the new search service without redeploying your app, adjust the environment variables that control the data source to be used.
    4. Ensure the AZURE_SEARCH_SERVICE and AZURE_SEARCH_INDEX variables point to the new search service.
    references:
    https://learn.microsoft.com/en-us/azure/ai-foundry/quickstarts/get-started-playground


0 additional answers

Sort by: Most helpful

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.