Skip to content

Commit 2bff713

Browse files
committed
fixing wording
1 parent 67957ef commit 2bff713

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ If you already connected the AI Search resource that contains the index you want
3939
:::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":::
4040

4141
##### Create an Azure AI Search project connection
42-
If you use Microsoft Entra ID for the connection authentication type, you will need to manually assign the project managed identity the roles Search Index Data Contributor and Search Service Contributor to the Azure AI Search resource.
42+
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.
43+
4344
# [Azure CLI](#tab/azurecli)
4445
**Create the following connections.yml file**
4546

@@ -102,4 +103,4 @@ ml_client.connections.create_or_update(my_connection)
102103
:::image type="content" source="../../media/tools/ai-search/success-connection.png" alt-text="A screenshot of the project connections page with a new Azure AI Search connection added." lightbox="../../media/tools/ai-search/success-connection.png":::
103104
---
104105

105-
Now that you have created a project connection to your Azure AI Search resource, you can start configure and start using the Azure AI Search tool with the SDK. See the code examples tab to get started.
106+
Now that you have created a project connection to your Azure AI Search resource, you can configure and start using the Azure AI Search tool with the SDK. See the code examples tab to get started.

0 commit comments

Comments
 (0)