Skip to content

Commit fb1bba3

Browse files
Merge pull request #311402 from v-thpra/tjp-lf-servconnect-006
Q&M: Light Freshness - Service Connector - TJP006
2 parents 4b1cbf5 + 6b50ed1 commit fb1bba3

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
title: Connect Azure AI Multi-Service Resource with Azure Services
33
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.
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/04/2026
1010
ms.update-cycle: 180-days
1111
ms.collection: ce-skilling-ai-copilot
1212
#customer intent: As a cloud developer, I want to connect my compute services to an Azure AI multi-service resource using Service Connector.
1313
---
1414

1515
# Connect to an Azure AI multi-service resource with Service Connector
1616

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

1919
## Supported compute services
2020

@@ -28,7 +28,7 @@ Service Connector can be used to connect the following compute services to an Az
2828

2929
## Supported authentication types and client types
3030

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

3333

3434
| 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
8080
#### Sample code
8181

8282
To connect to an Azure AI multi-service resource using a connection string, refer to the following steps and code.
83+
8384
[!INCLUDE [code sample for an Azure AI multi-service resource](./includes/code-cognitive-secret.md)]
8485

8586

0 commit comments

Comments
 (0)