A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
Azure AI Foundry Agent, Fabric Data Agent tool call gets stuck after first failure, subsequent turns show "No tool output found", even for non Fabric messages
Product Azure AI Foundry Agents, Microsoft Fabric Data Agent tool integration (Preview) Summary I am connecting an Azure AI Foundry Agent to a Microsoft Fabric Data Agent that queries a Fabric Lakehouse. The Fabric Data Agent works in Fabric directly,…
Foundry Agent Service
Azure AI Foundry - Agent replies never reach Teams/web chat after new bot agent migration
Background — regression after unannounced migration We had an agent published to Microsoft Teams via the AI Foundry native connector that was working correctly. Around May 4 2026, We were trying some changes changes to our agent or bot configuration, but…
Foundry Agent Service
A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
Azure AI Foundry Teams connector — conversation history accumulates unbounded, causing token explosion
When an Azure AI Foundry agent(from new portal) is published to Microsoft Teams using the built-in "Publish to Teams and Microsoft 365" connector, the Teams conversation history is sent with every new message. After a single agent run that…
Foundry Agent Service
A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
In Microsoft foundry I unable to connect my agent through POST request
I use the endpoint provided by the Microsoft foundry of my agent and try to post request with the access token, the respond body look like https://resource.services.ai.azure.com/api/projects/auto/agents/hr-agent/protocols/openai/v1/responses { …
Foundry Agent Service
A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
Unable to publish hosted agent to Teams & M365 Copilot — identity mismatch error (May 2026, North Central US)
When I click "Publish → Teams & M365 Copilot" in AI Foundry portal for a hosted agent, the publish fails with: Failed to publish agent BotId 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' does not match the application's default instance…
Foundry Agent Service
A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
Unable to publish hosted agent in Foundry
Hi Everyone, I created a toolbox and now I want to use this toolbox in an agent. Since Toolbox is currently not supported in UI, I am trying to create a new agent with this toolbox. But when I try to publish the agent to Foundry, I get this error…
Foundry Agent Service
A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
Hosted Agent (Foundry) container fails to start (ActivationFailed/Waiting) and all invoke/session calls return 500
We have an Azure AI Foundry hosted agent in East US 2 that never becomes healthy. Agent versions cycle through Waiting / Activating / Unhealthy / ActivationFailed, and direct version-specific invoke returns HTTP 500. We already corrected protocol to…
Foundry Agent Service
A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
Foundry Hosted Agents can't be created for west us3 region and South Central
Hi, I have foundry project created for region west us3 and all the resources are created for respective region. And when I try to create the hosted agents through Foundry MCP Tools/Rest API it's timing out (504). Not sure, if there is any known…
Foundry Agent Service
A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
User Identity Passthrough for Hosted Agents Calling a Custom MCP Server
Summary We are building a Python Hosted Agent in Azure AI Foundry that calls a custom remote MCP server protected by Entra ID. We need the MCP server to receive the end user's identity, not the agent's identity, so authorization decisions on the MCP side…
Foundry Agent Service
A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
AI Foundry Agent Authorization Error - Teams Deployment Fails for External Users Despite Correct Azure RBAC Permissions
Issue: Users cannot execute an AI Foundry agent deployed to Microsoft Teams. The agent returns an authorization error requiring project-level write permissions that cannot be granted through the UI. Environment: Azure AI Foundry (New Experience) Agent…
Foundry Agent Service
A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
Which regions are supported for hosted agents?
The official document lists only four regions, but the Q&A mentions more. Could you clarify which regions support hosted…
Foundry Agent Service
A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
HTTP error while calling OpenAI models using Microsoft Foundry
Code.py %pip install azure-ai-projects==2.0.0b2 openai==1.109.1 python-dotenv azure-identity import os from dotenv import load_dotenv from azure.identity import DefaultAzureCredential from azure.ai.projects import…
Foundry Agent Service
A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
uploading data in microsoft foundry agent
I created an agent in the foundry. Now I want to add data into this. For that I tried to create a knowledge source. In that, I created an azure storage account which contains the file. Now when I try to connect this storage source to my agent, it is…
Foundry Agent Service
A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
New Azure AI Foundry VS Old Azure AI Foundry
Hi, I am currently facing issues while working with Azure AI Foundry (both the new and old experiences), and I’m unable to proceed due to differences in behavior between the two. Scenario: I am using Azure AI Foundry agents along with Azure AI Search…
Foundry Agent Service
A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
Can Claude models be used with Foundry Agent Service's create_agent API (threads/runs pattern) for portal visibility?
Hi, I'm building a multi-agent system on Azure AI Foundry using Claude Sonnet deployed from the Foundry model catalog. My agents are currently working correctly using the Anthropic SDK via the /anthropic/v1/messages endpoint. However, agents created this…
Foundry Agent Service
A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
Getting error when linking with Azure Fondry Delcarative Workflow
Getting error to open our workflow
Foundry Agent Service
A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
Unable to remove Resource Groups I created for AI-103 Labs
Hi all. I created two resource groups for the labs in AI-103. I am unable to perform the cleanup steps where i need to delete the resource groups that house the Foundry resource and project. I try deleting the RGs on the Azure portal but the request…
Foundry Agent Service
A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
Foundry Agents Not Working
When I open the Agent Playground in Foundry and select any of my agents, I get the following errors. On top of these, I cannot attach a file to get response from any agent as well. I cannot make any changes to the agents either. Failed to update…
Foundry Agent Service
A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
New Microsoft Foundry Agent via Responses API rejects local image input as Base64 data URL and byte array
Hello Microsoft Support, we are seeing an issue with the new Microsoft Foundry Agents via the Responses API when sending a local image as part of the user message. What works text-only input image by public URL What fails local PNG passed as Base64…
Foundry Agent Service
A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
AI foundry responses API returns 404 for conversations that worked some times ago
I can see the same error across multiple foundry resource deployments in swedencentral and francecentral regions. Multiple conversations are affected. They were not deleted by calling the respective api. An error was encountered while processing the…
Foundry Agent Service
A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model