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-ai-services.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
2
-
title: Connect Azure AI services with other Azure services
2
+
title: Connect to Azure AI services with other Azure services
3
3
titleSuffix: Service Connector
4
-
description: In this document, learn how to integrate Azure AI Services into your application with Service Connector
4
+
description: Learn how to integrate Azure AI Services 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/05/2026
10
10
ms.update-cycle: 180-days
11
11
ms.collection: ce-skilling-ai-copilot
12
12
---
13
13
14
14
# Connect to Azure AI services using Service Connector
15
15
16
-
This page provides information on supported authentication methods and clients, along with sample code for connecting your apps to Azure AI services using Service Connector. This page also lists default environment variable names and values obtained when creating the service connection.
16
+
In this article, we cover the supported authentication methods and clients that you can use to connect your apps to Azure AI services using Service Connector. For each supported method, we provide sample code and describe the default environment variable names and values obtained when creating the service connection.
17
17
18
18
19
19
## Supported compute services
@@ -28,7 +28,7 @@ Service Connector can be used to connect the following compute services to Azure
28
28
29
29
## Supported authentication types and client types
30
30
31
-
The table below indicates which combinations of authentication methods and clients are supported for connecting your compute service to individual Azure AI Services using Service Connector. A “Yes” indicates that the combination is supported, while a “No” indicates that it is not supported.
31
+
The following table indicates which combinations of authentication methods and clients are supported for connecting your compute service to individual Azure AI Services 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 |
@@ -43,7 +43,7 @@ This table indicates that all combinations of client types and authentication me
43
43
44
44
## Default environment variable names or application properties and sample code
45
45
46
-
Use the connection details below to connect compute services to Azure AI Services. For more information about naming conventions, refer to the [Service Connector internals](concept-service-connector-internals.md#configuration-naming-convention) article.
46
+
Use the following connection details to connect compute services to Azure AI Services. For more information about naming conventions, see the [Service Connector internals](concept-service-connector-internals.md#configuration-naming-convention) article.
0 commit comments