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-debug-managed-online-endpoints-visual-studio-code.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ This guide assumes you have the following items installed locally on your PC.
56
56
57
57
For more information, see the guide on [how to prepare your system to deploy online endpoints](how-to-deploy-online-endpoints.md#prepare-your-system).
58
58
59
-
The examples in this article are based on code samples contained in the [azureml-examples](https://github.com/azure/azureml-examples) GitHub repository. To run the commands locally without having to copy/paste YAML and other files, clone the repo and then change directories to the *azureml-examples/cli* directory in the repo:
59
+
The examples in this article are based on code samples contained in the [azureml-examples](https://github.com/azure/azureml-examples) GitHub repository. To run the commands locally without having to copy/paste YAML and other files, clone the repo and then change directories to the *azureml-examples/cli*:
@@ -160,7 +160,7 @@ You'll use a few VS Code extensions to debug your deployments in the dev contain
160
160
161
161
# [Python](#tab/python)
162
162
163
-
Azure Machine Learning local endpoints use Docker and VS Code development containers (dev container) to build and configure a local debugging environment. With dev containers, you can take advantage of VS Code features from inside a Docker container. For more information on dev containers, see [Create a development container](https://code.visualstudio.com/docs/remote/create-dev-container).
163
+
Azure Machine Learning local endpoints use Docker and VS Code development containers (dev containers) to build and configure a local debugging environment. With dev containers, you can take advantage of VS Code features from inside a Docker container. For more information on dev containers, see [Create a development container](https://code.visualstudio.com/docs/remote/create-dev-container).
164
164
165
165
Get a handle to the workspace:
166
166
@@ -184,7 +184,7 @@ To debug online endpoints locally in VS Code, set the `vscode-debug` and `local`
184
184
A Docker image is built locally. Any environment configuration or model file errors are surfaced at this stage of the process.
185
185
186
186
> [!NOTE]
187
-
> The first time you launch a new or updated dev container it can take several minutes.
187
+
> It can take several minutes to launch a new or updated dev container for the first time.
188
188
189
189
Once the image successfully builds, your dev container opens in a VS Code window.
190
190
@@ -375,5 +375,5 @@ Once the updated image is built and your development container launches, use the
375
375
376
376
## Related content
377
377
378
-
- [Deploy and score a machine learning model by using an online endpoint)](how-to-deploy-online-endpoints.md)
379
-
- [Troubleshooting online endpoints deployment and scoring)](how-to-troubleshoot-managed-online-endpoints.md)
378
+
- [Deploy and score a machine learning model by using an online endpoint](how-to-deploy-online-endpoints.md)
379
+
- [Troubleshooting online endpoints deployment and scoring](how-to-troubleshoot-managed-online-endpoints.md)
0 commit comments