deploy of a prompt flow just reponse I dont Know
I developed a prompt flow in Azure AI foundry which uses a Index on Azure AI Search. in the portal i get the responses, but when i try to use the REST API, i only get the response: "i dont know"
SharePoint indexer - DocumentIntelligenceLayoutSkill produces error
Hello, I am trying to build a sharepoint indexer. The data from the sharepoint is then passed through a skillset with DocumentIntelligenceLayoutSkill. This skill is preceded by a custom skill to pass the correct data format (url format) to…
The GPT 4 is not working even though I have subscribed for pay as you go model
Hi, I have a trial going on with Azure but was not able to use the GPT 4 because it did not have enough quota for it. Now, I subscribed for the pay-as-you-go model but its still saying insufficient quota available. I tried talking to the support team…
SplitSkill in Azure Cognitive Search retrieve chunk_id
When using the SplitSkill in Azure Cognitive Search, I need to know how to retrieve the unique chunk ID for each split section of the document. Since the skill divides the text into chunks (pages), I want to understand where the chunk ID is stored and…
Facing issue with Azure AI Search Indexer from Blob Storage failing with 'negative Length' error
Hi Team, I am facing issue with Azure AI Search Indexer from Blob Storage failing with 'negative Length' error. It was running successfully a few days ago and there were no blob or index code changes since then. Currently this issue is observed…
Why does your services stop working in the middle, and suddenly when we replace the api key from the with the second one, Boom! its up again?????
I had a AI search set up. completed the backend and went to the front end, then realized there is a bug, tried to find it in the front-end then back end, found-out the AI search is raising an error. Tried to see if something was wrong logically, …
Responses are missing important context, even I tried topNDocuments parameter in the API
I am using Azure Search Service to do the search for a user prompt on indexed data in json format. Index "testing_2025" have 104 documents. When I send a query like this: "Analyze the data and find the given review numbers. If found,…
Azure AI Search Indexer from Blob Storage failing with 'negative Length' error despite running successfully a few days ago and no config / blob changes since then.
I have an indexer which indexes HTML files from Blob Storage with the following JSON: { "@odata.context": "<context>", "@odata.etag": "\"0x8DD66325859E402\"", "name":…
Azure AI search Synonyms map is not working
Azure AI search - synonyms map is not working i have synonym map in azure ai search like below ups, uninterruptible power system => uninterrupted power supplies i have indexed data with Type(field) with value as 'uninterrupted power…
Issue ragarding manageidentitynotenabled.
Give solution of above problem.
Azure Search Index is down. Unable to connect
My azure search service went down today. It's a critical part of our app. We didn't make any changes in Azure. What do we need to do to fix it?
Azure AI Search Chat Extension multiple indexes with different schema
Hi Team, I am trying to build a gen AI chat bot for a web portal. Bot can help portal users to search or query against Technical Support Faq, User Manual Faq, search for some business data like recommendations.So data structures are different in each…

azure.search.documents.indexes.models.AIServicesVisionVectorizer used in AI Search throws "Could not complete vectorization action. The vectorization endpoint returned status code '400' (BadRequest)"
Hi! I'm facing an issue with using AIServicesVisionVectorizer vectorizer when doing either a text or image vector query search against the AI Search index. I used azure-python-sdk library azure-search-documents 11.6.0b9 version. This is the sample…
Azure Prompt Flow with RankZephyr: How to handle Python 3.9 and 3.10 dependency conflicts?
I am working with Azure Prompt Flow and attempting to integrate RankZephyr for document reranking. However, I am facing a Python version compatibility issue between Prompt Flow (Python 3.9) and RankZephyr (which requires Python 3.10+). I am working on…
Web app deployement
After successfully deploy a web app it show above error when i open the link.
[Azure AI Search] Index Management
Hello! I have some questions about implementing a search service through Azure AI Search.** [Requirements for the service to be developed]** There are multiple categories (ex> HR, purchase, etc.) in each project, and multiple documents are managed…
Unable to create Azure Search Service in Private network using ARM template API version 2023-11-01
We have tried deploying Azure AI Search resource using ARM templates with API version 2023-11-01, ARM configurations having private network enabled for Azure AI Search, but when deployed resource, it is getting deployed in the public network. Screenshot…
Azure AI Foundry: Deploy to Teams, API Key Method
I am trying to deploy an Azure AI Foundry Project into Microsoft Teams. According to the generated README from the zipped application folder, the Azure AI Search Key just needs to be pasted into the config.json file. What is the syntax needed for the API…
Unable to retrieve server endpoint for account '[servername]' using your managed identity.
I am getting the following error when trying to run Indexer.** ** StatusFailed Error messageUnable to retrieve server endpoint for account '[servername]' using your managed identity. Ensure the resource ID is correct and that the managed identity for…
Azure AI Search: Newly Added Filterable Fields Not Populating After Indexer Run
I recently added two new fields to my Azure AI Search index and marked them as filterable. After updating the index schema and running the indexer, the new fields are still not populated in the index. Steps Taken So Far: Ran the indexer to pull in…