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
title: Connect Azure OpenAI Service to other Azure services
2
+
title: Connect Azure OpenAI in Foundry Models to other Azure services
3
3
titleSuffix: Service Connector
4
-
description: In this document, learn how to integrate Azure OpenAI Service into your application with Service Connector
4
+
description: In this document, learn how to integrate Azure OpenAI into your application with Service Connector
5
5
author: wchigit
6
6
ms.author: wchi
7
7
ms.service: service-connector
@@ -11,13 +11,13 @@ ms.update-cycle: 180-days
11
11
ms.collection: ce-skilling-ai-copilot
12
12
---
13
13
14
-
# Connect to Azure OpenAI Service using Service Connector
14
+
# Connect to Azure OpenAI in Foundry Models using Service Connector
15
15
16
-
This page provides information about supported authentication methods and clients, along with sample code for connecting Azure OpenAI Service to other cloud services using Service Connector. This page also lists default environment variable names and values obtained when creating service connections.
16
+
This page provides information about supported authentication methods and clients, along with sample code for connecting Azure OpenAI in Foundry Models to other cloud services using Service Connector. This page also lists default environment variable names and values obtained when creating service connections.
17
17
18
18
## Supported compute services
19
19
20
-
Service Connector can be used to connect the following compute services to Azure OpenAI Service:
20
+
Service Connector can be used to connect the following compute services to Azure OpenAI:
21
21
22
22
- Azure App Service
23
23
- Azure Container Apps
@@ -27,7 +27,7 @@ Service Connector can be used to connect the following compute services to Azure
27
27
28
28
## Supported authentication types and client types
29
29
30
-
The table below shows which combinations of authentication methods and clients are supported for connecting your compute service to Azure OpenAI Service using Service Connector. A “Yes” indicates that the combination is supported, while a “No” indicates that it is not supported.
30
+
The table below 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 is not supported.
31
31
32
32
33
33
| Client type | System-assigned managed identity | User-assigned managed identity | Secret/connection string | Service principal |
@@ -38,63 +38,63 @@ The table below shows which combinations of authentication methods and clients a
38
38
| Python | Yes | Yes | Yes | Yes |
39
39
| None | Yes | Yes | Yes | Yes |
40
40
41
-
This table indicates that all combinations of client types and authentication methods in the table are supported. All client types can use any of the authentication methods to connect to Azure OpenAI Service using Service Connector.
41
+
This table indicates that all combinations of client types and authentication methods in the table are supported. All client types can use any of the authentication methods to connect to Azure OpenAI using Service Connector.
42
42
43
43
## Default environment variable names or application properties and sample code
44
44
45
-
Use the connection details below to connect compute services to Azure OpenAI Service. For more information about naming conventions, refer to [Service Connector internals](concept-service-connector-internals.md#configuration-naming-convention) article.
45
+
Use the connection details below to connect compute services to Azure OpenAI. For more information about naming conventions, refer to [Service Connector internals](concept-service-connector-internals.md#configuration-naming-convention) article.
46
46
47
47
### System-assigned managed identity
48
48
49
49
| Default environment variable name | Description | Sample value |
0 commit comments