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/includes/azure-search/setup.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ author: fosteramanda
4
4
ms.author: fosteramanda
5
5
ms.service: azure-ai-agent-service
6
6
ms.topic: include
7
-
ms.date: 12/10/2024
7
+
ms.date: 03/22/2025
8
8
---
9
9
10
10
## Setup: Create an agent that can use an existing Azure AI Search index
@@ -32,7 +32,7 @@ If you already connected the AI Search resource that contains the index you want
32
32
:::image type="content" source="../../media/tools/ai-search/azure-portal.png" alt-text="A screenshot of an AI Search resource Keys tab in the Azure portal." lightbox="../../media/tools/ai-search/azure-portal.png":::
33
33
34
34
##### Create an Azure AI Search project connection
35
-
If you use Microsoft Entra ID for the connection authentication type, you need to manually assign the project managed identity the roles Search Index Data Contributor and Search Service Contributor to the Azure AI Search resource.
35
+
If you use Microsoft Entra ID for the connection authentication type, you need to manually assign the project managed identity the roles Search Index Data Contributor and Search Service Contributor to the Azure AI Search resource. The connection **name** must be the AI Search **index** name.
36
36
37
37
# [Azure CLI](#tab/azurecli)
38
38
**Create the following connections.yml file**
@@ -101,7 +101,7 @@ Now that you have created a project connection to your Azure AI Search resource,
101
101
102
102
## Add the Azure AI Search tool to an agent
103
103
104
-
you can add the Azure AI Search tool to an agent programatically using the code examples listed at the top of this article, or the Azure AI Foundry portal. If you want to use the portal:
104
+
You can add the Azure AI Search tool to an agent programmatically using the code examples listed at the top of this article, or the Azure AI Foundry portal. If you want to use the portal:
105
105
106
106
1. In the **Create and debug** screen for your agent, scroll down the **Setup** pane on the right to **knowledge**. Then select **Add**.
0 commit comments