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/service-connector/how-to-integrate-cognitive-services.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
---
2
2
title: Connect Azure AI Multi-Service Resource with Azure Services
3
3
titleSuffix: Service Connector
4
-
description: Use these code samples to integrate an Azure AI multi-service resource into your application with Service Connector.
4
+
description: Learn how to integrate an Azure AI multi-service resource into your application with Service Connector by using supported authentication methods and clients.
5
5
author: wchigit
6
6
ms.author: wchi
7
7
ms.service: service-connector
8
8
ms.topic: how-to
9
-
ms.date: 09/30/2025
9
+
ms.date: 02/04/2026
10
10
ms.update-cycle: 180-days
11
11
ms.collection: ce-skilling-ai-copilot
12
12
#customer intent: As a cloud developer, I want to connect my compute services to an Azure AI multi-service resource using Service Connector.
13
13
---
14
14
15
15
# Connect to an Azure AI multi-service resource with Service Connector
16
16
17
-
This page provides information on supported authentication methods and clients. It provides sample code you can use to connect compute services to Azure AI multi-service resource using Service Connector. This page also lists default environment variable names and values obtained when creating the service connection.
17
+
In this article, we cover the supported authentication methods and clients that you can use to connect compute services to Azure AI multi-service resource using Service Connector. For each supported method, we provide sample code and list the default environment variable names and values obtained when creating the service connection.
18
18
19
19
## Supported compute services
20
20
@@ -28,7 +28,7 @@ Service Connector can be used to connect the following compute services to an Az
28
28
29
29
## Supported authentication types and client types
30
30
31
-
This table indicates the authentication methods and clients supported for connecting your compute service to an Azure AI multi-service resource using Service Connector. A "Yes" indicates that the combination is supported, while a "No" indicates that it isn't supported.
31
+
This table indicates the authentication methods and clients supported for connecting your compute service to an Azure AI multi-service resource using Service Connector. A *Yes* indicates that the combination is supported, while a *No* indicates that it isn't supported.
32
32
33
33
34
34
| Client type | System-assigned managed identity | User-assigned managed identity | Secret/connection string | Service principal |
@@ -80,6 +80,7 @@ To connect to an Azure AI multi-service resource using a user-assigned managed i
80
80
#### Sample code
81
81
82
82
To connect to an Azure AI multi-service resource using a connection string, refer to the following steps and code.
83
+
83
84
[!INCLUDE [code sample for an Azure AI multi-service resource](./includes/code-cognitive-secret.md)]
0 commit comments