An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
We did not change permissions on our connection. I will try making a new one
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Starting on the 10th we started getting errors with our Agent trying to use AI Search. We have a knowledge base with the AI search configured. This was working prior to the 10th.
We get the following error: ErrorFailed to fetch access token. Status: BadRequest. Details: "ARA request failed with status BadRequest"
I am able to get it to work temporarily in the playground by removing the knowledge base, saving, adding the knowledge base back and saving. However, when I reload the agent, it gives the same error again.
This happening across multiple agents. Other agents not using the AI search are working.
We have also noticed since the 10th we are not able to create new agents.
An error occurred while processing your request. You can retry your request, or contact us if the error persists. Please include the request ID d6c5cf920cf9437f901cf9b1d1359ef2 in your message.
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
We did not change permissions on our connection. I will try making a new one
AI answer
The symptoms indicate an authorization/connection issue between Foundry Agent Service and Azure AI Search that started recently and affects all agents using AI Search.
Based on the documented troubleshooting patterns, the following checks and mitigations apply:
az cognitiveservices account project connection create or the azure-mgmt-cognitiveservices SDK, ensuring the endpoint and index name are correct and point to the intended search service and index.If, after verifying roles, keys, endpoints, and recreating the AI Search project connection, the ARA BadRequest persists across multiple agents and environments, capture the failing request ID and open a support ticket so the platform team can inspect the ARA/Foundry backend logs.
References: