Skip to content

Commit 6b4845d

Browse files
Merge pull request #218047 from dem108/patch-5
fix article link
2 parents 50e123e + b3f42bc commit 6b4845d

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
@@ -371,7 +371,7 @@ To run the `score.py` provided as part of the deployment, Azure creates a contai
371371
- A package that was imported but isn't in the conda environment.
372372
- A syntax error.
373373
- A failure in the `init()` method.
374-
- If `get-logs` isn't producing any logs, it usually means that the container has failed to start. To debug this issue, try [deploying locally](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/machine-learning/how-to-troubleshoot-online-endpoints.md#deploy-locally) instead.
374+
- If `get-logs` isn't producing any logs, it usually means that the container has failed to start. To debug this issue, try [deploying locally](#deploy-locally) instead.
375375
- Readiness or liveness probes aren't set up correctly.
376376
- There's an error in the environment setup of the container, such as a missing dependency.
377377
- When you face `TypeError: register() takes 3 positional arguments but 4 were given` error, the error may be caused by the dependency between flask v2 and `azureml-inference-server-http`. See [FAQs for inference HTTP server](how-to-inference-server-http.md#1-i-encountered-the-following-error-during-server-startup) for more details.

0 commit comments

Comments
 (0)