Unable to Use Grounding with Bing Search in Private Endpoint–Only Azure AI Foundry Projects
We are trying to create an AI agent with Grounding with Bing Search in an Azure AI Foundry project. However, when the Foundry project is configured to be accessible only via private endpoint, we encounter the following error when attempting to connect…
Azure AI services
Azure AI Agents gpt 4.1 and Knowledge
Hello, I am using Azure AI Agents with gpt 4.1. My agent is loaded with a pdf as knowledge. I find that very often, the Agent does not look for information in the files and basically makes up answers. gpt-4o consistently looks at the files. I tweaked the…
Azure AI services
How to resolve Azure OpenAI rate limit errors when uploading large PDFs
I am attempting to use the OpenAI GPT-4.1 model to upload a large PDF document. Despite sending the document in several smaller chunks, timeouts are still occurring. Could this issue be related to request limits?
Azure AI services
Waitlist for the Azure OpenAI Service o3 model stagnation
Hello, I already applied to the waitlist for the Azure OpenAI Service o3 model on 22.04.2025 and asked about an update on 05.05.2025. I never received any update on the status of the waiting list, and our startup now really needs the new o3 model. What…
Azure AI services
Unknown reason for data channel closure using Azure's Realtime API via WebRTC to send text conversation item
I am trying out Azure's Realtime API via WebRTC that's in public preview with my Android application to support realtime audio and text conversation between a user and AI. I have done all the steps to successfully get an ephemeral token (where…
Azure AI services
429 Rate Limit Errors on GPT-4o
We have now conducted a series of tests which indicate that whilst our traffic fits within the our rate limits we receive 429 Rate Limit Errors. Please find attached a log file in which each row represents a chat completion request. The data includes the…
Azure AI services
Unable to use serverless connection in a PromptFlow pipeline
I am running my prompt flow code as a pipeline. However, it seems like that the connection that I created in prompt flow which is referred in flow.dag.yaml. Same connection can be used in UI interface of promptflow without any issue. Serverless…
Azure AI services
Unable to deploy capabilityHosts on AI Foundry project using bicep
The error message I get during deployment. Conflict(Error details): "The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'." When deploying the capabilityHost: resource…
Azure AI services
How to do correct RFT data, grader and response format
Hi, below is a sample from the data that what I plan to use in azure foundry for RFT. I have 3 questions: is the data structured correctly like this? (I have 9 million tokens in this format) How should I design a grader? The grader should…
Azure AI services
Metrics for Serverless API Deployments in Azure Foundry Hub
I need to track tokens (input and output) and whatever else I can for deployments made to an Azure AI Foundry Hub Project. This is for serverless API deployments. I am unable to find any relevant documentation.
Azure AI services
Not able to start compute session in prompt flow in azure ai foundry
Hi, None of project team members are able to start compute session under ai foundry prompt flow. Giving same error across as given below for all the prompt flows created for all the users. Session status messages: Custom application deployment failed…
Azure AI services
How to train vehicle recognition model
Any pre-trained models that do vehicle recognition (Make, Model, Color)?, if not which is the best approach to train a model, Through Azure AI services or provision a computing instance that will train?
Azure AI services
Azure Startups
I am trying to create a prompt flow and clicked on start compute session but not getting created still loading
Not able to create the compute session on prompt flows. Loading icon is displayed
Azure AI services
Using the Foundry Portal, unable to create AI Hub Resource
I can create a Azure AI Hub Resource in the Azure portal, but when I try to create one in the Foundry portal the 'create' button never activates. I've tried all Regions. My quota has plenty of Tokens to create this resource, and I have permissions to…
Azure AI services
Issue with Greyed Out 'Create Project' Button in Azure AI Content Understanding.
I am trying to create a project in Content understanding but the create project button is greyed out. It has happened every time I have tried to create a project not just with Content Understanding, and I cannot understand why. My account has enouch…
Azure AI services
Azure AI Foundry Agent: How to Add Memory
Hello, I’ve developed a multi-agent system, and I’ve noticed a difference in behavior between the Playground environment and when the agent is accessed via a webhook. In the Playground, the agent is able to retain context across interactions within the…
Azure AI services
Trying to connect my function app to Azure Foundry AI Agent
Hello. I am trying to connect my Azure Function App to my AI Agent in foundry using python. I've been following this documentation for the Azure AI Agents client library for Python:…
Azure AI services
Access to Azure GPT-Image-1 Approval Progress
Our company has an active enterprise subscription to Azure, and we have been using Azure OpenAI service since launch. We thought our application to GPT-Image-1 should take no time, but we have been waiting for over a month without any feedback. I have…
Azure AI services
Error occurs when trying to schedule an exam
I seek guidance regarding an issue I encountered while attempting to take my Microsoft certification exam using a voucher I received from the MS AI Skill Fest sweepstakes round. I scheduled my exam at an in-person testing center. Unfortunately, on the…
Azure AI services

Unable to Delete Broken Azure AI Foundry Project Created via Bicep – Internal Server Error
Hi everyone, I'm working on setting up an Azure AI Foundry Agent project using Bicep, based on the sample provided here: Foundry Sample - Private Network Standard Agent Setup…