Skip to content

Commit 1fb9e34

Browse files
committed
add link to examples
1 parent 15058cb commit 1fb9e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-inference-server-http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ python -m pip install azureml-inference-server-http
6262

6363
## Debug your scoring script locally
6464

65-
To debug your scoring script locally, you can test how the server behaves with a dummy scoring script, use VS Code to debug with the [azureml-inference-server-http](https://pypi.org/project/azureml-inference-server-http/) package, or test the server with an actual scoring script, model file, and environment file in our examples.
65+
To debug your scoring script locally, you can test how the server behaves with a dummy scoring script, use VS Code to debug with the [azureml-inference-server-http](https://pypi.org/project/azureml-inference-server-http/) package, or test the server with an actual scoring script, model file, and environment file in our [examples](https://github.com/Azure/azureml-examples).
6666

6767
### Test the server behavior with a dummy scoring script
6868
1. Create a directory to hold your files:

0 commit comments

Comments
 (0)