Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions articles/ai-foundry/agents/how-to/tools/fabric.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link

Copilot AI Oct 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar error: 'the will first determine' is missing a subject. This should be 'the agent will first determine' or 'the system will first determine'.

Suggested change
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.
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 agent 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.

Copilot uses AI. Check for mistakes.

> [!NOTE]
> Fabric Data Agent can't use any SPN (service principal name), only user identity is supported.
Copy link

Copilot AI Oct 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The NOTE could be clearer and more precise. Consider rephrasing to: 'Fabric Data Agent supports only user identity authentication. Service principal name (SPN) authentication is not supported.' This follows the active voice and clarity guidelines from the Microsoft Writing Style Guide.

Suggested change
> Fabric Data Agent can't use any SPN (service principal name), only user identity is supported.
> Fabric Data Agent supports only user identity authentication. Service principal name (SPN) authentication is not supported.

Copilot uses AI. Check for mistakes.

## Usage support

|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | REST API |Basic agent setup | Standard agent setup |
Expand Down