Skip to content

Commit bbb7020

Browse files
authored
Replace az ml endpoint -> az ml online-deployment
Wrong logs command, fixed
1 parent 9a62cae commit bbb7020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ During this process, you can run into a few different issues depending on which
175175
To get more details about these errors, run:
176176

177177
```azurecli
178-
az ml endpoint get-logs -n <endpoint-name> --deployment <deployment-name> --lines 100
178+
az ml online-deployment get-logs -n <endpoint-name> --deployment <deployment-name> --l 100
179179
```
180180

181181
#### Unable to download user container image

0 commit comments

Comments
 (0)