How to implement contains-like search logic and order results alphabetically in Azure Search
We are using Azure Cognitive Search via the REST API and need clarification on how to implement infix (contains-like) search logic and proper alphabetical ordering of results. Currently, I am able to perform prefix-based searches, but I would like to…
Azure AI Search
How to implement "Foundry IQ | Work IQ | Fabric IQ"
Hi, Saw information from Ignite 2025 about "How to implement "Foundry IQ | Work IQ | Fabric IQ". Want to implement those. Is there theory contents and demo-guide for those? Thank you!
Azure AI Search
cannot access azure ai search after putting it in a private endpoint
after putting azure ai search in a private endpoint and disabling the public address , my azure app service cannot access ai search anymore , i have azure ai search and app service in the same vnet but different subnets , this is what im getting when…
Azure AI Search
Azure AI Search image vectorization: "No supported model deployments" error with Azure AI Foundry embedding model
I'm trying to configure image vectorization in Azure AI Search using an embedding model deployed in Azure AI Foundry, but I'm encountering an error that says "No supported model deployments available." Environment: Azure AI Search resource:…
Azure AI Search
Failed to create vector index.
Hi All, Iam getting the below error when i try to add azure ai search as a knowledge for the azure foundry agent. Failed to create vector index. Your request for data was not sent. Here are some things to try: Check your network and internet connection,…
Azure AI Search
Azure AI Foundry Agent Studio: No Option for Custom Code or Node-Based Workflow Creation, Inconsistent Agent Responses Despite Connected Search Index
We are currently evaluating Azure AI Foundry (new Agent / Workflow experience) and are facing multiple blocking limitations and unclear behaviors that make it difficult to build anything beyond a prompt-only demo. 1. No option to write or attach custom…
Azure AI Search
Azure AI foundry is down
hej, our SaaS service is built on Azure AI foundry Ai services. Currently, (Sweden region) the service is down and it is affecting our service endpoints too. Can you please look into it asap and also let us know if we need to do something from our…
Azure AI Search
Issue Indexing files more than 256 MB in Azure blob storage using Azure AI search indexer because of limit on S2 tier
I have pdf files stored in azure blob storage. Few pdfs are are more than 500 MB due to embedded attachments inside it. When creating index via Azure AI search indexer it gives errors for those record as my S2 subscription has a limit of indexing only…
Azure AI Search
Unable to connect with Azure SQL Database through Azure Ai Search?
Unable to connect to Azure SQL Database through Azure AI Search, as shown in this picture when clicked on Databases nothing is shown here but when I use endpoint of server less SQL on Power Bi, and Microsoft SQL Server Management Studio, it shows the…
Azure AI Search
Configuring Data Source for Azure Synapse Serverless SQL Pool in Azure AI Search
Hi Team, I am trying to add a Synapse serverless SQL pool database as a data source for indexing in Azure AI Search, utilizing managed identity for authentication between services. The following prerequisites have been completed: Azure AI Search's…
Azure AI Search
Azure Synapse Analytics
How to Migrate an Azure AI Search Index Between Services Using Python SDK?
I am working on an Azure AI Search index migration task where I need to migrate an existing index from one search service to another. We are using the Azure AI Python SDK for development, but I couldn’t find a standard approach for this scenario. My…
Azure AI Search
Azure Search is not returning documents that match search criteria.
I have a very basic Azure Search Index for users with the following fields: email, string, Retrievable=true, Filterable=true, Sortable=true, Searchable=True, Analyzer=Standard claims, string, Retrievable=true, Filterable=true, Searchable=True,…
Azure AI Search
Azure AI Search semantic/hybrid search: conversational query returns results influenced by generic terms (“books”) instead of topic (“anatomy”)
Hello, I’m implementing search and recommendations for a books catalog using Azure AI Search and I’m looking for guidance on configuring semantic + vector/hybrid search so conversational queries focus on the topic intent (e.g., “anatomy”) rather than…
Azure AI Search
Azure AI Search for PDF indexer
I am trying to create a PDF indexer using Azure AI Search service and I want to index the pdf documents which are uploaded from my web application (using .Net Core) and these documents are stored in blob storage. My final goal is to search in the Indexed…
Azure AI Search
Azure Blob Storage
unable to make the AI search service and skill use private network
As part of SFI compliance, we are being asked to use managed identities and also disable local auth in our AI search and all related services. As per guidance, we are trying to enable private shared network across all these related services so they can…
Azure AI Search
Azure Search Indexer Change Detection Issue (Blob storage source) - Reprocessing Files
Recently, when I upload a new PDF file to my blob container and manually run the indexer the amount of processed documents is inconsistent. When I upload 1 new document and run the indexer it will process the newly uploaded document and the previous one.…
Azure AI Search
My search service is in a "Degraded" status
On the Overview blade for my search service, I see Status: Degraded. I'm seeing increased incidence of request timeouts from the search service. The problem is intermittent and if I had to guess, it's behaving as if one of my four replicas has failed. I…
Azure AI Search
FoundryIQ , Knowledge base is failing if I configure with AAD and System Assigned Managed Identities
FoundryIQ , Knowledge base is failing if I configure with AAD and System Assigned Managed Identities
Azure AI Search
why error came when i already verified student?
Azure AI Search
How do I delete a Prompt flow in Azure AI Studio
I am new to Azure, more specifically to Azure AI Studio and I am following an oficial workshop (https://github.com/microsoft/llmops-workshop/blob/development/labs/lesson_04/lab04.md) which by the way is excellent, ultra recommended. For this workshop,…