Skip to content

Commit c4b3538

Browse files
committed
Added screenshot
1 parent 3371aab commit c4b3538

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
247 KB
Loading

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 this, you will be prompted for:
55+
When you run the above command, you will be prompted for:
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
@@ -69,11 +69,11 @@ You will 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

72-
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**). This will take you to the resource group in the Azure portal. Note that the resource group name is `{projectName}rg` and the workspace is named `{projectName}ws`.
72+
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, you can either delete it in the portal by clicking on the "Delete" button or from the CLI with:
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:
7777

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

0 commit comments

Comments
 (0)