Skip to content

Commit 577ee32

Browse files
committed
Minor edits
1 parent c63e05b commit 577ee32

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/machine-learning/how-to-manage-resources-vscode.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ Alternatively, you can create a resource by using the command palette:
4242
1. Open the command palette by selecting **View > Command Palette**.
4343
1. Enter `> Azure ML: Create <RESOURCE-TYPE>` into the text box. Replace `RESOURCE-TYPE` with the type of resource you want to create.
4444
1. Configure the specification file.
45-
1. Open the command palette **View > Command Palette**.
45+
1. Open the command palette by selecting **View > Command Palette**.
4646
1. Enter `> Azure ML: Create Resource` into the text box.
4747

4848
## Version resources
4949

50-
Some resources like environments, and models allow you to make changes to a resource and store the different versions.
50+
Some resources, like environments and models, allow you to make changes to a resource and store the different versions.
5151

5252
To version a resource:
5353

@@ -61,7 +61,7 @@ As long as the name of the updated resource is the same as the previous version,
6161

6262
For more information, see [What is an Azure Machine Learning workspace?](concept-workspace.md)
6363

64-
### Create workspace
64+
### Create a workspace
6565

6666
1. In the Azure Machine Learning view, right-click your subscription node and select **Create workspace**.
6767
1. A specification file appears. Configure the specification file.
@@ -430,8 +430,7 @@ In addition to creating and deleting deployments, you can view and edit settings
430430

431431
1. Expand the subscription node that contains your workspace.
432432
1. Expand the **Endpoints** node inside your workspace.
433-
1. Right-click the deployment you want to manage:
434-
- To view deployment configuration settings, select **View endpoint properties**.
433+
1. Right-click the deployment you want to manage, then select **View endpoint properties**.
435434

436435
Alternatively, use the `> Azure ML: View online endpoint properties` command in the command palette.
437436

0 commit comments

Comments
 (0)