Skip to content

Commit 27cc400

Browse files
committed
Acrolinx pass
1 parent c4b3538 commit 27cc400

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/tutorial-resource-manager-workspace.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ echo "Press [ENTER] to continue ..." &&
5252
read
5353
```
5454

55-
When you run the above command, you will be prompted for:
55+
When you run the above command, enter:
5656

5757
1. A project name that will form the basis of the names of the created resource group and Azure ML workspace
5858
1. The Azure location in which you wish to make the deployment
@@ -65,15 +65,15 @@ To see your Azure ML workspace:
6565
1. Sign in
6666
1. Choose the workspace you just created
6767

68-
You will see the Azure Machine Learning homepage:
68+
You'll see the Azure Machine Learning homepage:
6969

7070
:::image type="content" source="media/tutorial-resource-manager-workspace/workspace-home.png" alt-text="Screenshot of the Azure ML workspace":::
7171

7272
To see all the resources associated with the deployment, click the link in the upper left with the workspace name (in the screenshot, **my_templated_ws**). That link takes you to the resource group in the Azure portal. The resource group name is `{projectName}rg` and the workspace is named `{projectName}ws`.
7373

7474
## Clean up resources
7575

76-
If you do not wish to use this workspace going forward, delete it. Since the workspace is associated with other resources such as a storage account, you'll probably want to delete the entire resource group you created. You can delete the resource group using the portal by clicking on the "Delete" button and confirming. Or, you can delete the resource group from the CLI with:
76+
If you don't want to use this workspace, delete it. Since the workspace is associated with other resources such as a storage account, you'll probably want to delete the entire resource group you created. You can delete the resource group using the portal by clicking on the "Delete" button and confirming. Or, you can delete the resource group from the CLI with:
7777

7878
```azurecli-interactive
7979
echo "Enter the Resource Group name:" &&

0 commit comments

Comments
 (0)