Skip to content

Commit 70bddfe

Browse files
authored
Update how-to-authenticate-batch-endpoint.md
1 parent 96bf2f3 commit 70bddfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ In this case, we want to execute a batch endpoint using the identity of the user
9191
9292
# [REST](#tab/rest)
9393
94-
When working with REST, we recommend to invoke batch endpoints using a service principal. However, if you want to test a particular deployment using REST with your own credentials, you can do it by generating an Azure AD token for your account. Follow these steps:
94+
When working with REST, we recommend invoking batch endpoints using a service principal. However, if you want to test a particular deployment using REST with your own credentials, you can do it by generating an Azure AD token for your account. Follow these steps:
9595
9696
1. The simplest way to get a valid token for your user account is to use the Azure CLI. In a console, run the following command:
9797
@@ -101,7 +101,7 @@ When working with REST, we recommend to invoke batch endpoints using a service p
101101
102102
1. Take note of the generated output.
103103
104-
1. Once authenticated, use the query to run a batch deployment job and replace `<TOKEN>` by the one you obtained before.
104+
1. Once authenticated, make a request to the invocation URI replacing `<TOKEN>` by the one you obtained before.
105105
106106
__Request__:
107107

0 commit comments

Comments
 (0)