questions on Microsoft Applied Skills: Implement knowledge mining with Azure AI Search
I was trying to finish the tasks in the Applied Skills, yet I cannot connect finish the task about connecting data: connect the container "blob1" (which contains the HR documents as mentioned in the lab) to the Azure AI Search Service I…
Azure AI Search

azure cognitive search using sharepoint subdirectory doesn't work
I have a Sharepoint datasource that I am trying to connect to azure cognitive search for a client. I am able to set up a datasource with the root of the Sharepoint directory with a url pattern https://[CLIENT].sharepoint.com/teams/[TEAM] however I need…
Azure AI Search
Connection Timeout Error in Azure OpenAI Studio without public access on search service
We are encountering an error in Azure OpenAI Studio when trying to "Add your data" in the chat playground. The "crack, chunk and embed data" step finishes without issue, but the "Update ACS index" fails with this…
Azure AI Search
Azure OpenAI Service
No quota available for o3-deep-research?
In the westus region I'm trying to do a o3-deep-research deployment, but the UI says "There are no locations with enough quota to deploy this model with the selected deployment type and version. You can try selecting a different deployment type or…
Azure AI Search
chatbot responds with different answers for same question
Our chatbot responds different answers to the same question. we are using our own data (2000 files) uploaded to Blob storage and Created index and Built in RAG functionality from Import and Vectorize data which has created skillset and using cosmodb for…
Azure AI Search
AI Search indexer fails when both AI Search and Blob Storage have network restrictions - need PC/client IP configuration?
Hi, I have both Azure AI Search and Blob Storage configured with "Selected networks" (restricted access). When I run my AI Search indexer from my PC, I get a connection error to the blob storage. Current setup: AI Search: Network restricted…
Azure AI Search
Integrating Search Functionality with OpenAI Models on Azure AI Platform
What are the steps to implement a search feature similar to ChatGPT that uses an internet search function to gather data and inform the responses based on the model's knowledge?
Azure AI Search
Urgent: Agent Not Referring to Vector DB – Returning Inaccurate Responses
We have deployed an AI Agent on Microsoft Teams, which was functioning well until recently. The agent is designed to: Pull company and contact information via web data and OpenAI. Fetch case studies from a deployed Vector Database. Since yesterday, the…
Azure AI Search


Data Residency Requirements for Azure Services - UAE and Saudi Arabia Deployment
I am building a SaaS platform that leverages Azure Blob Storage, AI Search, LLM deployments, and managed databases. The application processes and stores business documents and related data through these Azure services. Data Residency Challenge: My target…
Azure AI Search
Question about Azure AI Foundry Course – Managed Identity Issue
Hi Folks, I Deploy Your AI Application , I tried deploying the GPT-4o agent to an Azure Web App. However, I'm running into the following issue in the Contoso web app: Error code: 400 - {'error': {'requestid': 'XXXXX', 'code': 400, 'message': 'Failed to…
Azure AI Search
Create an indexer for Azure Search service index from blob storage (Json Array data) with Native blob soft delete
Hi There, We are building a public facing website using Azure Search Service to look up for data. Our data is in CRM and we use power automate to copy day into azure storage table. And a scheduled indexer to feed data into the Search Index. However, it…
Azure AI Search
Azure Blob Storage
Portal returns updated results while the API returns outdated ones
I have created a GPT4 model in Azure OpenAI Service, and I want to add data source which is Azure AI Search (Cognitive Search Service). The problem is at the time of deployment i cannot see any data source adding option, it is deployed first and then…
Azure AI Search
Developer technologies | ASP.NET | ASP.NET API
Azure OpenAI Service
How can I check the status of Azure AI Search indexes to see whether they are updated or not?
I am currently working on a use case involving the automation of uploading files to Azure Blob Storage. These files are then used by an Azure AI Search Indexer to vectorize the content and store it in an Azure AI Search Index. After that, I query the…
Azure AI Search
How to do exact filter match with StringCollection index field with Azure Cognitive service
Hi, We are currently using Azure AI Search Indexes to store documents and perform search operations. We have a requirement to delete specific chunks from the index based on values in a string collection field (e.g., LANGUAGES). However, we are facing a…
Azure AI Search
model gpt 4o attached to a datasource is not providing response in pure japanese language, it works well with languages like spanish, french etc but not japanese.
model gpt 4o attached to a datasource is not providing response in pure japanese language, it works well with languages like spanish, french etc but not japanese.
Azure AI Search
Is Azure Agentic Search and Agentic RAG framework is same?
I have been using Azure Search for RAG retrieval, and I recently came across Agentic Search. I tried it out, and it’s working really well the way it splits complex questions and queries multiple indexes simultaneously is impressive. Currently, the…
Azure AI Search
How to approach dramatically degraded performance in Azure Vector Index
Starting approximately two hours ago, the average latency of search queries against one of my indexes has jumped from ±1 second to well over two minutes. The index contains ±500 000 documents, all comfortably within the limits of my current plan. I query…
Azure AI Search
Azure AI Search indexer reported "Could not parse document. Document key cannot be longer than 1024 characters."
Hi, I've an AI Search service and I tried to use "Import and vectorize data wizard" to create index+indexer+dataSource+skillSet to build index and indexing from blob storage. Then I saw the indexer reported error as below: Could you please…
Azure AI Search
In Azure AI Search, how can I use average aggregation with a scoring profile using tag functions?
If I set functionAggregation to average with a scoring profile that uses one or more tag functions, the tag functions have no effect. Using sum, minimum, or maximum works fine. But sum makes no sense with two tag functions, whereas average is exactly…
Azure AI Search
Azure AI Search - Hybrid Search (with text and vector query) + Semantic Ranking + Scoring Profile not working as intended. Is there a bug?
I had built up an Index on Azure AI Search for document search. I am currently experimenting with the semantic ranking with scoring profile feature, release on the 2025-05-01 preview -…