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

Azure AI Search Storage Limits and Index Updates
When an index is updated in Azure AI Search, the index size temporarily increases beyond its original size before stabilizing. Does the storage limit per service (e.g., 160 GB for S1) apply to this temporary increased size, or does it apply to the final…
Azure AI Search
Azure AI Foundry playground error
Hello! I'm dealing with this AI Foundry playground error with Forbidden: Your resource has been temporarily blocked because we detected unusual behavior.| Apim-request-id:xxxxxxx. This is the fist time it happens which I found quite weird, and I didn't…
Azure AI Search

Forbidden error with vector embedding skill in Azure AI Search Index
Hi, I'm currently working with the Azure AI search index and trying to implement vector embedding skills as outlined in the GitHub repository at https://github.com/Azure/azure-search-vector-samples.git. Despite following all the provided steps, I'm…
Azure AI Search
Facing issue after modifying the azure openAi chatbot , modification was to make rest api calll
i am building on this .. https://github.com/Azure-Samples/azure-search-openai-demo/tree/main After making changes , I want to check it locally but facing issues 9:54:34 AM [vite] http proxy error: /auth_setup Error: connect ECONNREFUSED…
Azure AI Search
Azure Search SDK Connection Reset Error - ServiceResponseError
Issue Description :- We're experiencing intermittent ServiceResponseError with "Connection reset by peer" errors when using the Azure Search SDK in a Python application. The error occurs during result iteration in the paging…
Azure AI Search
How to perform fine tuning for chatbot based on RAG + LLM
Hi, We have built chatbot using RAG + LLM with below configuration. It was performing well but we need to fine tune it. RAG - Vector index - created using embedding-ada-002 model deployed in AI foundry. LLM - GPT4o - deployed in AI foundry Chatbot -…
Azure AI Search
Issues with Creating an New index in Azure Search Service
I'm trying to create new search index using existing set of unstructured data as PDFs in blob storage. I have added appropriate permissions (Storage Blob Data Contributor) for the Search Service's Managed Identity. But while trying to create a new index…
Azure AI Search
Best Azure AI Search Configuration for NLP-to-SQL Use Case (RAG) — Issues with Chunk Retrieval
Here’s the cleaned-up version of your Azure Community question — without any code of conduct policy triggers or unnecessary formalities: Title: Best Azure AI Search Configuration for NLP-to-SQL RAG — Incomplete Chunk Retrieval Question: I'm building an…
Azure AI Search
What are the benefits of using Azure AI Search over the Vector Stores functionality in Azure AI Foundry?
The Azure AI Foundry list a preview option of functionality called 'Vector stores'. It says it automatically parses, chunks, embeds and stores the files in a vector database that can handle keyword and semantic search. Those stores can then be attached…
Azure AI Search
Facing issue while trying to do excerice on Azure portal
{ "sessionId": "65fc01a915ae4ba284915e73c5a47481", "errors": [ { "errorMessage": "interaction_required: AADSTS16000: User account '{EUII Hidden}' from identity provider…
Azure AI Search
Issue While Implementing Knowledge Agents – Retrieve API Errors
We attempted to implement Knowledge Agents using the official documentation provided here: 🔗 https://learn.microsoft.com/en-us/azure/search/search-agentic-retrieval-how-to-create We are currently facing issues with the Retrieve API. Below is the…
Azure AI Search
[Azure AI Search] How to Configure VNet Access - No Virtual Networks Section Found
Hello, I'm trying to configure network access for my Azure AI Search service to work with a web application that has VNet integration, but I'm unable to find VNet-related configuration options. Current Situation: Resource: Azure AI Search service Web…
Azure AI Search
Azure Search AI not removing records on soft-delete
Hello, We are having trouble with the deletion of records when a blob is deleted. We have setup a one-to-many index with the following configs: datasource: { "@odata.context":…
Azure AI Search
e.g. Azure AI search index setup error: "This request is not authorized to perform this operation"
Azure AI Search
Skillset for Resume filter in Azure AI Search
Hi Team, I want to implement Resume / Job profile filter using AI Search . Can you provide Skillset's to add to AI Search to extract fields like Candidate First Name, Last Name, Experience, Technology in Years, Location, Availability (Immediate/ Later)…
Azure AI Search
is it possible to upgrade the pricing tier of an existing Azure AI Search service?
Hello, I am currently using Azure AI Search to build an application backed by a vector database. During the ingestion of documents into the vector index, I encountered the following error: azure.core.exceptions.HttpResponseError: () Storage quota has…
Azure AI Search
querytype for AzSearch.Automagic keeps using basic query type even when semantic is specified in code.
below is javascript code var automagic = new AzSearch.Automagic({ index: "vector-1745696684164", queryKey: "blank_for_help_example", service: "cordaisearcheast", dnsSuffix: "search.windows.net", …
Azure AI Search
Azure Search bulk document deletion via REST API not deleting everything requested.
I am using the REST API to perform a batch deletion of multiple documents. I have no indexer, nor do I want one. When I issue a batched deletion of say 300 Document Ids, my request is accepted and I am returned a list of the 300 Document Ids and their…
Azure AI Search
Azure AI Foundry & Azure AI Search - Failed to upload documents to ACS index 'Forbidden'
Following the tutorial - https://learn.microsoft.com/en-us/azure/ai-foundry/tutorials/deploy-chat-web-app Even though I have performed all the required role assignments, I keep getting the following error at Add your data and try the chat model again…
Azure AI Search
