Skip to content

Commit 67c14ca

Browse files
committed
updates
1 parent d6bbdbf commit 67c14ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/ai-services/agents/includes/acs/acs-setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can use either an API key or credential-less YAML configuration file. For mo
5353
endpoint: https://contoso.search.windows.net/
5454
```
5555
56-
# [Python](#tab/python)
56+
# [Python](#tab/pythonsdk)
5757
```python
5858
from azure.ai.ml.entities import AzureAISearchConnection
5959

@@ -69,6 +69,7 @@ my_connection = AzureAISearchConnection(name=my_connection_name,
6969
# Create the connection
7070
ml_client.connections.create_or_update(my_connection)
7171
```
72+
7273
# [Azure AI Foundry](#tab/azureaifoundry)
7374
1. In Azure AI Foundry, navigate to the project you created in the agent setup. Click on **Open in management center**.
7475
:::image type="content" source="../../media/tools/ai-search/project-studio.png" alt-text="A screenshot of a project in Azure AI Foundry." lightbox="../../media/tools/ai-search/project-studio.png":::

0 commit comments

Comments
 (0)