You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/agents/how-to/tools/fabric.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ ms.date: 02/25/2025
10
10
author: aahill
11
11
ms.author: aahi
12
12
zone_pivot_groups: selection-fabric-data-agent
13
-
ms.custom: azure-ai-agents
13
+
ms.custom: azure-ai-agents, references_regions
14
14
---
15
15
16
-
# Use the Microsoft Fabric Data Agent
16
+
# Use the Microsoft Fabric data agent
17
17
18
18
::: zone pivot="overview"
19
19
@@ -28,16 +28,16 @@ You need to first build and publish a Fabric data agent and then connect your Fa
28
28
| ✔️ | ✔️ | - | ✔️ | ✔️ | ✔️ | ✔️ |
29
29
30
30
## Prerequisites
31
-
1. You have created and published a Fabric data agent endpoint
31
+
* You have created and published a Fabric data agent endpoint
32
32
33
-
1. Developers and end users have at least `AI Developer` RBAC role.
33
+
* Developers and end users have at least `AI Developer` RBAC role.
34
34
35
-
1. Developers and end users have at least `READ` access to the Fabric data agent and the underlying data sources it connects with.
35
+
* Developers and end users have at least `READ` access to the Fabric data agent and the underlying data sources it connects with.
36
36
37
37
## Setup
38
38
> [!NOTE]
39
-
> 1. The model you selected in Azure AI Agent setup is only used for agent orchestration and response generation. It doesn't impact which model Fabric data agent uses for NL2SQL operation.
40
-
> 1.Supported regions: `westus`, `japaneast` more regions are coming soon.
39
+
> * The model you selected in Azure AI Agent setup is only used for agent orchestration and response generation. It doesn't impact which model Fabric data agent uses for NL2SQL operation.
40
+
> *Supported regions: `westus`, `japaneast`.
41
41
1. Create an Azure AI Agent by following the steps in the [quickstart](../../quickstart.md).
42
42
43
43
1. Create and publish a [Fabric data agent](https://go.microsoft.com/fwlink/?linkid=2312910)
> 1.This REST API allows developers to invoke the Grounding with Bing Search tool through the Azure AI Agent service. It does not send calls to the Grounding with Bing Search API directly.
90
+
> This REST API allows developers to invoke the Grounding with Bing Search tool through the Azure AI Agent service. It does not send calls to the Grounding with Bing Search API directly.
91
91
92
92
Follow the [REST API Quickstart](../../quickstart.md?pivots=rest-api) to set the right values for the environment variables `AZURE_AI_AGENTS_TOKEN` and `AZURE_AI_AGENTS_ENDPOINT`. The client creation is demonstrated in the next section.
93
93
94
94
---
95
95
96
-
## Step 2: Create an Agent with the Microsoft Fabric tool enabled
96
+
## Step 2: Create an agent with the Microsoft Fabric tool enabled
97
97
98
98
To make the Microsoft Fabric tool available to your agent, use a connection to initialize the tool and attach it to the agent. You can find your connection in the **connected resources** section of your project in the Azure AI Foundry portal.
0 commit comments