Skip to content

Commit 5c889d3

Browse files
committed
Update date
1 parent eaa99c6 commit 5c889d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-use-batch-model-openai-embeddings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99
author: msakande
1010
ms.author: mopeakande
1111
ms.reviewer: cacrest
12-
ms.date: 11/19/2024
12+
ms.date: 11/20/2024
1313
ms.custom: how-to, devplatv2, update-code
1414
# customer intent: As a developer, I want to deploy an OpenAI ADA-002 model to a batch endpoint so I can compute embeddings at scale.
1515
---
@@ -100,7 +100,7 @@ Using Microsoft Entra is recommended because it helps you avoid managing secrets
100100

101101
You can configure the identity of the compute cluster to have access to the Azure OpenAI deployment to get predictions. In this way, you don't need to manage permissions for each endpoint user. To give the identity of the compute cluster access to the Azure OpenAI resource, follow these steps:
102102

103-
1. Assign an identity to the compute cluster that your deployment uses. This example uses a compute cluster called **batch-cluster-lp** and a system-assigned managed identity, but you can use other alternatives. If your compute cluster already has an assigned identity, you can skip this step.
103+
1. Assign an identity to the compute cluster that your deployment uses. This example uses a compute cluster called **batch-cluster-lp** and a system-assigned managed identity, but you can use other options. If your compute cluster already has an assigned identity, you can skip this step.
104104

105105
```azurecli
106106
COMPUTE_NAME="batch-cluster-lp"

0 commit comments

Comments
 (0)