Azure Cognitive services - Spatial analysis. Can we have data set for spatial analysis of people shopping in the shop?
Azure Cognitive services - Spatial analysis. Can we have data set for spatial analysis of people shopping in the shop? Need data for multiple person shopping in different sections of shop with time-stamp spent in different section of shop . For eg - A…
Azure Fine Tune Deployment Pricing
Hi there. I recently trained and deployed a 4o-mini model on Azure. In my subscription summary, the costs for the model are climbing steadily despite being on the standard pricing model and limiting how often I use it. Answers on some other posts…
Video Assistants - Open AI launched its demo 9 months ago. Why is still not available on Azure?
Hi Team, Open AI demo'ed their video assistant (https://www.youtube.com/watch?v=vgYi3Wr7v_g) ~9 months ago. Why do we not have the API on Azure yet? Or if it's available, can we have the quickstart link pls. It's likely based on Realtime API but the API…
LookUp node retrieving identical chunk multiple times
Hi! I am using Azure AI Studio for creating a RAG chatbot inside prompt flow on web UI. I have a problem with the lookup node which searches for the relevant documents. Sometimes it retrieves the same chunk 5 times ( which is my top_k ). This doesn't…
Azure AI Foundry -> Prompt Flow deployment always throws - Endpoint "[ProjectName]" creation failed error
Azure AI Foundry -> Prompt Flow deployment -> Always throws - Endpoint "[ProjectName]" creation failed erro****r. The complete log is added below. The request is invalid. Status: 400 (The request is invalid.) ErrorCode: BadRequest…
How do I connect to Azure AI endpoint properly (401 errors)
I set up an AI inference endpoint following the instructions: I've tried different variations of the target url, and destroyed and recreated the deployments. I tried gpt-4o and gpt-4o-mini as well. But whatever I try I get a 401 error when I attempt…
Build an index (remotely) in your Azure AI Foundry project with azure storage as an inout_source
Hi there! I used code from here: https://learn.microsoft.com/en-us/azure/ai-studio/how-to/develop/index-build-consume-sdk to connect to the MLClient and everything. I followed the article and was able to use local source as an input_source. # Azure…
Failing Azure Foundry Deployment - No Healthy Upstream Error
I am encountering an issue with the GPT-4o model deployed on Azure OpenAI Service. I have deployed the model and attempted to make chat calls using API requests and in the playground. However, as of this afternoon I consistently receive the following…
Regex Queries in Azure AI Search
Hi everyone, I'm working on integrating Azure AI Search into a web application using the AzSearch.Automagic JavaScript library, but I’ve encountered a challenge. The Problem: I can successfully run the following query in the Azure Portal's Search…
How to reduce document intelligence latency ?
Hello, I employ Azure Document Intelligence for document recognition using template/neural models. I've noticed that it takes approximately 5 to 6 seconds to recognize all fields. I'm interested in reducing this latency and would like to know if it's…
Azure AI Llama-3.2-11B-Vision-Instruct shows dramatically less context length than what it should
Hi community, Yesterday I deployed a serverless of Llama-3.2-11B-Vision-Instruct in my Azure AI studio project and then created a backend route to call it with context (for chat completion). I am not sure if I am missing anything but, Meta says the…
How to fix an error 'Object reference not set to an instance of an object' in the Azure OpenAI connector (Logic App)
I am getting the following error when setting up the azure openAI connector in the logic app. { "error": { "code": 500, "message": "Object reference not set to an instance of an object.", "source":…
How to use and configure azure ai services such cognitive services in monitoring
Basically i was trying to configure the azure congnitive service i.e computer vision for getting alerts when it reaches to cpu utilization beyond 80% so i am not getting the proper configuration so which service i need to use with the help of cognitive…
Server Error when running thread with Mode Assistants Azure AI Studio
Recently, the Assistants API cannot work with running thread. And I got the error from python trials: LastError(code='server_error', message='Sorry, something went wrong.')
azure promptflow flow is missing
My team and I had access to all azure ai foundry services normally up until 11am today. After that, we suddenly could not open any of our flows and any attempts are met with "flow is missing". We've already tried everything in the…
Getting Service request failed. 404 (Not Found) error while calling azure vision ocr running in a docker container
Getting Service request failed. 404 (Not Found) error while calling azure vision ocr running in a docker container. Everything works fine if I make a call to azure vision cloud ocr service. I'm using endpoint "http://localhost:5000" for…
Streaming issue with @azure-rest/ai-inference package using Mistral-Large deployment
I'm trying to use Mistral-Large-2407 model for chat completions via an azure AI services deployment. We followed the docs for deploying the model as a serverless deployment, we have the resource up and running, with the endpoint & the API key.…
How to fix "azure.core.exceptions.ClientAuthenticationError: (None) Unauthorized. Access token is missing, invalid, audience is incorrect (https://cognitiveservices.azure.com), or have expired" during RAG creation tutorial?
I am trying to follow the steps of the tutorial: https://learn.microsoft.com/en-us/azure/ai-studio/tutorials/copilot-sdk-build-rag I keep getting the error: azure.core.exceptions.ClientAuthenticationError: (None) Unauthorized. Access token is missing,…
How to fix No connection of type ConnectionType.AZURE_AI_SERVICES found error
I'm attempting to follow the setup for creating a RAG app using this site: https://learn.microsoft.com/en-us/azure/ai-studio/tutorials/copilot-sdk-create-resources?tabs=windows After doing the first step, I get this error:…