Error 429 Rate limit is exceeded even on first query
On every request I get error 429 Rate limit is exceeded. When I look at metrics in Azure AI Foundry, I see that no tokens have been used so far. The limits er set to 50K tokens per minute, which should be plenty for my simple request. It's in a RAG…
Azure OpenAI Service

Ways to automatically rotate the two OpenAI keys
Hello dear colleagues, We would like to know if there is a way available in Azure to automate the rotation of the two OpenAI keys and have them stored in Azure Key Vault. Is there any way to do this? Thank you very much in advance.
Azure OpenAI Service

GPT-4o Finetuning just keep running
I am following this fine-tuning tutorial: https://learn.microsoft.com/en-us/azure/ai-services/openai/tutorials/fine-tune?tabs=command-line. I checked the log and found that after is logged "Finetuning started", it just stayed like that for…
Azure OpenAI Service
Sending a PDF to OpenAI /responses endpoint causes 500 error
Hi I'm trying to use the /responses endpoint of the OpenAI service to analyze a PDF file but it is responding with an Internal Error. I am using the Python openai library (openai-1.76.0). The last request I did (request ID…
Azure OpenAI Service
How do I select "Azure OpenAI Identity" when adding a data store in Azure OpenAI Foundry?
In the Azure AI Foundry Portal, in my deployment, I am trying to create a data store for potentially abusive user detection. However, it's not allowing me to select an "Azure OpenAI Identity". I followed the instructions to a T:…
Azure OpenAI Service
Unable to create OpenAI resources. It is my new account and Once I tried to create and delete a resource. But later I am unable to create it again
Hi there, I am asking a question. I haven't reached my quota in my free trial version of Azure. I tried to create and delete Azure Open AI resource one time, then deleted it to see how it works. After that when I needed to re-create it. I am unable to…
Azure OpenAI Service
Need help with azure openai organization verification for o3 streaming
I tried to use the o3 model with streaming and facing the above error. is this a bug or we are supposed to verify our organization through openai? if so how do i verify our organization? the streaming parameter works with every other model except o3.
Azure OpenAI Service
I'm getting an error 500 in Responses API when number of input_image's exceeds a certain amount while the same request works fine with Completion API
Hi, I've got an issue right now when using the Responses API and adding a certain number of "input_image"s in my prompt. As Azure OpenAI right now does not seem to allow "input_file", I'm using the old fashioned way to convert all…
Azure OpenAI Service
Unsupported Base Models in Azure AI Foundry for West Europe Region
A problem is being encountered with the Azure AI Foundry service regarding model availability in the West Europe region. Two separate Azure subscriptions have been created within the organization, along with different AI hubs and AI projects in the…
Azure OpenAI Service
Blocked because we detected unusual behavior
Content generation failed: Failed to generate response from Azure OpenAI: (Forbidden) Your resource has been temporarily blocked because we detected unusual behavior.\nCode: Forbidden\nMessage: Your resource has been temporarily blocked because we…
Azure OpenAI Service

Azure AI Model retirement strategy
I have following queries around AOAI model retirement 1. Regarding Retirement Date: What does it mean when the retirement date column states “no earlier than July 13, 2024”? While we understand that the model will be available at least until that…
Azure OpenAI Service
Need API/Monitor Solution for Azure OpenAI Assistant File Quota Monitoring
I'm experiencing 'Error 400: You have exceeded your file storage quota for assistants.' I've temporarily resolved this by deleting old files. However, I need a proactive solution to monitor file storage usage for my Assistants to prevent this…
Azure OpenAI Service
Errors in OpenAI Azure API service
we are currently observing some issues with OpenAI API where we are receiving such errors instead of the regular correct answers: https://jam-ai-inst.openai.azure.com/ 'DeploymentNotFound', 'message': 'The API deployment for this resource does not…
Azure OpenAI Service
Request access to text-embedding-3-large model
I need access to the model text-embedding-3-large for use in Azure OpenAI. We are building a vector-based memory system using Azure AI Search and embedding content like documents, specs, and images from SharePoint and Power Automate. The resource…
Azure OpenAI Service
Suddenly getting 400 Bad Request error calling OpenAI.Chat.ChatClient.CompleteChat()
Hi- Late last week, our RAG chat service started returning 400 Bad Request errors. We are running a web API on ASP.NET Core 8. Nothing in the code changed, and I have verified that our code follows examples for Azure.AI.OpenAI 2.1.0. Does anyone know…
Azure OpenAI Service
Data Zone Standard availability timeline for o4-mini
Hi, As Azure recently made available o4-mini for Global Standard deployment, I was wondering what was the timeline to make it available for Standard Data Zone deployment or even Standard deployment. This could indeed be necessary for some customers for…
Azure OpenAI Service
Azure OpenAI - Lines / Characters - Words
Hello, I'm using Azure OpenIA for texts. I would like to know if it responds to: number of words number of lines number of characters For example, I need it to work with an original text with X lines / words / characters but after the OpenIA changes…
Azure OpenAI Service
Which Azure regions support OpenAI stored completions and distillation features?
I'm working with Azure OpenAI's stored completions and distillation features per the documentation (https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/stored-completions). Issue: Successfully created stored completions via API in…
Azure OpenAI Service
Feature Request: Ability to Save Azure OpenAI Chat/Playground Conversations
I'm currently exploring Azure OpenAI Chat (within Azure OpenAI Studio), and I've noticed my chat conversations vanish after closing or refreshing the browser tab, which causes loss of valuable insights and useful historical conversation context. Are…
Azure OpenAI Service

Is “Summarized Context + Sliding Window” the Best Memory Strategy for Azure OpenAI Agents?
Hi everyone, We’re building a production-grade, multi-turn conversational agent using Azure OpenAI (GPT-4 Turbo) with LangChain’s ReAct agent architecture, integrated with Azure Cosmos DB for persistent memory and document grounding. To manage…