@@ -42,12 +42,12 @@ Alternatively, you can create a resource by using the command palette:
42
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 by selecting ** View > Command Palette** .
46
46
1 . Enter ` > Azure ML: Create Resource ` into the text box.
47
47
48
48
## Version resources
49
49
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.
51
51
52
52
To version a resource:
53
53
@@ -61,7 +61,7 @@ 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 workspace
64
+ ### Create a 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.
@@ -430,8 +430,7 @@ In addition to creating and deleting deployments, you can view and edit settings
430
430
431
431
1 . Expand the subscription node that contains your workspace.
432
432
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** .
435
434
436
435
Alternatively, use the ` > Azure ML: View online endpoint properties ` command in the command palette.
437
436
0 commit comments