diff --git a/articles/ai-foundry/agents/how-to/tools/fabric.md b/articles/ai-foundry/agents/how-to/tools/fabric.md index 6e3df826f9..2c29bdd334 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 |