Skip to content

Commit 84f2492

Browse files
Merge pull request #311437 from v-thpra/tjp-lf-servconnect-007
Q&M: Light Freshness - Service Connector - TJP007
2 parents fb1bba3 + 289785e commit 84f2492

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

articles/service-connector/how-to-integrate-ai-services.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Connect Azure AI services with other Azure services
2+
title: Connect to Azure AI services with other Azure services
33
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.
55
author: wchigit
66
ms.author: wchi
77
ms.service: service-connector
88
ms.topic: how-to
9-
ms.date: 09/30/2025
9+
ms.date: 02/05/2026
1010
ms.update-cycle: 180-days
1111
ms.collection: ce-skilling-ai-copilot
1212
---
1313

1414
# Connect to Azure AI services using Service Connector
1515

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.
1717

1818

1919
## Supported compute services
@@ -28,7 +28,7 @@ Service Connector can be used to connect the following compute services to Azure
2828

2929
## Supported authentication types and client types
3030

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.
3232

3333

3434
| 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
4343

4444
## Default environment variable names or application properties and sample code
4545

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.
4747

4848
### System-assigned managed identity (recommended)
4949

@@ -55,7 +55,8 @@ Use the connection details below to connect compute services to Azure AI Service
5555

5656
#### Sample code
5757

58-
Refer to the steps and code below to connect to Azure AI Services using a system-assigned managed identity.
58+
To connect to Azure AI Services using a system-assigned managed identity, refer to the following steps and code.
59+
5960
[!INCLUDE [code sample for app config](./includes/code-ai-services-microsoft-entra-id.md)]
6061

6162
### User-assigned managed identity
@@ -69,7 +70,8 @@ Refer to the steps and code below to connect to Azure AI Services using a system
6970

7071
#### Sample code
7172

72-
Refer to the steps and code below to connect to Azure AI Services using a user-assigned managed identity.
73+
To connect to Azure AI Services using a user-assigned managed identity, refer to the following steps and code.
74+
7375
[!INCLUDE [code sample for azure AI Services](./includes/code-ai-services-microsoft-entra-id.md)]
7476

7577
### Connection string
@@ -84,7 +86,8 @@ Refer to the steps and code below to connect to Azure AI Services using a user-a
8486
8587
#### Sample code
8688

87-
Refer to the steps and code below to connect to Azure AI Services using a connection string.
89+
To connect to Azure AI Services using a connection string, refer to the following steps and code.
90+
8891
[!INCLUDE [code sample for azure AI Services](./includes/code-ai-services-secret.md)]
8992

9093

@@ -101,7 +104,8 @@ Refer to the steps and code below to connect to Azure AI Services using a connec
101104

102105
#### Sample code
103106

104-
Refer to the steps and code below to connect to Azure AI Services using a service principaL.
107+
To connect to Azure AI Services using a service principaL, refer to the following steps and code.
108+
105109
[!INCLUDE [code sample for azure AI Services](./includes/code-ai-services-microsoft-entra-id.md)]
106110

107111
## Related content

0 commit comments

Comments
 (0)