i want to change my mail id
i want to change my mail id please guide me how to do it.
Azure AI Search
Integrating Azure OpenAI GPT with Azure AI Search in Power Automate
Hi everyone, I'm currently working on partially automating our customer service workflow by generating draft replies to incoming emails. The goal is to create helpful, well-formulated responses based on the email content, which can then be manually…
Azure AI Search
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 can I index 11,000 documents using an Azure Search indexer when the process keeps timing out repeatedly after 2 hours without successfully indexing any documents?
As you can see, I had already indexed 11,000 documents, but the indexer was accidentally reset. Now, it’s unable to reprocess them and consistently times out after 2 hours. How can I resolve this issue?
Azure AI Search
A data type mismatch occurs in Azure AI Search.
I want to use the SkillSet in AI Search (AzureOpenAIVectorizerSkill, WebApiSkill) to convert text into embedding values, map them to index fields, and use these fields for search. However, since the embedding data received from these SkillSets is always…
Azure AI Search
Issues with Mapping to Index After Executing Skillset in Azure AI Search
In Azure AI Search, I am attempting to split a single .txt file using the SplitSkill, vectorize it using the EmbeddingSkill, and map it to an index. However, I am encountering issues where some of the split text chunks and their corresponding vector…
Azure AI Search
Can I use a custom analyzer like Elasticsearch’s Nori with Azure AI Search for better Korean text processing?
Hi, I’m currently using Hybrid Search in Azure AI Search to index and query Korean documents. However, I’ve noticed that the default analyzer provided by Azure doesn't perform well for Korean text. For example, when using ko.microsoft or ko.lucene, the…
Azure AI Search
Is it possible to query multiple Azure Cognitive Search indexes in a single request when using Azure OpenAI chat completion with a data source configuration?
I'm currently working with Azure OpenAI and using Azure Cognitive Search as the data source for RAG (Retrieval-Augmented Generation). From my experience, it seems only one index can be specified at a time for similarity-based retrieval. Is there a…
Azure AI Search
How to enhance the functionaltiy and feature of Azure AI chatbot and better AI model
There are 3 questions to my query How to find which AI model suits best to read through pdf files embeddings currently model is quite weak. Unable to interpret pdf file How to add the functionality of API request on Azure AI serch services or…
Azure AI Search
How to extract entities from user query that match to fields in AI Search
Hi , My requirement is , if user provided a query in natural language. I want to extract those entities from the given query and also i want to match to fields in AI Search. Please suggest me with alternative solutions. Please refer code snippet for…
Azure AI Search
Issue Creating Index with vectorSearchConfiguration in API Version 2025-05-01-preview
Dear Microsoft Azure Support, I am encountering the following error when attempting to create a search index using the 2025-05-01-preview API version: The request is invalid. Details: The property 'vectorSearchConfiguration' does not exist on type…
Azure AI Search
Issue with Field Customization and Vectorization Workflow in Azure AI Search Import Process
A few months ago, I successfully created a vector database using Azure AI Search. I connected it to a SQL database, vectorized a specific text column, and customized the schema, keeping the original text column and marking fields as filterable where…
Azure AI Search
AI Search pricing & limits
I'm struggling to understand the quotas / limits / tiers of Azure AI Search. This is what's shown for the pricing: I have a Basic search service, with 5 indexes and this is what I see under usage: Where does that 2GB limit and 1GB limit come from?…
Azure AI Search
Azure Cost Management

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

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
Autocomplete API not returning complete phrase in Azure AI Search
In the implementation of an autocomplete API, a schema has been defined as follows: suggesters: - name: abc searchMode: "analyzingInfixMatching" source_fields: - chunk_text/en The chunk_text/en field is searchable,…