-
Notifications
You must be signed in to change notification settings - Fork 371
Enhance fabric.md with integration details and notes #580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -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. | ||||||
|
||||||
| > 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. |
There was a problem hiding this comment.
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'.