Skip to content

Commit f8ce4a6

Browse files
committed
art4-1
1 parent 44c1e7f commit f8ce4a6

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

articles/service-connector/how-to-integrate-openai.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
title: Connect Azure OpenAI in Foundry Models to Other Azure Services
33
titleSuffix: Service Connector
4-
description: Use these code samples to integrate Azure OpenAI into your application with Service Connector.
4+
description: Learn how to integrate Azure OpenAI in Foundry Models 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/03/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 toAzure OpenAI in Foundry Models using Service Connector.
1313
---
1414

1515
# Connect to Azure OpenAI in Foundry Models using Service Connector
1616

17-
This page provides information about supported authentication methods and clients. It provides sample code you can use to connect compute services to Azure OpenAI in Foundry Models using Service Connector. This page also lists default environment variable names and values obtained when creating service connections.
17+
In this article, we cover the supported authentication methods and clients that you can use to connect compute services to Azure OpenAI in Foundry Models using Service Connector. For each supported method, we provide sample code and list the default environment variable names and values obtained when creating service connections.
1818

1919
## Supported compute services
2020

@@ -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-
This table shows which combinations of authentication methods and clients are supported for connecting your compute service to Azure OpenAI using Service Connector. A "Yes" indicates that the combination is supported, while a "No" indicates that it isn't supported.
31+
This table shows which combinations of authentication methods and clients are supported for connecting your compute service to Azure OpenAI 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 |
@@ -54,6 +54,7 @@ Use the following connection details to connect compute services to Azure OpenAI
5454
#### Sample code
5555

5656
To connect to Azure OpenAI using a system-assigned managed identity, refer to the following steps and code.
57+
5758
[!INCLUDE [code sample for app config](./includes/code-openai-microsoft-entra-id.md)]
5859

5960
### User-assigned managed identity
@@ -66,6 +67,7 @@ To connect to Azure OpenAI using a system-assigned managed identity, refer to th
6667
#### Sample code
6768

6869
To connect to Azure OpenAI using a user-assigned managed identity, refer to the following steps and code.
70+
6971
[!INCLUDE [code sample for Azure OpenAI](./includes/code-openai-microsoft-entra-id.md)]
7072

7173
### Connection string
@@ -79,6 +81,7 @@ To connect to Azure OpenAI using a user-assigned managed identity, refer to the
7981
#### Sample Code
8082

8183
To connect to Azure OpenAI using a connection string, refer to the following steps and code.
84+
8285
[!INCLUDE [code sample for Azure OpenAI](./includes/code-openai-secret.md)]
8386

8487

@@ -94,6 +97,7 @@ To connect to Azure OpenAI using a connection string, refer to the following ste
9497
#### Sample code
9598

9699
To connect to Azure OpenAI using a service principal, refer to the following steps and code.
100+
97101
[!INCLUDE [code sample for Azure OpenAI](./includes/code-openai-microsoft-entra-id.md)]
98102

99103
### Related content

0 commit comments

Comments
 (0)