@@ -31,18 +31,18 @@ This article explains how to manage Azure Machine Learning resources by using th
3131
3232The 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.
37371 . Configure the specification file. The information required depends on the type of resource you want to create.
38381 . Select ** AzureML: Execute YAML** from the menu bar, or by right-clicking the specification file.
3939
4040Alternatively, 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** .
43431 . Enter ` > Azure ML: Create <RESOURCE-TYPE> ` into the text box. Replace ` RESOURCE-TYPE ` with the type of resource you want to create.
44441 . Configure the specification file.
45- 1 . Open the command palette ** View > Command Palette**
45+ 1 . Open the command palette ** View > Command Palette** .
46461 . 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
6262For more information, see [ What is an Azure Machine Learning workspace?] ( concept-workspace.md )
6363
64- ### Create a workspace
64+ ### Create workspace
6565
66661 . In the Azure Machine Learning view, right-click your subscription node and select ** Create workspace** .
67671 . A specification file appears. Configure the specification file.
68681 . Select ** AzureML: Execute YAML** from the menu bar, or by right-clicking the specification file.
6969
7070Alternatively, use the ` > Azure ML: Create workspace ` command in the command palette.
7171
72- ### Remove a workspace
72+ ### Remove workspace
7373
74741 . Expand the subscription node that contains your workspace.
75751 . 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"
9595For more information, see [ Data concepts] ( concept-data.md ) .
9696::: moniker-end
9797
98- ### Create a datastore
98+ ### Create datastore
9999
1001001 . Expand the subscription node that contains your workspace.
1011011 . 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
107107Alternatively, use the ` > Azure ML: Create datastore ` command in the command palette.
108108
109- ### Manage a datastore
109+ ### Manage datastore
110110
1111111 . Expand the subscription node that contains your workspace.
1121121 . Expand your workspace node.
@@ -127,7 +127,7 @@ The extension currently supports the following dataset types:
127127
128128For more information, see [ Data in Azure Machine Learning v1] ( ./concept-data.md )
129129
130- ### Create a dataset
130+ ### Create dataset
131131
1321321 . Expand the subscription node that contains your workspace.
1331331 . 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
138138Alternatively, use the ` > Azure ML: Create dataset ` command in the command palette.
139139
140- ### Manage a dataset
140+ ### Manage dataset
141141
1421421 . Expand the subscription node that contains your workspace.
1431431 . 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
189189The 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
200200Alternatively, use the ` > Azure ML: Create job ` command in the command palette.
201201
202- ### View a job
202+ ### View job
203203
204204To view your job in Azure Machine Learning studio:
205205
0 commit comments