Connection Timeout Error in Azure OpenAI Studio without public access on search service
We are encountering an error in Azure OpenAI Studio when trying to "Add your data" in the chat playground. The "crack, chunk and embed data" step finishes without issue, but the "Update ACS index" fails with this…
Azure AI Search
Azure OpenAI Service

Modified Abuse Monitoring application is not approved
The email telling us of the rejection listed several possible reasons for the rejection. Possible reasons for a denied application: No response to Microsoft emails asking for more information. If this applies to you, please reply to the email and we…
Azure OpenAI Service

Azure OpenAi API - Java vs Python inconsistency
I using Azure openAI to create an artificial intelligence that creates JSON files. I originally wrote this in python but the requirements of the project changed requiring it to be in Java. Both have the same model and storage configuration but when…
Azure AI Search
Azure OpenAI Service

When can we expect the o3-deep-research model in Azure OpenAI?
OpenAI recently launched DeepResearch as part of the o3 API - o3-deep-research is the model name for the same. Also there is o4-mini-deep-research as well. Ref: https://cookbook.openai.com/examples/deep_research_api/introduction_to_deep_research_api When…
Azure OpenAI Service
404 Error on /v1/responses API Endpoint – Azure OpenAI (East US & West US Deployments)
I’m encountering an issue when trying to access the /v1/responses API endpoint in my Azure OpenAI deployments. I have models (gpt-4.1 April version and gpt 4o 2024-06-08 version) deployed in both East US and West US regions. When I attempt to call the…
Azure OpenAI Service
Azure OpenAI API Caching Issue with Model `gpt-4o-mini-2024-07-18`
There is an issue being faced with the Azure OpenAI service. Using the OpenAI model version gpt-4o-mini-2024-07-18 and Azure API version 2024-10-21, it was noted from Azure's documentation that both the OpenAI model and API versions should be eligible…
Azure OpenAI Service
"Sorry, something went wrong." When running Thread on Azure OpenAI
I get this error when trying to create Runs on a Thread "last_error": { "code": "server_error", "message": "Sorry, something went wrong." }, Here is the full Thread config: (IDs removed) { …
Azure OpenAI Service
Will Code Interpreter feature be implemented into Azure Open AI Responses API?
Will Azure Open AI Responses API include Code Interpreter feature in the future? If so, is there a available timeline? It seems that the available models don't support it. For context: OpenAI announced in May that their Response API will entail Code…
Azure OpenAI Service
Enable AOAI_AUDIO_AND_VISION_PREVIEW for GPT-4o audio & vision
Problem Description • Please enable the preview feature AOAI_AUDIO_AND_VISION_PREVIEW on my subscription so I can deploy the GPT-4o audio/vision models. • Subscription ID: a80ada5a-d644-4792-940d-089851129f1b • Azure OpenAI resource:…
Azure OpenAI Service
Inquiry about Azure OpenAI API Quota Increase Limits
Dear Microsoft Support Team, I am currently using the Azure OpenAI API and understand that quota increases are handled on a request basis. I would appreciate it if you could clarify the following points: To what extent can the usage quota be…
Azure OpenAI Service

Failed to get the list of connections NotFoundError: Unable to find workspace:
Not really sure why are we facing this issue.
Azure OpenAI Service
Can I use the responses API with gpt-image-1 in Azure OpenAI?
I recently got access to gpt-image-1, but have been struggling with using it. I specifically want to be able to use tools with it and figured I must use the responses api. I can't find which apis support which models but in my various attempts I have…
Azure OpenAI Service

Responses API v1 preview not working in background mode with o3-pro
Hi I am following the instructions to use o3-pro with background mode in python but I get an API error. The exact same requests work with o3. It works without background mode. Instructions here:…
Azure OpenAI Service

Azure OpenAI Model: gpt-4.1 context window exceeded with way less than 1M tokens
Hello! I'm having trouble using a large context window with gpt-4.1. gpt-4.1 is known for having a 1M token context window. It is described as such in azure docs: …
Azure OpenAI Service

Intermittent Timeout Errors When Accessing Azure Services from App (Blob Storage, OpenAI, Cognitive Services)
Hello Microsoft Team, I am experiencing intermittent connection timeout errors when accessing multiple Azure services from my application running on a VM. This is under a Microsoft Sponsorship subscription. Here are some of the error logs observed: An…
Azure Virtual Network
Azure OpenAI Service
OpenAI fine tuning has been running for more than 24 hours
This is my first time fine tuning a model in Azure. I chose GPT 4.1, uploaded data and the process started, however it has been over 24 hours, and it still says running. Is this normal, given that the training data was like 300 rows only. I can see the…
Azure OpenAI Service
o3-mini model is very slow in Sweden region
o3-mini model is very slow in Sweden region No response after 1 min
Azure OpenAI Service
Is Azure OpenAI HIPAA-compliant, and how do I ensure my deployment meets HIPAA requirements?
Hi, I plan to use Azure OpenAI to process user-submitted text that may include protected health information (PHI). I want to ensure the service can be configured to meet HIPAA requirements. Is Azure OpenAI covered under the Microsoft BAA for HIPAA? If I…
Azure OpenAI Service
How I can I increase the quota for gpt4.1 on azure ai foundry?
We have an app that requires more tokens than what is currently being provided
Azure OpenAI Service
Models for getting similarity scores between categories and keywords
I want to get a similarity score between a category like vehicles and a list of words like headphone, water, truck, and green. The goal would be for each score to be low on words outside the category and high on words inside the category. I know I could…