|
1 | 1 | ---
|
2 | 2 | title: Connect to Azure OpenAI Service in AKS using workload identity
|
3 | 3 | titlesuffix: Service Connector
|
4 |
| -description: Learn how to connect to Azure OpenAI Service in Azure Kubernetes Service (AKS) using workload identity and Service Connector. |
5 |
| -#customerintent: As a developer, I want to connect my AKS resource to Azure OpenAI Service using a workload identity. |
| 4 | +description: Learn how to connect to Azure OpenAI Service in Azure Kubernetes Service (AKS) using Service Connector. |
| 5 | +#customerintent: As a developer, I want to connect my AKS resource to Azure OpenAI Service. |
6 | 6 | author: houk-ms
|
7 | 7 | ms.author: honc
|
8 | 8 | ms.service: service-connector
|
9 | 9 | ms.custom: devx-track-python, build-2024, devx-track-azurecli
|
10 | 10 | ms.collection: ce-skilling-ai-copilot
|
11 | 11 | ms.topic: tutorial
|
12 |
| -ms.date: 01/28/2025 |
| 12 | +ms.date: 01/29/2025 |
13 | 13 | ---
|
14 | 14 |
|
15 | 15 | # Tutorial: Connect to Azure OpenAI Service in AKS using Workload Identity
|
16 | 16 |
|
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: |
| 17 | +In this tutorial, you learn how to create a pod in an Azure Kubernetes (AKS) cluster that communicates with Azure OpenAI Service using Microsoft Entra Workload ID and Service Connector. In this tutorial, you complete the following tasks: |
18 | 18 |
|
19 | 19 | > [!div class="checklist"]
|
20 | 20 | >
|
@@ -141,14 +141,14 @@ Refer to the [AKS service connection quickstart](quickstart-portal-aks-connectio
|
141 | 141 | | Authentication Setting | Example value | Description |
|
142 | 142 | |--------------------------------|---------------------|-------------------------------------------------------------------------|
|
143 | 143 | | **Authentication type** | *Workload Identity* | Service Connector authentication type. |
|
144 |
| - | **Subscription** | `<MySubscription>` | The subscription that contains the user assigned managed identity. | |
| 144 | + | **Subscription** | `<MySubscription>` | The subscription that contains the user-assigned managed identity. | |
145 | 145 | | **User assigned managed identity** | `<MyIdentity>` | A user assigned managed identity is needed to enable workload identity. |
|
146 | 146 |
|
147 |
| -Once the connection has been created, you can view its details in the **Service Connector** pane. |
| 147 | +Once the connection is created, you can view its details in the **Service Connector** pane. |
148 | 148 |
|
149 | 149 | ### [Azure CLI](#tab/azure-cli)
|
150 | 150 |
|
151 |
| -Create a service connection to the Azure OpenAI service in AKS by running the [az aks connection create](/cli/azure/aks/connection/create#az-aks-connection-create-cognitiveservices) command in the Azure CLI. |
| 151 | +Create a service connection to the Azure OpenAI service in AKS by running the [az aks connection create cognitiveservices](/cli/azure/aks/connection/create#az-aks-connection-create-cognitiveservices) command in the Azure CLI. |
152 | 152 |
|
153 | 153 | ```azurecli
|
154 | 154 | az aks connection create cognitiveservices \
|
|
0 commit comments