@@ -42,12 +42,12 @@ Alternatively, you can create a resource by using the command palette:
42421 . 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 by selecting ** View > Command Palette** .
46461 . 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
5252To 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
6262For more information, see [ What is an Azure Machine Learning workspace?] ( concept-workspace.md )
6363
64- ### Create workspace
64+ ### Create a 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.
@@ -430,8 +430,7 @@ In addition to creating and deleting deployments, you can view and edit settings
430430
4314311 . Expand the subscription node that contains your workspace.
4324321 . 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
436435Alternatively, use the ` > Azure ML: View online endpoint properties ` command in the command palette.
437436
0 commit comments