Skip to content

Commit 97a15ee

Browse files
committed
fixing tab groups
1 parent b0dd06e commit 97a15ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/agents/includes/create-acs-connection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ You can use either an API key or credential-less YAML configuration file. For mo
2222
type: azure_ai_search
2323
endpoint: https://contoso.search.windows.net/
2424
```
25+
---
2526
# [Python](#tab/python)
2627
2728
```python
@@ -39,7 +40,7 @@ my_connection = AzureAISearchConnection(name=my_connection_name,
3940
# Create the connection
4041
ml_client.connections.create_or_update(my_connection)
4142
```
42-
43+
---
4344
# [Azure AI Foundry](#tab/azureaifoundry)
4445

4546

@@ -57,5 +58,4 @@ ml_client.connections.create_or_update(my_connection)
5758

5859
5. Verify that the connection was successfully created and now appears in the project's Connections tab.
5960
:::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":::
60-
6161
---

0 commit comments

Comments
 (0)