Skip to content

Commit 8686469

Browse files
committed
Extra edits
1 parent f852c51 commit 8686469

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This guide assumes you have the following items installed locally on your PC.
5656

5757
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).
5858

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*:
6060

6161
```azurecli
6262
git clone https://github.com/Azure/azureml-examples --depth 1
@@ -70,14 +70,14 @@ If you haven't already set the defaults for the Azure CLI, save your default set
7070
* Replace `<resource-group>` with the Azure resource group that contains your workspace.
7171
* Replace `<location>` with the Azure region that contains your workspace.
7272

73-
> [!TIP]
74-
> You can see what your current defaults are by using the `az configure -l` command.
75-
7673
```azurecli
7774
az account set --subscription <subscription>
7875
az configure --defaults workspace=<workspace> group=<resource-group> location=<location>
7976
```
8077

78+
> [!TIP]
79+
> You can see what your current defaults are by using the `az configure -l` command.
80+
8181
# [Python](#tab/python)
8282

8383
[!INCLUDE [sdk v2](includes/machine-learning-sdk-v2.md)]
@@ -160,7 +160,7 @@ You'll use a few VS Code extensions to debug your deployments in the dev contain
160160
161161
# [Python](#tab/python)
162162

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).
164164

165165
Get a handle to the workspace:
166166

@@ -184,7 +184,7 @@ To debug online endpoints locally in VS Code, set the `vscode-debug` and `local`
184184
A Docker image is built locally. Any environment configuration or model file errors are surfaced at this stage of the process.
185185

186186
> [!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.
188188
189189
Once the image successfully builds, your dev container opens in a VS Code window.
190190

@@ -375,5 +375,5 @@ Once the updated image is built and your development container launches, use the
375375
376376
## Related content
377377
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

Comments
 (0)