Skip to content

Commit c63e05b

Browse files
committed
Add edits
1 parent cc50879 commit c63e05b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ This article explains how to manage Azure Machine Learning resources by using th
3131

3232
The quickest way to create resources is by using the extension's toolbar.
3333

34-
1. Open the Azure Machine Learning view.
35-
1. Select **+** in the activity bar.
36-
1. Choose your resource from the dropdown list.
34+
1. Open the Azure Machine Learning view from the activity bar.
35+
1. Select your Azure subscription under **Machine Learning**.
36+
1. Select **+** to choose your resource from the dropdown list.
3737
1. Configure the specification file. The information required depends on the type of resource you want to create.
3838
1. Select **AzureML: Execute YAML** from the menu bar, or by right-clicking the specification file.
3939

4040
Alternatively, you can create a resource by using the command palette:
4141

42-
1. Open the command palette **View > Command Palette**
42+
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 **View > Command Palette**.
4646
1. Enter `> Azure ML: Create Resource` into the text box.
4747

4848
## Version resources
@@ -61,15 +61,15 @@ 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 a workspace
64+
### Create 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.
6868
1. Select **AzureML: Execute YAML** from the menu bar, or by right-clicking the specification file.
6969

7070
Alternatively, use the `> Azure ML: Create workspace` command in the command palette.
7171

72-
### Remove a workspace
72+
### Remove workspace
7373

7474
1. Expand the subscription node that contains your workspace.
7575
1. Right-click the workspace you want to remove.
@@ -89,13 +89,13 @@ The extension currently supports datastores of the following types:
8989
- Azure File
9090

9191
:::moniker range="azureml-api-2"
92-
For more information, see [datastore](concept-data.md#datastore).
92+
For more information, see [Datastore](concept-data.md#datastore).
9393
:::moniker-end
9494
:::moniker range="azureml-api-1"
9595
For more information, see [Data concepts](concept-data.md).
9696
:::moniker-end
9797

98-
### Create a datastore
98+
### Create datastore
9999

100100
1. Expand the subscription node that contains your workspace.
101101
1. Expand the workspace node you want to create the datastore under.
@@ -106,7 +106,7 @@ For more information, see [Data concepts](concept-data.md).
106106

107107
Alternatively, use the `> Azure ML: Create datastore` command in the command palette.
108108

109-
### Manage a datastore
109+
### Manage datastore
110110

111111
1. Expand the subscription node that contains your workspace.
112112
1. Expand your workspace node.
@@ -127,7 +127,7 @@ The extension currently supports the following dataset types:
127127

128128
For more information, see [Data in Azure Machine Learning v1](./concept-data.md)
129129

130-
### Create a dataset
130+
### Create dataset
131131

132132
1. Expand the subscription node that contains your workspace.
133133
1. Expand the workspace node you want to create the dataset under.
@@ -137,7 +137,7 @@ For more information, see [Data in Azure Machine Learning v1](./concept-data.md)
137137

138138
Alternatively, use the `> Azure ML: Create dataset` command in the command palette.
139139

140-
### Manage a dataset
140+
### Manage dataset
141141

142142
1. Expand the subscription node that contains your workspace.
143143
1. Expand your workspace node.
@@ -184,7 +184,7 @@ For more information, see [experiments](concept-azure-machine-learning-architect
184184
## Jobs
185185
:::moniker-end
186186

187-
### Create a job
187+
### Create job
188188

189189
The quickest way to create a job is by clicking the **Create job** icon in the extension's activity bar.
190190

@@ -199,7 +199,7 @@ Using the resource nodes in the Azure Machine Learning view:
199199

200200
Alternatively, use the `> Azure ML: Create job` command in the command palette.
201201

202-
### View a job
202+
### View job
203203

204204
To view your job in Azure Machine Learning studio:
205205

0 commit comments

Comments
 (0)