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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
---
2
-
title: Integrate Azure AI services with service connector
2
+
title: Connect Azure AI services with other Azure services
3
+
titleSuffix: Service Connector
3
4
description: In this document, learn how to integrate Azure AI Services into your application with Service Connector
4
5
author: wchigit
5
6
ms.author: wchi
@@ -9,7 +10,7 @@ ms.date: 01/29/2024
9
10
ms.collection: ce-skilling-ai-copilot
10
11
---
11
12
12
-
# Integrate Azure AI services with Service Connector
13
+
# Connect to Azure AI services using Service Connector
13
14
14
15
This page provides information on supported authentication methods and clients, along with sample code for connecting Azure AI services to other cloud services using Service Connector. This page also lists default environment variable names and values obtained when creating the service connection.
15
16
@@ -25,7 +26,7 @@ Service Connector can be used to connect the following compute services to Azure
25
26
26
27
## Supported authentication types and client types
27
28
28
-
The table below indicates which combinations of authentication methods and clients are supported for connecting your compute service to Azure AI Services using Service Connector. A “Yes” indicates that the combination is supported, while a “No” indicates that it is not supported.
29
+
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.
29
30
30
31
31
32
| Client type | System-assigned managed identity | User-assigned managed identity | Secret/connection string | Service principal |
@@ -99,7 +100,7 @@ Refer to the steps and code below to connect to Azure AI Services using a servic
99
100
100
101
## Related content
101
102
102
-
*[Azure AI multi-service resource integration](./how-to-integrate-cognitive-services.md)
103
+
*[Connect to an Azure AI multi-service resource](./how-to-integrate-cognitive-services.md)
103
104
*[Azure OpenAI Service integration](./how-to-integrate-openai.md)
104
105
*[Connect to Azure OpenAI Service in AKS using a Workload Identity](./tutorial-python-aks-openai-workload-identity.md)
105
106
*[Learn about Service Connector concepts](./concept-service-connector-internals.md)
Copy file name to clipboardExpand all lines: articles/service-connector/how-to-integrate-cognitive-services.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
---
2
-
title: Integrate an Azure AI multi-service resource with service connector
2
+
title: Connect Azure AI multi-service resource with Azure services
3
+
titleSuffix: Service Connector
3
4
description: In this document, learn how to integrate an Azure AI multi-service resource into your application with Service Connector
4
5
author: wchigit
5
6
ms.author: wchi
@@ -9,7 +10,7 @@ ms.date: 01/29/2025
9
10
ms.collection: ce-skilling-ai-copilot
10
11
---
11
12
12
-
# Integrate an Azure AI multi-service resource with Service Connector
13
+
# Connect to an Azure AI multi-service resource with Service Connector
13
14
14
15
This page provides information on supported authentication methods and clients, along with sample code for connecting an Azure AI multi-service resource to other cloud services using Service Connector. This page also lists default environment variable names and values obtained when creating the service connection.
15
16
@@ -25,7 +26,7 @@ Service Connector can be used to connect the following compute services to an Az
25
26
26
27
## Supported authentication types and client types
27
28
28
-
The table below indicates which combinations of authentication methods and clients are 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 is not supported.
29
+
The table below 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 is not supported.
29
30
30
31
31
32
| Client type | System-assigned managed identity | User-assigned managed identity | Secret/connection string | Service principal |
@@ -49,7 +50,9 @@ Use the connection details below to connect compute services to an Azure AI mult
49
50
| AZURE_COGNITIVESERVICES_ENDPOINT | Azure Cognitive Services token provider service |`https://<cognitive-service-name>.cognitiveservices.azure.com/`|
50
51
51
52
#### Sample code
53
+
52
54
Refer to the steps and code below to connect to an Azure AI multi-service resource using a system-assigned managed identity.
55
+
53
56
[!INCLUDE [code sample for an Azure AI multi-service resource](./includes/code-cognitive-microsoft-entra-id.md)]
54
57
55
58
### User-assigned managed identity
@@ -60,6 +63,7 @@ Refer to the steps and code below to connect to an Azure AI multi-service resour
60
63
| AZURE_COGNITIVESERVICES_CLIENTID | Your client ID |`<client-ID>`|
61
64
62
65
#### Sample code
66
+
63
67
Refer to the steps and code below to connect to an Azure AI multi-service resource using a user-assigned managed identity.
64
68
[!INCLUDE [code sample for an Azure AI multi-service resource](./includes/code-cognitive-microsoft-entra-id.md)]
65
69
@@ -71,7 +75,8 @@ Refer to the steps and code below to connect to an Azure AI multi-service resour
Copy file name to clipboardExpand all lines: articles/service-connector/how-to-integrate-openai.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,18 @@
1
1
---
2
-
title: Integrate Azure OpenAI Service with service connector
2
+
title: Connect Azure OpenAI Service to other Azure services
3
+
titleSuffix: Service Connector
3
4
description: In this document, learn how to integrate Azure OpenAI Service into your application with Service Connector
4
5
author: wchigit
5
6
ms.author: wchi
6
7
ms.service: service-connector
7
8
ms.topic: how-to
8
-
ms.date: 06/14/2024
9
+
ms.date: 01/29/2025
9
10
ms.collection: ce-skilling-ai-copilot
10
11
---
11
12
12
-
# Integrate Azure OpenAI Service with Service Connector
13
+
# Connect to Azure OpenAI Service using Service Connector
13
14
14
-
This page shows supported authentication methods and clients, and shows sample code you can use to connect Azure OpenAI Service to other cloud services using Service Connector. You might still be able to connect to Azure OpenAI Service using other methods. This page also shows default environment variable names and values you get when you create the service connection.
15
+
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.
15
16
16
17
## Supported compute services
17
18
@@ -22,6 +23,7 @@ Service Connector can be used to connect the following compute services to Azure
22
23
- Azure Functions
23
24
- Azure Kubernetes Service (AKS)
24
25
- Azure Spring Apps
26
+
25
27
## Supported authentication types and client types
26
28
27
29
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.
@@ -39,7 +41,7 @@ This table indicates that all combinations of client types and authentication me
39
41
40
42
## Default environment variable names or application properties and sample code
41
43
42
-
Use the connection details below to connect compute services to Azure OpenAI Service. For more information about naming conventions, check the[Service Connector internals](concept-service-connector-internals.md#configuration-naming-convention) article.
44
+
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.
43
45
44
46
### System-assigned managed identity
45
47
@@ -59,6 +61,7 @@ Refer to the steps and code below to connect to Azure OpenAI Service using a sys
59
61
| AZURE_OPENAI_CLIENTID | Your client ID |`<client-ID>`|
60
62
61
63
#### Sample code
64
+
62
65
Refer to the steps and code below to connect to Azure OpenAI Service using a user-assigned managed identity.
63
66
[!INCLUDE [code sample for azure openai service](./includes/code-openai-microsoft-entra-id.md)]
64
67
@@ -71,6 +74,7 @@ Refer to the steps and code below to connect to Azure OpenAI Service using a use
71
74
> | AZURE_OPENAI_KEY | Azure OpenAI Service API key |`<api-key>`|
72
75
73
76
#### Sample Code
77
+
74
78
Refer to the steps and code below to connect to Azure OpenAI Service using a connection string.
75
79
[!INCLUDE [code sample for azure openai service](./includes/code-openai-secret.md)]
76
80
@@ -88,9 +92,8 @@ Refer to the steps and code below to connect to Azure OpenAI Service using a con
88
92
Refer to the steps and code below to connect to Azure OpenAI Service using a service principaL.
89
93
[!INCLUDE [code sample for azure openai service](./includes/code-openai-microsoft-entra-id.md)]
90
94
91
-
## Next steps
92
-
93
-
Follow the tutorial listed below to learn more about Service Connector.
95
+
# Related content
94
96
95
-
> [!div class="nextstepaction"]
96
-
> [Learn about Service Connector concepts](./concept-service-connector-internals.md)
97
+
*[Connect to Azure OpenAI Service in AKS using Workload Identity](./tutorial-python-aks-openai-workload-identity.md)
98
+
*[Connect to an Azure AI multi-service resource](./how-to-integrate-cognitive-services.md)
99
+
*[Connect to Azure AI services](./how-to-integrate-ai-services.md)
Copy file name to clipboardExpand all lines: articles/service-connector/tutorial-python-aks-openai-connection-string.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.topic: tutorial
12
12
ms.date: 01/29/2025
13
13
---
14
14
15
-
# Tutorial: Connect to Azure OpenAI Service in AKS using a connection string (preview)
15
+
# Tutorial: Connect to Azure OpenAI Service in AKS using a connection string
16
16
17
17
In this tutorial, you learn how to create a pod in an Azure Kubernetes (AKS) cluster that communicates with Azure OpenAI Service using a connection string. You complete the following tasks:
18
18
@@ -109,7 +109,7 @@ In this tutorial, you learn how to create a pod in an Azure Kubernetes (AKS) clu
109
109
--anonymous-pull-enabled
110
110
```
111
111
112
-
## Create a service connection in AKS with Service Connector (preview)
112
+
## Create a service connection in AKS with Service Connector
113
113
114
114
Create a service connection between an AKS cluster and Azure OpenAI Service in the Azure portal or the Azure CLI.
115
115
@@ -217,6 +217,6 @@ az group delete \
217
217
218
218
## Related content
219
219
220
+
*[Connect to Azure OpenAI Service](./how-to-integrate-openai.md)
220
221
*[Connect to Azure OpenAI Service in AKS using Workload Identity](./tutorial-python-aks-openai-workload-identity.md)
221
-
*[Integrate Azure OpenAI Service with Service Connector](./how-to-integrate-openai.md)
222
-
*[Azure AI multi-service resource integration](./how-to-integrate-cognitive-services.md)
222
+
*[Connect to an Azure AI multi-service resource](./how-to-integrate-cognitive-services.md)
Copy file name to clipboardExpand all lines: articles/service-connector/tutorial-python-aks-openai-workload-identity.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Connect to Azure OpenAI in AKS using workload identity.
2
+
title: Connect to Azure OpenAI Service in AKS using workload identity
3
3
titlesuffix: Service Connector
4
4
description: Learn how to connect to Azure OpenAI Service in Azure Kubernetes Service (AKS) using workload identity and Service Connector.
5
5
#customerintent: As a developer, I want to connect my AKS resource to Azure OpenAI Service using a workload identity.
@@ -12,7 +12,7 @@ ms.topic: tutorial
12
12
ms.date: 01/28/2025
13
13
---
14
14
15
-
# Tutorial: Connect to Azure OpenAI Service in AKS using Workload Identity (preview)
15
+
# Tutorial: Connect to Azure OpenAI Service in AKS using Workload Identity
16
16
17
17
In this tutorial, you learn how to create a pod in an Azure Kubernetes (AKS) cluster that communicates with Azure OpenAI Service using workload identity and Service Connector. In this tutorial, you complete the following tasks:
18
18
@@ -117,7 +117,7 @@ You start this tutorial by creating several Azure resources.
117
117
--name MyIdentity
118
118
```
119
119
120
-
## Create a service connection in AKS with Service Connector (preview)
120
+
## Create a service connection in AKS with Service Connector
121
121
122
122
Create a service connection between an AKS cluster and Azure OpenAI Service in the Azure portal or the Azure CLI.
123
123
@@ -230,6 +230,6 @@ az group delete \
230
230
231
231
## Related content
232
232
233
-
*[Integrate Azure AI services with Service Connector](./how-to-integrate-ai-services.md)
234
-
*[Integrate Azure OpenAI Service with Service Connector](./how-to-integrate-openai.md)
233
+
*[Connect to Azure AI services](./how-to-integrate-ai-services.md)
234
+
*[Connect to Azure OpenAI Service with Service Connector](./how-to-integrate-openai.md)
235
235
*[Azure AI multi-service resource integration](./how-to-integrate-cognitive-services.md)
0 commit comments