Indexer error on Azure search
My Azure search has completely refused to index some 3 PDFs that are in my blob storage. I have isolated these PDF and I have even tried splitting them into smaller PDF and ingesting them on the Azure OpenAI foundry but I'm getting this error Your data…
Azure AI Search

Azure AISearch Indexer: "'JSON arrays with element type 'Float' map to Collection(Edm.Double)"
I have the following problem. I am trying to build an indexer in Azure AI Search. I have a skillset with a “Custom.WebApiSkill” skill. This provides me with the following response body: { "values": [ { "recordId":…
Azure Functions
Azure AI Search
How to get citation links from Azure AI Agents reposnse through MessageTextAnnotation
We are using Semantic Kernel framework to integrate Azure agents with our application. We have added Azure AI Search service to one of our agents and upon querying the agent it returned search response along with few citation links (in Azure AI Foundry).…
Azure AI Search
How do I delete all records where my date_ymd column in Azure Search Index is equal to a specific date?
Hi, I have an issue where I'm collecting a lot of data on a scheduled script that will store the data in a the Azure Search Index as a vector db and I then use RAG to collect data from this based on a prompt sent by a user in a chatbot and the AI's…
Azure AI Search
Azure AI Agent Service with file search - Automatic index updates after file updates?
I tagged this as Azure AI Search because there is no tag for Azure AI Agent Service currently. Using Azure AI Agent Service with file search. How long of a gap is there between updating the information in the file search's Azure Blob Storage and the…
Azure AI Search
An unexpected error occurred. For more information on troubleshooting connection issues to Azure Storage accounts, please see https://go.microsoft.com/fwlink/?linkid=2049388
I have an indexer that was running for weeks without issue and I now have connection issues. Is there a way to see why the connection is failing? The current error is: An unexpected error occurred. For more information on troubleshooting connection…
Azure AI Search
Index doesn't appear in the process of indexing and skillset
Hi, I am trying to convert text data in "txt "column in azure sql db to vector data and saving the data in "txt_vector" attribute in index below, but I see nothing in index when I run the indexer. Does anyone give me a clue for…
Azure AI Search
AI Search: Improving Exact Match Scoring in Document Search
Building a search functionality on a dataset containing approximately 65,000,000 documents and 30 GB of data, with fields such as name, address, city, telephone number, and postcode, along with filter fields like country and type. The challenge lies in…
Azure AI Search
Azure AI Search Vector Index showing search.answers are in triplicate
Azure AI Search Vector Index showing search.answers are in triplicate. deleted and recreated index/indexer same results., the document index count is over 2000 but the blob storage is only 46 pdfs?
Azure AI Search
We are getting "Error 400 Bad Request" when connecting Azure Open AI using an Azure AI Index as the data source
We are trying to connect a web form chat box application we are creating to our existing open ai service and search service that we have set up. When we try to connect to the open ai service or search service individually from the application using…
Azure AI Search
Azure OpenAI Vector Store - Attributes Retrieval
I'm having trouble to retrieve attributes from my vector store, it fails at the retrieve. The same code works with OpenAI. I'm using 2025_03_02-preview API version. Code: import os import sys import tempfile import time from openai import…
Azure AI Search

I get error when creating a project on Speech Studio
I get this connection error while using Speech Studio so that I cannot create a project. How can I solve this issue? Connection ID: 818b5f70-2115-11f0-bd0c-5be69830caf0
Azure AI Search
rate limit exceeded error with Azure AI search
I am getting below rate limit exceeded error when I am using Azure AI search with python code. 'An error occurred when calling Azure OpenAI: Server responded with status 429. Error message:…
Azure AI Search
Error in web app deployed from AI Foundry; all queries result in error
Redeploy (working) web app from Azure AI Foundry. Tried with and without chat history enabled. Get Error code: 400 - {'error': {'requestid': '7a5c4617-80ed-40bd-b2d3-11771466a883', 'code': 400, 'message': 'Failed to get managed identity token. Response:…
Azure AI Search
AI Foundry (Cohere) embeddings in AI search wizard not working
No matter what I do, I can never select an AI Foundry embedding model in the Import and vectorize data in Azure AI Search. I wanted to try the SByte vector encoding via Cohere. I use East US for: resource group foundry project/hub ai search and all…
Azure AI Search

How to map fields from AI Search to Copilot Studio
Hi, How can i map required fields from AI Search to show them as output in copilot studio. Below string is generated as a citation from Sharepoint online via AI Search For e.g: {score:0.8436232, metadata_spo_item_path:/drives/, content:abc…
Azure AI Search
Microsoft Copilot
Azure Cognitive Search query multiple indexes
In Elasticsearch, we are able to query multiple indexes in a single request but comma separating their names in the path, for example /index-1, index2/_search. Does Cognitive Search offer a comparable solution?
Azure AI Search
Modify/Create new azure ai search index with "IMPORT AND VECTORIZE DATA" option and configure some fields as facetable, sortable
Hey Azure Community, I want to ask you a question in regards of azure ai search. Actually I am not able to make any fields facetable, sortable, etc when I try to create indexes using "IMPORT AND VECTORIZE DATA" option. Can you please guide…
Azure AI Search
Unable to connect Azure AI search to Knowledge of an Agent
In Copilot studio, when i try to add knowledge to my chatbot and use Azure Ai Search connector and connect it, it shows green check mark but when press next I encounter the following error message: "Something went wrong. Try reloading the page. If…
Azure AI Search
Azure AI Search Indexer Timeout Issue with PDF Document
I'm experiencing persistent indexer timeout issues with my Azure AI Search setup. Here's my workflow: Node server uploads files to Azure Blob Storage Azure Function triggers automatically on blob upload to index the document Function executes…