Skip to content

Commit 45ed37d

Browse files
authored
Merge pull request #111139 from sdgilley/sdg-fix-image
new delete ws image
2 parents 8242b10 + 82f4ce8 commit 45ed37d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

articles/machine-learning/how-to-manage-workspace.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In this article, you'll create, view, and delete [**Azure Machine Learning works
2121

2222
## Create a workspace
2323

24-
To create a workspace, you need an Azure subscription. If you dont have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://aka.ms/AMLFree) today.
24+
To create a workspace, you need an Azure subscription. If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://aka.ms/AMLFree) today.
2525

2626
1. Sign in to the [Azure portal](https://portal.azure.com/) by using the credentials for your Azure subscription.
2727

@@ -43,12 +43,12 @@ To create a workspace, you need an Azure subscription. If you don’t have an Az
4343
Subscription |Select the Azure subscription that you want to use.
4444
Resource group | Use an existing resource group in your subscription or enter a name to create a new resource group. A resource group holds related resources for an Azure solution. In this example, we use **docs-aml**.
4545
Location | Select the location closest to your users and the data resources to create your workspace.
46-
Workspace edition | Select **Basic** or **Enterprise**. This workspace edition determines the features to which youll have access and pricing. Learn more about [Basic and Enterprise edition offerings](overview-what-is-azure-ml.md#sku).
46+
Workspace edition | Select **Basic** or **Enterprise**. This workspace edition determines the features to which you'll have access and pricing. Learn more about [Basic and Enterprise edition offerings](overview-what-is-azure-ml.md#sku).
4747

4848
![Configure your workspace](./media/how-to-manage-workspace/select-edition.png)
4949

5050
1. When you're finished configuring the workspace, select **Review + Create**.
51-
2. Review the settings and make any additional changes or corrections. When you're satisified with the settings, select **Create**.
51+
2. Review the settings and make any additional changes or corrections. When you're satisfied with the settings, select **Create**.
5252

5353
> [!Warning]
5454
> It can take several minutes to create your workspace in the cloud.
@@ -87,6 +87,8 @@ You can upgrade your workspace from Basic edition to Enterprise edition to take
8787
8888
## <a name="view"></a>Find a workspace
8989

90+
1. Sign in to the [Azure portal](https://portal.azure.com/).
91+
9092
1. In the top search field, type **Machine Learning**.
9193

9294
1. Select **Machine Learning**.
@@ -99,9 +101,9 @@ You can upgrade your workspace from Basic edition to Enterprise edition to take
99101

100102
## Delete a workspace
101103

102-
Use the Delete button at the top of the workspace you wish to delete.
104+
In the [Azure portal](https://portal.azure.com/), select **Delete** at the top of the workspace you wish to delete.
103105

104-
![Delete button](./media/how-to-manage-workspace/delete-workspace.png)
106+
:::image type="content" source="./media/how-to-manage-workspace/delete-workspace.png" alt-text="Delete workspace":::
105107

106108
## Clean up resources
107109

-29.6 KB
Loading

0 commit comments

Comments
 (0)