Bugs in the Unified Tax Model for Document Intelligence
I can't seem to open a support ticket for this, so I'd like to share my findings in how the Unified Tax Model has some bugs and hopefully get some guidance on what to do about it. This is with API version: 2024-11-30 (4.0 General Availability) Test 1 -…

How to fix "To continue to run this bot, please fix the bot source code."
I am encountering a stage issue during testing the bot in Azure Portal, I developed Knowledge base using language resource in language studio, tested it and works perfectly fine in language studio. After that I published and deployed the KB and created…
Azure AI Foundry Quota insufficient Issues - Student Account
I have recently obtained an Azure for Students subscription and I wanted to test the Azure OpenAI services. However when I try to deploy a model on Azure AI Foundry, (GPT-3.5-Turbo). I get a "Insufficient quota for selected options" error, with…
Grounding with Bing Search is not working
According to this article: https://azure.microsoft.com/en-us/updates?id=483570 we need to replace Bing Search v7.0 with Grounding With Bing Search in "Agents" as described here:…


Please advise Azure AI Deployment Error code: 400 'message': 'Invalid Azure OpenAI configuration detected: Invalid embedding endpoint or deployment'
Hi, I followed the tutorial https://learn.microsoft.com/en-us/azure/ai-foundry/tutorials/deploy-chat-web-app exactly. I am able to interface with my chat app in Azure AI Foundry Playground, when deploying as a web app however no matter what pricing plan…
Getting Unauthorized exception when using DefaultAzureCredentials in Azure.AI.Inference.dll's ChatCompeletionsClient
I am trying to run AI inference using ChatCompeletionsClient class from Azure.AI.Inference and am hitting UnAuthorized issue when trying with DefaultAzureCredentials and trying as myself. I added myself as Cognitive Service User and even Cognitive…
Issues with API calls to ai.azure.com for Models o1 and Above
The endpoint ai.azure.com is not functioning for models o1 and above, while oai.azure.com works fine for all models. The following errors are encountered: BadRequest: Model {modelName} is enabled only for api versions 2024-12-01-preview and later …

o3-mini Model Error
Trying to test a request with o3-mini models but encountering the following error: "error": { "code": "InternalServerError", "error": { "code": "InternalServerError", "message":…
Zero Quota for OpenAI
My company is trying to evaluate switching to Azure OpenAI. I have deployed a resource, however, we have literally zero quota. We can't deploy a model or make any requests at all. We have requested quota in a region and been denied. I don't…
When using AI Agents in Azure, I get rate limit exceed despite having plenty of TPS/RPM availabile
I've got an agent using gpt-4 w/ the bing grounding add in. It's got 8k TPS and 63 RPM available to it. I've instructed it to find some information on the web and extract some data. However, when I ask it to do its job in playground it gives me: Rate…
Using Mistral-Large-2411 in Azure AI Foundry Chat playground results in error 3503
We have used the Chat Playground for multiple modules with out issue. We tried the Mistral-Large-2411 in the Chat Playground and we are able to get a couple of responses before the playground errors out. This is using Serverless in the EastUS region. { …
New Responses API Azure OpenAI Foundry
Hi everyone, I'm trying to test the newly added Responses API in Azure AI Foundry, but I can't seem to find it anywhere. I do see the Assistants API and Completions API, but the Responses API is nowhere to be found. Has anyone else encountered this…
Cannot create bing api
I Cannot create bing api, show below error: Deployment of new Bing resources is unavailable. If you want to leverage search results with LLMs, refer to the new Grounding with Bing Search product. You can learn more at aka.ms/AgentsBingDoc. For additional…
Azure AI Foundry - Deployment of custom Meta Llama finetuned model fails
Hi, I have successfully finetuned a Meta Llama 3.1-8B-Instruct model in serverless mode using synthetic data generated by gpt4. Both the foundry hub and project that were used for finetuning, are created at the westus3 region where the particular Meta…
Can't test agent in the AI Foundry Playground
When I try to test the created agent in the AI Foundry Playground, I get the error: "Rate Limit Exceeded. Adjust your tokens per minute rate limit in Models + Endpoints (link) or try again later." But the rate limit is set to 5K per minute.
my webapp in azure not starting
I have deployed Azure AI App but it is not starting or accessible

Availibility in Canada for Azure AI Agent Service
Is there any information on when the AI Agent Servicewill be available in the Canada region?
Azure AI Foundry limits data files to 500, how to overcome?
The maximum number of files that can be managed in Azure AI Foundry is limited to 500. Is there a way to connect blob storage and manage unlimited files? or at least increase the number of files that we can manage?
How to get an API endpoint into an agent?
I created an agent through AI Foundry. How can I get an endpoint for it? Because on the "Models + endpoints" page, I see an endpoint for the base model as far as I understand, but how can I get an endpoint for the agent?
Automating Deployment of custom vision object Detection Model across subscriptions
i have deployed a custom vision object Deyection model in my Custom Vision resource within my Azure subscription. Now i want to automate its deployment to another subscription. Is it possible to acheive this using Azure Devops?if so what steps should i…