You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-inference-server-http.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ There are two ways to use Visual Studio Code (VS Code) and [Python Extension](ht
179
179
1. Start debugging session in VS Code.
180
180
1. In VS Code, select "Run" -> "Start Debugging" (or `F5`).
181
181
1. Enter the process ID of the `azmlinfsrv` (not the `gunicorn`) using the logs (from the inference server) displayed in the CLI.
182
-
:::image type="content" source="./media/how-to-inference-server-http/debug-attach-pid.png" alt-text="Screenshot of the CLI which shows the process ID of the server":::
182
+
:::image type="content" source="./media/how-to-inference-server-http/debug-attach-pid.png" alt-text="Screenshot of the CLI which shows the process ID of the server.":::
183
183
> [!NOTE]
184
184
> If the process picker does not display, manually enter the process ID in the `processId` field of the `launch.json`.
185
185
@@ -268,7 +268,7 @@ The following steps explain how the Azure Machine Learning inference HTTP server
268
268
1. The requests are then handled by a [Flask](https://flask.palletsprojects.com/) app, which loads the entry script & any dependencies.
269
269
1. Finally, the request is sent to your entry script. The entry script then makes an inference call to the loaded model and returns a response.
270
270
271
-
:::image type="content" source="./media/how-to-inference-server-http/inference-server-architecture.png" alt-text="Diagram of the HTTP server process":::
271
+
:::image type="content" source="./media/how-to-inference-server-http/inference-server-architecture.png" alt-text="Diagram of the HTTP server process.":::
0 commit comments