Document Intelligence custom models are not working today
Document Intelligence custom models are not working today
Azure AI services
Azure AI Foundry Agent with connected Logic App not working when deployed (python)
Hi, I have followed the documentation and the sample code found in https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/python/getting-started-agents/logic_apps/logic_apps.py and …
Azure AI services
I cannot log in to my Azure portal. Error code: AADSTS5000224
I am a Microsoft FTE and my personal account is linked to my corporate account. I am not able to login to my personal account and also not able to reach out to support. Can someone please help?
Azure AI services
Getting policy error while deploying a resource in the assessment
I am taking the assessment for Microsoft Applied Skills: Build a natural language processing solution with Azure AI Language. When deploying a language service as per the instructions with the details provided in the lab instance , I am getting policy…
Azure AI services
Reassign Sora quota to new Foundry space
I was approved for 200 RPM quota for the Sora model in East US 2. I accidentally deleted the Foundry space that was linked to the quota. I’ve now created a new Foundry space. Please reset or reassign the quota to my new Foundry space so I can continue…
Azure AI services

Code Interpreter run error while generating Pie Chart
Hi, I have a project on Microsoft Azure AI Foundry. When I try to run an agent with code interpreter, by asking questions which require fetching textual content from the uploaded excel file, it works properly. However, when I ask it to generate an image,…
Azure AI services
How to get transcript in en-GB only by using FastTranscription API?
I'm currently integrating the Azure Fast Transcription API into my application. I'm passing these options for transcriptions. The main issue happening is that the transcript often comes in en-US locale instead of en-GB. It's not always the case, but most…
Azure AI services
Non-clickable Save-button in Azure AI Search when vectorizing?
Hi! I have spent two days trying to figure this out... time to ask the experts :) Summary: I cannot save the "Configure vector field" in Azure AI Search within Azure Portal. The save-button is gray and unclickable. Details: I have create a…
Azure AI services
How to Sign BAA for HIPPA Compilance in Azure OpenAI
I want to know how to sign the BAA for HIPPA Compilance in Azure OpenAI
Azure AI services

Parallel Tool Call Issue with Azure OpenAI GPT-o4 Mini?
Experiments have been conducted with Azure OpenAI GPT-4 Mini and GPT-3 models, using the following code to define the LLM with AzureChatOpenAI: llm = AzureChatOpenAI( api_key=os.environ['azure_api_key'], api_version='2025-04-01-preview', …
Azure AI services
Unable to Trigger my Logic Apps Flow through AI Foundry Models
Hi Team, I have a issue connected with my AI Foundry Models. My Requirement is to develop an Voice Based Agent, through Voice Live API connected to Logic Apps Flow. Initially as a part of testing, of a chat based agent (Later Trying with Voice Based…
Azure AI services
Attempting to Consume Mistral OCR Serverless Endpoint
Does the Mistral-OCR model in Azure work? I've tried using it through the tutorial code provided and through the playground and in both cases it does not work. When I attempt to call the model from my code I recieve a 404 error message as shown…
Azure AI services
DocIntelligence pre-built Check model not responding
Our DocIntelligence service is now not operational due to the pre-built models for checks and others no longer returning. They seem to be locked and never return from the call. This all started this morning. Is there a known issue?
Azure AI services
What is the sku name for depolying a fine-tuned model in Developmer mode using Azure CLI?
Hey everyone, I'm trying to deploy my fine-tuned model in Developer mode using CLI, however there does not seem to be a correct sku name for it. I used something similar to this: az cognitiveservices account deployment create \ --model-format…
Azure AI services
how to fix the problem
there is some issue azure is not allowing to creat my account
Azure AI services

Finetuning nor working well, has huge latency and performance issues
I was trying to fine tune open ai models in azure ai foundary , however there was huge latencies in finetuned open ai models 4.1 mini and 4-o mini, also the performance was not good even though we used 58 well curated samples... need more recommendations
Azure AI services

As this is the first time I am trying out Azure, will I be able to create a dictation for a pulmonary function test report I have?
I am currently involved in creating dictations for a pulmonologist that needs it for pulmonary function test reports. I have used OpenAi and created what I want, but need to start using a more Hipaa compliant service. Any information as to which…
Azure AI services
Azure AI Foundry/Inference - Calling models/info results in a DeploymentNotFound error, how can I get all the deployed models in the service using ai-inference?
Hello, I am trying to programmatically get all the models that are deployed by my ai foundry project and list them out. Currently for this code: import { createRestError } from "@azure-rest/core-client"; import ModelClient from…
Azure AI services
Connect to Agent Tools using connection string and agent id
Hi, I am trying to connect to an Agent in AI Foundry. It has its backend code written in C#. It has a few Tools to perform certain actions that require access to azure repos. I am creating a web app, who's backend is in python, that is accessing this…
Azure AI services
how to get more complete information from Open AI / RAGS
How to Retrieve More Complete Information from OpenAI / RAGs While the results returned are accurate, we’re noticing that not all relevant documents are being retrieved. For example, when requesting a list of invoices for a specific month and year, the…