Skip to content

Commit 43c39ae

Browse files
Merge pull request #3676 from diberry/diberry/0322-dan-wahlin-index-name
AI Agents - Foundary + Search - edits
2 parents 1b335c9 + e6a51cd commit 43c39ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/agents/includes/azure-search/setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: fosteramanda
44
ms.author: fosteramanda
55
ms.service: azure-ai-agent-service
66
ms.topic: include
7-
ms.date: 12/10/2024
7+
ms.date: 03/22/2025
88
---
99

1010
## 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
3232
:::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":::
3333

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

3737
# [Azure CLI](#tab/azurecli)
3838
**Create the following connections.yml file**
@@ -101,7 +101,7 @@ Now that you have created a project connection to your Azure AI Search resource,
101101

102102
## Add the Azure AI Search tool to an agent
103103

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:
105105

106106
1. In the **Create and debug** screen for your agent, scroll down the **Setup** pane on the right to **knowledge**. Then select **Add**.
107107

0 commit comments

Comments
 (0)