Modification calls with Azure AI Agent Function is causing Security Alerts
Trying this below POC with a function which can extract temperature data and print in Console: https://learn.microsoft.com/en-us/azure/ai-services/agents/how-to/tools/function-calling?tabs=csharp&pivots=code-example This is very strange. I created…
Azure AI services
AI Agent Fails to Retrieve Data from Fabric Data Agent – "Error in information retrieving"
I'm running into an issue while trying to integrate an AI Agent with a Microsoft Fabric Data Agent, and I’d appreciate any help or insights from the community. Setup Details Tenant: Both Microsoft Fabric and AI Foundry are within the same…
Azure AI services


Azure Foundry Access Stopped
I was able to access Azure Foundry till yesterday but it stopped working for me now. I am able to access https://portal.azure.com/ without any issues but when I click on the AI Foundry, it launches a webpage and keeps trying to open it. But after a few…
Azure AI services

Running into problems trying out a Microsoft Learn Sample on AI Foundry
Trying to run the basic chat application example given here: https://learn.microsoft.com/en-us/azure/ai-foundry/quickstarts/get-started-code?tabs=windows from azure.ai.projects import AIProjectClient from azure.identity import DefaultAzureCredential #…
Azure AI services


Issues connecting to Azure AI Foundry models using MS Entra ID from Python
I am trying to connect a non-Azure OpenAI embedding model in AI Foundry using Microsoft Entra ID. I don't have an issue connecting to Azure OpenAI embedding models using Microsoft Entra ID. After creating a client and executing the following simple…
Azure AI services
How to fix 500 error for AI Foundry
I have been using GPT-4.1 through AI Foundry, and everything was working fine until today. However, I am now encountering the following error: Error code: 500 - {'error': {'message': 'An error occurred while processing your request. You can retry your…
Azure AI services
How can I resolve the issue where the connection string is unable to find the model deployed on Azure AI Foundry in .NET 8 C# Quickstart: Create a new Agent?
I am following the QuickStart guide (https://learn.microsoft.com/en-us/azure/ai-services/agents/quickstart?pivots=programming-language-csharp) for C# in .NET 8.0 to create a new agent on Azure AI Foundry. The model is successfully deployed, and the…
Azure AI services
Issues with Handling Multi-page Tables in Document Intelligence (Custom Model)
I am currently working with Document Intelligence (formerly known as Form Recognizer) on a custom model and am encountering a problem when processing multi-page documents. Specifically, the issue involves tables that span multiple pages. Problem: When a…
Azure AI Document Intelligence
Azure AI services
Seeing some intermittent deployment not found errors in Azure AI Foundry ( gpt-4o)
For the past hour or so I have been seeing intermittent errors on ChatCompletions with the OpenAI gpt-4o model in Azure AI Foundry Location : East US "The API deployment for this resource does not exist. If you created the deployment within the…
Azure AI services
Making token limit accessible for AI Foundary Assistant
Hello Azure Support Team, I’m currently developing a HIPAA-aligned healthcare platform in the, Australia east region, that can get transcripts of upto an hour or conversation,using the Azure OpenAI Assistant (via Threads API) for clinical report…
Azure AI services
The server had an error processing your request. Sorry about that!
The server had an error processing your request. Sorry about that! You can retry your request, or contact us through an Azure support request at: https://go.microsoft.com/fwlink/?linkid=2213926 if you keep seeing this error. (Please include the request…
Azure AI services
Azure OpenAI service in europe
We’ve recently created an Azure OpenAI Service in the West Europe region, and on top of that in Azure AI Foundry we created a gpt-4o-mini implementation with the Worldwide Standard deployment type. Since we may send personal data (PII) to the service, we…
Azure AI services

AzureOpenAI doesn't support parameter chunking_strategy while creating vector store.
OpenAI recently added a new feature to their library, which says we can customize the chunking strategy used to split and store files in vector stores using the new parameter "chunking_strategy" to be used while creating a vector store. If I…
Azure AI services
Error on Azure AI | Content Safety Studio
Using "Azure AI | Content Safety Studio" I got an Error: Your account does not have access to this resource, please contact your resource owner to get access. How can I found which resource I have no access?
Azure AI services
Azure AI Foundry stuck at running
I have a project with several prompt flows. Sometimes they work. It definitely worked fine in the beginning. After a while it's stuck at running and even if I leave it running for around an hour, it's still running in the LLM process. When it works, it…
Azure AI services
Cannot fine-tune a gpt-4o-mini based model on Sweden Central
We already have one model deployed on our OpenAI resource in Sweden Central, which was fine-tuned based on the GPT-4o-mini model. We are attempting to deploy a new model with different data in the same manner. However, when we select the base model, the…
Azure AI services

My Azure AI service suddenly got unavail services
My Azure AI service suddenly got unavail services
Azure AI services
Cannot see Deepseek usage
Hi, I have deployed the model- DeepSeek - R1 in my azure ai service but I cannot see the usage at all. In the metrics section in the azure foundry, I have the models deployed and the metrics option still I cannot see the usage although the model is being…
Azure AI services
How to access the azure's openai embedding using service principal instead of api key.
Recently, I have been working on using Azure OpenAI text-embedding-3-small embedding model from the Azure Database as Stored proceducre. I am using it to generate embeddings on the fly for doing vector query and other purpose. SET ANSI_NULLS ON GO SET…
Azure AI services
Issue with Integrating Azure Function into AI Foundry Agent — Role and Requirement of Capability Host
Background and Objective: I am building an AI Agent in Azure AI Foundry which needs to invoke an Azure Function dynamically during conversations. Example Scenario: A user asks about weather information → the agent triggers an Azure Function…