From 39cf7b46ebc228c576138c37593932e7a5af2f88 Mon Sep 17 00:00:00 2001 From: AhmadAbdullah91 <91725950+AhmadAbdullah91@users.noreply.github.com> Date: Thu, 30 Oct 2025 16:12:16 +0300 Subject: [PATCH] Enhance fabric.md with integration details and notes Added details about the integration of Azure AI Foundry Agent with Microsoft Fabric data agent, including usage support and authorization notes. --- articles/ai-foundry/agents/how-to/tools/fabric.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/articles/ai-foundry/agents/how-to/tools/fabric.md b/articles/ai-foundry/agents/how-to/tools/fabric.md index 6e3df826f96..2c29bdd334f 100644 --- a/articles/ai-foundry/agents/how-to/tools/fabric.md +++ b/articles/ai-foundry/agents/how-to/tools/fabric.md @@ -20,6 +20,9 @@ Integrate your Azure AI Foundry Agent with the [**Microsoft Fabric data agent**] You need to first build and publish a Fabric data agent and then connect your Fabric data agent with the published endpoint. When a user sends a query, the will first determine if the Fabric data agent should be leveraged or not. If so, it will use the end user’s identity to generate queries over data they have access to. Lastly, the agent will generate responses based on queries returned from Fabric data agents. With Identity Passthrough (On-Behalf-Of) authorization, this integration simplifies access to enterprise data in Fabric while maintaining robust security, ensuring proper access control and enterprise-grade protection. +> [!NOTE] +> Fabric Data Agent can't use any SPN (service principal name), only user identity is supported. + ## Usage support |Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | REST API |Basic agent setup | Standard agent setup |