Skip to content

Commit 7d5a8ef

Browse files
Update how-to-authenticate-batch-endpoint.md
Fixed a typo in "Option 32", should be "Option 3" based on the page and section the link leads to.
1 parent a9b4b57 commit 7d5a8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ In this case, we want to execute a batch endpoint using a service principal alre
131131
132132
# [Azure CLI](#tab/cli)
133133
134-
1. Create a secret to use for authentication as explained at [Option 32: Create a new client secret](../active-directory/develop/howto-create-service-principal-portal.md#option-3-create-a-new-client-secret).
134+
1. Create a secret to use for authentication as explained at [Option 3: Create a new client secret](../active-directory/develop/howto-create-service-principal-portal.md#option-3-create-a-new-client-secret).
135135
1. To authenticate using a service principal, use the following command. For more details see [Sign in with Azure CLI](/cli/azure/authenticate-azure-cli).
136136
137137
```azurecli

0 commit comments

Comments
 (0)