Skip to content

Commit 4de2e46

Browse files
authored
Update how-to-troubleshoot-online-endpoints.md
Direct customer to check container logs to get more details for bad argument error.
1 parent 1ced9a8 commit 4de2e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ To pull blobs, Azure uses [managed identities](../active-directory/managed-ident
221221

222222
#### Unable to download user container image
223223

224-
It is possible that the user container could not be found.
224+
It is possible that the user container could not be found. Check [container logs](#get-container-logs) to get more details.
225225

226226
Make sure container image is available in workspace ACR.
227227

@@ -230,7 +230,7 @@ For example, if image is `testacr.azurecr.io/azureml/azureml_92a029f831ce58d2ed0
230230

231231
#### Unable to download user model or code artifacts
232232

233-
It is possible that the user model or code artifacts can't be found.
233+
It is possible that the user model or code artifacts can't be found. Check [container logs](#get-container-logs) to get more details.
234234

235235
Make sure model and code artifacts are registered to the same workspace as the deployment. Use the `show` command to show details for a model or code artifact in a workspace.
236236

0 commit comments

Comments
 (0)