Skip to content

Commit 2ebfffd

Browse files
authored
Update how-to-authenticate-batch-endpoint.md
1 parent 155a9fc commit 2ebfffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/batch-inference/how-to-authenticate-batch-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ In this case, we want to execute a batch endpoint using a service principal alre
145145
146146
# [REST](#tab/rest)
147147
148-
You can use the REST API of Azure Machine Learning to start a batch endpoints job using the user's credential. Follow these steps:
148+
1. Create a secret to use for authentication as explained at [Option 2: Create a new application secret](../../active-directory/develop/howto-create-service-principal-portal.md#option-2-create-a-new-application-secret).
149149
150150
1. Use the login service from Azure to get an authorization token. Authorization tokens are issued to a particular scope. The resource type for Azure Machine learning is `https://ml.azure.com`. The request would look as follows:
151151

0 commit comments

Comments
 (0)