Azure OpenAi API - Java vs Python inconsistency
I using Azure openAI to create an artificial intelligence that creates JSON files. I originally wrote this in python but the requirements of the project changed requiring it to be in Java. Both have the same model and storage configuration but when…
Azure AI Search
Azure OpenAI Service
How to access an AI Search resource via a private endpoint from Azure AI Foundry
Subject: How to Use Azure AI Agent Service with AI Search Private Endpoint from VM in VNet Question: I currently have VNet1 with two subnets: SubnetA and SubnetB. There is a VM in SubnetA, and an AI Search private endpoint (PE) exists in SubnetB. I would…
Azure AI Search
How to prioritize exact phrase matches in Azure Cognitive Search without adding a new field
I'm working with Azure Cognitive Search and trying to ensure that exact matches for organisation names are ranked higher than fuzzy or partial matches. Here's the setup: Search query: "EROSMER MALAGA SA"^3 OR organisationName:EROSMER~1 OR…
Azure AI Search
How to Set Knowledge Source Priority for Azure AI Foundry Agent (Azure AI Search > Uploaded Documents > Bing Search)?"
I have an agent in Azure AI Foundry configured with multiple knowledge sources: uploaded documents, Azure AI Search, and Bing Search. My requirement is for the agent to use knowledge sources in the following priority order: Azure AI Search Uploaded…
Azure AI Search

Managed Identity Associated Resources report is inaccurate
My search service is running as a user-assigned managed identity. When I look at the associated resources for that MSI, the search service is not listed. The same result is returned from PowerShell. I see the Associated Resources page is in preview. Is…
Azure AI Search
How to set custom chunking on azure ai search?
I want to upload documents to azure ai search. I would like each document be a single chunk, no matter how long or short the document is. How do I do this?
Azure AI Search
Multimodal Embedding ISSUE - No deployments available with an embedding model.
Hello, I have this issue in Azure AI Search even though I have embeddings models deployed in my Foundry Project. I read the documentation saying that there are only few multimodal embeddings models supported and that's what I have but still have this…
Azure AI Search
How to migrate Azure AI Search index data to another service?
We are currently using Azure AI Search and have already ingested a large amount of data into our search index. Recently, we hit the service quota limit where we cannot add any more data to the existing index. To resolve this, we purchased another Azure…
Azure AI Search
Azure AI Search Indexer scheduled execution throws error "Verification code expired before contacting the server"
I am working for a client and implemented Azure AI search and created indexers and indexes for Sharpoint. Indexers scheduled execution throws error "Verification code expired before contacting the server". I believe indexer is not able to…
Azure AI Search
Sharepoint Additional Columns aren't accessible
I'm trying to get the values from custom columns in Share Point into my index, but for some reason, after trying many things, it does not work. I've attached my artifacts from Azure AI Search. Thanks!! Sharepoint Example Sample Data Sample…
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
Non-clickable Save-button in Azure AI Search when vectorizing?
Hi! I have spent two days trying to figure this out... time to ask the experts :) Summary: I cannot save the "Configure vector field" in Azure AI Search within Azure Portal. The save-button is gray and unclickable. Details: I have create a…
Azure AI Search
Could not run DebugSession 'xml-debug'. Could not persist an event for the DebugSession. Error: 'This request is not authorized to perform this operation.'
Error in title. Cannot run a debug session on a search service. I verified the prerequisites here. I also see the error: "Could not retrieve execution-data for DebugSession 'xml-debug'. Please check the storage connection string associated with the…
Azure AI Search
Issue with Azure AI Search RBAC permissions while inside VNET
Subject: Request for Assistance: Azure AI Search 403 Forbidden Issue on Private Endpoint I'm currently troubleshooting a 403 Forbidden issue occurring on one of my Azure Cognitive Search services and would appreciate help narrowing down the root cause.…
Azure AI Search
Azure AI Search's SharePoint Online indexer does not index custom metadata columns, why?
I have a document library with custom columns named "ProjectNumber" and "OwningDept". When indexed using the REST API, the index value is always NULL. What can I do to fix this? Relevant setup info: @Data source creation -…
Azure AI Search
Handling Oversized PDFs with Embedded Attachments in Azure AI Search
Hi, I'm working on a project that uses Azure Blob Storage to store blobs containing PDF documents and associated metadata. Some of these PDFs include embedded attachments, which significantly increase the blob size. While implementing Azure AI Search, I…
Azure AI Search
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
How to connect SharePoint with Azure OpenAI for automatic document processing
How can I establish a connection between SharePoint and Azure OpenAI for automatic document processing? I'm using the official Azure repository for Azure OpenAI with my own data, following this link:…
Azure AI Search
Microsoft 365 and Office | SharePoint | For business | Windows

Azure OpenAI Service
Unable to Enable Vector Search in Azure OpenAI Chat Playground for Azure AI Search Data Source
When I am trying to create a chat playground I can't enable vector search for my "Azure AI Search" data source. The index has embedding included and I have embedding in my deployment. The steps I have taken to get here. Go to Azure OpenAI…
Azure AI Search
Azure OpenAI Service
"AzureChatCitation citation" is not working with the CompleteChatStreamingAsync streamer on.
Hi, I am trying to chat with Azure OpenAI models using my own data. I have uploaded my PDF documents into Azure Blob Storage and created a search index for them. I have a C# application where I’m trying to stream an LLM’s (GPT-4) response to the…