Skip to content

Commit 0aed5cd

Browse files
authored
Update how-to-troubleshoot-batch-endpoints.md
1 parent 2a05594 commit 0aed5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-troubleshoot-batch-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Option 2: View logs in studio
4343
To get the link to the run in studio, run:
4444

4545
```azurecli
46-
az ml job show --name $JOB_NAME --query services.Studio.endpoint -o tsv
46+
az ml job show --name <job_name> --query services.Studio.endpoint -o tsv
4747
```
4848

4949
1. Open the job in studio using the value returned by the above command.

0 commit comments

Comments
 (0)