@@ -31,18 +31,18 @@ This article explains how to manage Azure Machine Learning resources by using th
31
31
32
32
The quickest way to create resources is by using the extension's toolbar.
33
33
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.
37
37
1 . Configure the specification file. The information required depends on the type of resource you want to create.
38
38
1 . Select ** AzureML: Execute YAML** from the menu bar, or by right-clicking the specification file.
39
39
40
40
Alternatively, you can create a resource by using the command palette:
41
41
42
- 1 . Open the command palette ** View > Command Palette**
42
+ 1 . Open the command palette by selecting ** View > Command Palette** .
43
43
1 . Enter ` > Azure ML: Create <RESOURCE-TYPE> ` into the text box. Replace ` RESOURCE-TYPE ` with the type of resource you want to create.
44
44
1 . Configure the specification file.
45
- 1 . Open the command palette ** View > Command Palette**
45
+ 1 . Open the command palette ** View > Command Palette** .
46
46
1 . Enter ` > Azure ML: Create Resource ` into the text box.
47
47
48
48
## Version resources
@@ -61,15 +61,15 @@ As long as the name of the updated resource is the same as the previous version,
61
61
62
62
For more information, see [ What is an Azure Machine Learning workspace?] ( concept-workspace.md )
63
63
64
- ### Create a workspace
64
+ ### Create workspace
65
65
66
66
1 . In the Azure Machine Learning view, right-click your subscription node and select ** Create workspace** .
67
67
1 . A specification file appears. Configure the specification file.
68
68
1 . Select ** AzureML: Execute YAML** from the menu bar, or by right-clicking the specification file.
69
69
70
70
Alternatively, use the ` > Azure ML: Create workspace ` command in the command palette.
71
71
72
- ### Remove a workspace
72
+ ### Remove workspace
73
73
74
74
1 . Expand the subscription node that contains your workspace.
75
75
1 . Right-click the workspace you want to remove.
@@ -89,13 +89,13 @@ The extension currently supports datastores of the following types:
89
89
- Azure File
90
90
91
91
:::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 ) .
93
93
::: moniker-end
94
94
:::moniker range="azureml-api-1"
95
95
For more information, see [ Data concepts] ( concept-data.md ) .
96
96
::: moniker-end
97
97
98
- ### Create a datastore
98
+ ### Create datastore
99
99
100
100
1 . Expand the subscription node that contains your workspace.
101
101
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).
106
106
107
107
Alternatively, use the ` > Azure ML: Create datastore ` command in the command palette.
108
108
109
- ### Manage a datastore
109
+ ### Manage datastore
110
110
111
111
1 . Expand the subscription node that contains your workspace.
112
112
1 . Expand your workspace node.
@@ -127,7 +127,7 @@ The extension currently supports the following dataset types:
127
127
128
128
For more information, see [ Data in Azure Machine Learning v1] ( ./concept-data.md )
129
129
130
- ### Create a dataset
130
+ ### Create dataset
131
131
132
132
1 . Expand the subscription node that contains your workspace.
133
133
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)
137
137
138
138
Alternatively, use the ` > Azure ML: Create dataset ` command in the command palette.
139
139
140
- ### Manage a dataset
140
+ ### Manage dataset
141
141
142
142
1 . Expand the subscription node that contains your workspace.
143
143
1 . Expand your workspace node.
@@ -184,7 +184,7 @@ For more information, see [experiments](concept-azure-machine-learning-architect
184
184
## Jobs
185
185
::: moniker-end
186
186
187
- ### Create a job
187
+ ### Create job
188
188
189
189
The quickest way to create a job is by clicking the ** Create job** icon in the extension's activity bar.
190
190
@@ -199,7 +199,7 @@ Using the resource nodes in the Azure Machine Learning view:
199
199
200
200
Alternatively, use the ` > Azure ML: Create job ` command in the command palette.
201
201
202
- ### View a job
202
+ ### View job
203
203
204
204
To view your job in Azure Machine Learning studio:
205
205
0 commit comments