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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,11 @@ If you already connected the AI Search resource that contains the index you want
31
31
- In the Overview tab, copy the URL of your resource. The URL should be in the format `https://<your-resource-name>.search.windows.net/`.
32
32
:::image type="content" source="../../media/tools/ai-search/connection-endpoint.png" alt-text="A screenshot of an AI Search resource Overview tab in the Azure portal." lightbox="../../media/tools/ai-search/connection-endpoint.png":::
33
33
34
-
3. Verify API Acccess control is set to **Both** and copy one of the keys under **Manage admin keys**.
34
+
3. Verify API Access control is set to **Both** and copy one of the keys under **Manage admin keys**.
35
35
- From the left-hand navigation bar, scroll down to the Settings section and select **Keys**.
36
36
- Under the **API Access Control** section, ensure the option **Both** API key and Role-based access control is selected.
37
37
- If you want the connection to use API Keys for authentication, copy one of the keys under **Manage admin keys**.
38
-
:::image type="content" source="../../media/tools/ai-search/acs-azure-portal.png" alt-text="A screenshot of an AI Search resource Keys tab in the Azure portal." lightbox="../../media/tools/ai-search/acs-azure-portal.png":::
38
+
:::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":::
39
39
40
40
##### Create an Azure AI Search project connection
41
41
@@ -72,8 +72,8 @@ Replace the placeholders ```my_connection_name```, ```my_endpoint```, and ```my_
72
72
from azure.ai.ml.entities import AzureAISearchConnection
73
73
74
74
# create an Azure AI Search project connection
75
-
my_connection_name = "my-acs-connection-name"
76
-
my_endpoint = "my-acs-endpoint" # this could also be called target
75
+
my_connection_name = "my-connection-name"
76
+
my_endpoint = "my-endpoint" # this could also be called target
77
77
my_api_keys = None # leave blank for Authentication type = AAD
:::image type="content" source="../../media/tools/ai-search/project-connections-page.png" alt-text="A screenshot of the project connections page." lightbox="../../media/tools/ai-search/project-connections-page.png":::
93
93
94
94
3. Select **Azure AI Search**.
95
-
:::image type="content" source="../../media/tools/ai-search/select-acs.png" alt-text="A screenshot of the Azure AI Search connection type the user should select." lightbox="../../media/tools/ai-search/select-acs.png":::
95
+
:::image type="content" source="../../media/tools/ai-search/select.png" alt-text="A screenshot of the Azure AI Search connection type the user should select." lightbox="../../media/tools/ai-search/select.png":::
96
96
97
97
4. Provide the required connection details for the Azure AI Search resource you want to use. Both Managed Identity and Key-based authentication are supported. Once all the fields are filled in, click **Add connection**.
98
-
:::image type="content" source="../../media/tools/ai-search/acs-connection-2.png" alt-text="A screenshot the required fields to add a new Azure AI Search connection." lightbox="../../media/tools/ai-search/acs-connection-2.png":::
98
+
:::image type="content" source="../../media/tools/ai-search/connection-2.png" alt-text="A screenshot the required fields to add a new Azure AI Search connection." lightbox="../../media/tools/ai-search/connection-2.png":::
99
99
100
100
5. Verify that the connection was successfully created and now appears in the project's Connections tab.
101
-
:::image type="content" source="../../media/tools/ai-search/success-acs-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-acs-connection.png":::
101
+
:::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":::
0 commit comments