Skip to content

Commit 0d2d9b1

Browse files
author
Jill Grant
authored
Merge pull request #281835 from sdgilley/sdg-freshness
freshness update
2 parents 1e5f45f + ca8a14e commit 0d2d9b1

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed
3.28 KB
Loading

articles/machine-learning/quickstart-create-resources.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: tutorial
99
author: sdgilley
1010
ms.author: sgilley
1111
ms.reviewer: sgilley
12-
ms.date: 08/17/2023
12+
ms.date: 07/22/2024
1313
adobe-target: true
1414
ms.custom: mode-other
1515
#Customer intent: As a data scientist, I want to create a workspace so that I can start to use Azure Machine Learning.
@@ -43,7 +43,7 @@ The workspace is the top-level resource for your machine learning activities, pr
4343

4444
If you already have a workspace, skip this section and continue to [Create a compute instance](#create-a-compute-instance).
4545

46-
If you don't yet have a workspace, create one now:
46+
If you don't yet have a workspace, create one now:
4747

4848
1. Sign in to [Azure Machine Learning studio](https://ml.azure.com)
4949
1. Select **Create workspace**
@@ -72,16 +72,15 @@ If you don't yet have a workspace, create one now:
7272

7373
You'll use the *compute instance* to run Jupyter notebooks and Python scripts in the rest of the tutorials. If you don't yet have a compute instance, create one now:
7474

75-
1. On the left navigation, select **Notebooks**.
76-
1. Select **Create compute** in the middle of the page.
77-
78-
:::image type="content" source="media/quickstart-create-resources/create-compute.png" alt-text="Screenshot shows create compute in the middle of the screen.":::
75+
1. Select your workspace.
76+
1. On the top right, select **New**.
77+
1. Select **Compute instance** in the list.
7978

80-
> [!TIP]
81-
> You'll only see this option if you don't yet have a compute instance in your workspace.
79+
:::image type="content" source="media/quickstart-create-resources/create-compute.png" alt-text="Screenshot shows create compute in the New list.":::
8280

83-
1. Supply a name. Keep all the defaults on the first page.
81+
1. Supply a name.
8482
1. Keep the default values for the rest of the page.
83+
1. Select **Review + Create**.
8584
1. Select **Create**.
8685

8786
## Quick tour of the studio

0 commit comments

Comments
 (0)