Skip to content

Commit f47c9f5

Browse files
committed
fixes
1 parent 52f67d7 commit f47c9f5

File tree

1 file changed

+9
-9
lines changed
  • articles/ai-services/agents/how-to/tools

1 file changed

+9
-9
lines changed

articles/ai-services/agents/how-to/tools/fabric.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ ms.date: 02/25/2025
1010
author: aahill
1111
ms.author: aahi
1212
zone_pivot_groups: selection-fabric-data-agent
13-
ms.custom: azure-ai-agents
13+
ms.custom: azure-ai-agents, references_regions
1414
---
1515

16-
# Use the Microsoft Fabric Data Agent
16+
# Use the Microsoft Fabric data agent
1717

1818
::: zone pivot="overview"
1919

@@ -28,16 +28,16 @@ You need to first build and publish a Fabric data agent and then connect your Fa
2828
| ✔️ | ✔️ | - | ✔️ | ✔️ | ✔️ | ✔️ |
2929

3030
## Prerequisites
31-
1. You have created and published a Fabric data agent endpoint
31+
* You have created and published a Fabric data agent endpoint
3232

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.
3434

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.
3636

3737
## Setup
3838
> [!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`.
4141
1. Create an Azure AI Agent by following the steps in the [quickstart](../../quickstart.md).
4242

4343
1. Create and publish a [Fabric data agent](https://go.microsoft.com/fwlink/?linkid=2312910)
@@ -87,13 +87,13 @@ const client = AIProjectsClient.fromConnectionString(
8787
# [REST API](#tab/rest)
8888

8989
>[!IMPORTANT]
90-
> 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.
9191
9292
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.
9393

9494
---
9595

96-
## Step 2: Create an Agent with the Microsoft Fabric tool enabled
96+
## Step 2: Create an agent with the Microsoft Fabric tool enabled
9797

9898
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.
9999

0 commit comments

Comments
 (0)