Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 250dcec

Browse files
committedSep 3, 2021
Changes based on review
1 parent cc01832 commit 250dcec

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
 

‎articles/machine-learning/how-to-debug-managed-online-endpoints-vscode.md renamed to ‎articles/machine-learning/how-to-debug-managed-online-endpoints-visual-studio-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Once your environment is setup, use the VS Code debugger to test and debug your
9696
- **Raised Exceptions** is **unchecked**
9797
- **Uncaught Exceptions** is **checked**
9898

99-
:::image type="content" source="media/how-to-debug-managed-online-endpoints-vscode/configure-debug-profile.png" alt-text="Configure Azure ML Debug Local Environment debug profile":::
99+
:::image type="content" source="media/how-to-debug-managed-online-endpoints-visual-studio-code/configure-debug-profile.png" alt-text="Configure Azure ML Debug Local Environment debug profile":::
100100

101101
1. Select the play icon next to the Run and Debug dropdown to start your debugging session.
102102

‎articles/machine-learning/how-to-deploy-managed-online-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ az ml endpoint create --local -n $ENDPOINT_NAME -f endpoints/online/managed/simp
172172
The `--local` flag directs the CLI to deploy the endpoint in the Docker environment.
173173

174174
> [!TIP]
175-
> Use Visual Studio Code to test and debug your endpoints locally. For more information, see [debug managed online endpoints locally in Visual Studio Code](how-to-debug-managed-online-endpoints-vscode.md)
175+
> Use Visual Studio Code to test and debug your endpoints locally. For more information, see [debug managed online endpoints locally in Visual Studio Code](how-to-debug-managed-online-endpoints-visual-studio-code.md)
176176
177177
### Verify the local deployment succeeded
178178

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The section [HTTP status codes](#http-status-codes) explains how invocation and
3939
Local deployment is deploying a model to a local Docker environment. Local deployment is useful for testing and debugging before to deployment to the cloud.
4040

4141
> [!TIP]
42-
> Use Visual Studio Code to test and debug your endpoints locally. For more information, see [debug managed online endpoints locally in Visual Studio Code](how-to-debug-managed-online-endpoints-vscode.md)
42+
> Use Visual Studio Code to test and debug your endpoints locally. For more information, see [debug managed online endpoints locally in Visual Studio Code](how-to-debug-managed-online-endpoints-visual-studio-code.md)
4343
4444
Local deployment supports creation, update, and deletion of a local endpoint. It also allows you to invoke and get logs from the endpoint. To use local deployment, add `--local` to the appropriate CLI command:
4545

‎articles/machine-learning/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@
547547
- name: Monitoring managed online endpoints
548548
href: how-to-monitor-online-endpoints.md
549549
- name: Debug managed online endpoints locally VS Code
550-
href: how-to-debug-managed-online-endpoints-vscode.md
550+
href: how-to-debug-managed-online-endpoints-visual-studio-code.md
551551
- name: Troubleshoot managed online endpoints
552552
href: how-to-troubleshoot-managed-online-endpoints.md
553553
- name: Batch

0 commit comments

Comments
 (0)
Please sign in to comment.