You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/quickstart-create-resources.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.topic: tutorial
9
9
author: sdgilley
10
10
ms.author: sgilley
11
11
ms.reviewer: sgilley
12
-
ms.date: 08/17/2023
12
+
ms.date: 07/22/2024
13
13
adobe-target: true
14
14
ms.custom: mode-other
15
15
#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
43
43
44
44
If you already have a workspace, skip this section and continue to [Create a compute instance](#create-a-compute-instance).
45
45
46
-
If you don't yet have a workspace, create one now:
46
+
If you don't yet have a workspace, create one now:
47
47
48
48
1. Sign in to [Azure Machine Learning studio](https://ml.azure.com)
49
49
1. Select **Create workspace**
@@ -72,16 +72,15 @@ If you don't yet have a workspace, create one now:
72
72
73
73
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:
74
74
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.
79
78
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.":::
82
80
83
-
1. Supply a name. Keep all the defaults on the first page.
81
+
1. Supply a name.
84
82
1. Keep the default values for the rest of the page.
0 commit comments