You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -198,13 +198,17 @@ You can use managed identities to invoke batch endpoint and deployments. Please
198
198
199
199
# [Azure ML CLI](#tab/cli)
200
200
201
-
On resources configured for managed identities for Azure resources, you can sign in using the managed identity. Signing in with the resource's identity is done through the `--identity` flag.
201
+
On resources configured for managed identities for Azure resources, you can sign in using the managed identity. Signing in with the resource's identity is done through the `--identity` flag. For more details see [Sign in with Azure CLI](/cli/azure/authenticate-azure-cli).
202
202
203
203
```bash
204
204
az login --identity
205
205
```
206
206
207
-
For more details see [Sign in with Azure CLI](/cli/azure/authenticate-azure-cli).
207
+
Once authenticated, use the following command to run a batch deployment job:
208
+
209
+
```azurecli
210
+
az ml batch-endpoint invoke --name $ENDPOINT_NAME --input https://azuremlexampledata.blob.core.windows.net/data/heart-disease-uci
211
+
```
208
212
209
213
# [Azure ML SDK for Python](#tab/sdk)
210
214
@@ -227,7 +231,7 @@ Once authenticated, use the following command to run a batch deployment job:
0 commit comments