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
+42-42Lines changed: 42 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,24 +9,24 @@ ms.topic: tutorial
9
9
author: s-polly
10
10
ms.author: scottpolly
11
11
ms.reviewer: sgilley
12
-
ms.date: 07/22/2024
12
+
ms.date: 08/08/2025
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.
16
16
---
17
17
18
18
# Tutorial: Create resources you need to get started
19
19
20
-
In this tutorial, you'll create the resources you need to start working with Azure Machine Learning.
20
+
In this tutorial, you create the resources you need to start working with Azure Machine Learning.
21
21
22
22
> [!div class="checklist"]
23
-
>* A *workspace*. To use Azure Machine Learning, you'll first need a workspace. The workspace is the central place to view and manage all the artifacts and resources you create.
24
-
>* A *compute instance*. A compute instance is a pre-configured cloud-computing resource that you can use to train, automate, manage, and track machine learning models. A compute instance is the quickest way to start using the Azure Machine Learning SDKs and CLIs. You'll use it to run Jupyter notebooks and Python scripts in the rest of the tutorials.
23
+
>* A *workspace*. To use Azure Machine Learning, youneed a workspace. The workspace is the central place to view and manage all the artifacts and resources you create.
24
+
>* A *compute instance*. A compute instance is a preconfigured cloud-computing resource that you can use to train, automate, manage, and track machine learning models. A compute instance is the quickest way to start using the Azure Machine Learning SDKs and CLIs. You use it to run Jupyter notebooks and Python scripts in the rest of the tutorials.
25
25
>
26
26
27
-
In this tutorial, you'll create your resources in [Azure Machine Learning studio](https://ml.azure.com).
27
+
In this tutorial, you create your resources in [Azure Machine Learning studio](https://ml.azure.com).
28
28
29
-
Other ways to create a workspace are via the [Azure portal or SDK](how-to-manage-workspace.md), [the CLI](how-to-manage-workspace-cli.md), [Azure PowerShell](how-to-manage-workspace-powershell.md), or [the Visual Studio Code extension](how-to-setup-vs-code.md).
29
+
You can also create a workspace using the [Azure portal or SDK](how-to-manage-workspace.md), [the CLI](how-to-manage-workspace-cli.md), [Azure PowerShell](how-to-manage-workspace-powershell.md), or [the Visual Studio Code extension](how-to-setup-vs-code.md).
30
30
31
31
For other ways to create a compute instance, see [Create a compute instance](how-to-create-compute-instance.md).
32
32
@@ -41,36 +41,36 @@ This video shows you how to create a workspace and compute instance in Azure Mac
41
41
42
42
The workspace is the top-level resource for your machine learning activities, providing a centralized place to view and manage the artifacts you create when you use Azure Machine Learning.
43
43
44
-
If you already have a workspace, skip this section and continue to [Create a compute instance](#create-a-compute-instance).
44
+
If you already have a workspace, skip this section and continue to [Create a compute instance](#create-a-compute-instance).
45
45
46
46
If you don't yet have a workspace, create one now:
47
47
48
-
1. Sign in to [Azure Machine Learning studio](https://ml.azure.com)
49
-
1. Select **Create workspace**
48
+
1. Sign in to [Azure Machine Learning studio](https://ml.azure.com).
49
+
1. Select **Create workspace**.
50
50
1. Provide the following information to configure your new workspace:
51
51
52
52
Field|Description
53
53
---|---
54
-
Workspace name |Enter a unique name that identifies your workspace. Names must be unique across the resource group. Use a name that's easy to recall and to differentiate from workspaces created by others. The workspace name is case-insensitive.
55
-
Friendly name | This name is not restricted by Azure naming rules. You can use spaces and special characters in this name.
56
-
Hub | A hub allows you to group related workspaces together and share resources. If you have access to a hub, select it here. If you don't have access to a hub, leave this blank.
54
+
Workspace name |Enter a unique name that identifies your workspace. Names must be unique within the resource group. Use a name that's easy to recall and differentiate from workspaces created by others. The workspace name is case-insensitive.
55
+
Friendly name | This name isn't restricted by Azure naming rules. You can use spaces and special characters in this name.
56
+
Hub | A hub lets you group related workspaces and share resources. If you have access to a hub, select it here. If you don't have access to a hub, leave this blank.
57
57
58
-
1. If you did not select a hub, provide the advanced information. If you selected a hub, these values are taken from the hub.
58
+
1. If you didn't select a hub, provide the advanced settings. If you selected a hub, these values are taken from the hub.
59
59
60
60
Field|Description
61
61
---|---
62
-
Subscription |Select the Azure subscription that you want to use.
63
-
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. You need *contributor*or *owner* role to use an existing resource group. For more information about access, see [Manage access to an Azure Machine Learning workspace](how-to-assign-roles.md).
64
-
Region | Select the Azure region closest to your users and the data resources to create your workspace.
62
+
Subscription |Select the Azure subscription that you want to use.
63
+
Resource group | Use an existing resource group in your subscription or enter a name to create a new one. A resource group holds related resources for an Azure solution. You need the Contributor or Owner role to use an existing resource group. For more information about access, see [Manage access to an Azure Machine Learning workspace](how-to-assign-roles.md).
64
+
Region | Select the Azure region closest to your users and data to create your workspace.
65
65
66
-
1. Select **Create** to create the workspace
66
+
1. Select **Create** to create the workspace.
67
67
68
68
> [!NOTE]
69
-
> This creates a workspace along with all required resources. If you would like to more customization, use the [Azure portal](https://ms.portal.azure.com/#create/Microsoft.MachineLearningServices) instead. See [Create a workspace](how-to-manage-workspace.md) for more information.
69
+
> This creates a workspace along with all required resources. If you'd like more customization, use the [Azure portal](https://ms.portal.azure.com/#create/Microsoft.MachineLearningServices) instead. See [Create a workspace](how-to-manage-workspace.md) for more information.
70
70
71
71
## Create a compute instance
72
72
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:
73
+
You 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
75
1. Select your workspace.
76
76
1. On the top right, select **New**.
@@ -79,48 +79,48 @@ You'll use the *compute instance* to run Jupyter notebooks and Python scripts in
79
79
:::image type="content" source="media/quickstart-create-resources/create-compute.png" alt-text="Screenshot shows create compute in the New list.":::
80
80
81
81
1. Supply a name.
82
-
1. Keep the default values for the rest of the page, unless your organization policy requires you to change other settings.
82
+
1. Keep the default values for the rest of the page unless your organization's policy requires different settings.
83
83
1. Select **Review + Create**.
84
84
1. Select **Create**.
85
85
86
86
## Quick tour of the studio
87
87
88
-
The studio is your web portal for Azure Machine Learning. This portal combines no-code and code-first experiences for an inclusive data science platform.
88
+
The studio is your web portal for Azure Machine Learning. It combines no-code and code-first experiences for an inclusive data science platform.
89
89
90
90
Review the parts of the studio on the left-hand navigation bar:
91
91
92
-
* The **Authoring** section of the studio contains multiple ways to get started in creating machine learning models. You can:
92
+
* The **Authoring** section of the studio contains multiple ways to get started creating machine learning models. You can:
93
93
94
-
***Notebooks**section allows you to create Jupyter Notebooks, copy sample notebooks, and run notebooks and Python scripts.
95
-
***Automated ML**steps you through creating a machine learning model without writing code.
96
-
***Designer**gives you a drag-and-drop way to build models using prebuilt components.
94
+
***Notebooks**lets you create Jupyter notebooks, copy sample notebooks, and run notebooks and Python scripts.
95
+
***Automated ML**guides you through creating a machine learning model without writing code.
96
+
***Designer**provides a drag-and-drop way to build models using prebuilt components.
97
97
98
-
* The **Assets** section of the studio helps you keep track of the assets you create as you run your jobs. If you have a new workspace, there's nothing in any of these sections yet.
98
+
* The **Assets** section helps you track the assets you create as you run jobs. In a new workspace, these sections are empty.
99
99
100
-
* The **Manage** section of the studio lets you create and manage compute and external services you link to your workspace. It's also where you can create and manage a **Data labeling** project.
100
+
* The **Manage** section lets you create and manage compute and external services linked to your workspace. You can also create and manage a **Data labeling** project here.
101
101
102
102
:::image type="content" source="media/quickstart-create-resources/overview.png" alt-text="Screenshot of Azure Machine Learning studio." lightbox="media/quickstart-create-resources/overview.png":::
103
103
104
104
## Learn from sample notebooks
105
105
106
-
Use the sample notebooks available in studio to help you learn about how to train and deploy models. They're referenced in many of the other articles and tutorials.
106
+
Use the sample notebooks available in the studio to learn how to train and deploy models. They're referenced in many of the other articles and tutorials.
* Use notebooks in the **SDK v2** folder for examples that show the current version of the SDK, v2.
114
-
* These notebooks are read-only, and are updated periodically.
115
-
* When you open a notebook, select the **Clone this notebook**button at the top to add your copy of the notebook and any associated files into your own files. A new folder with the notebook is created for you in the **Files** section.
113
+
* Use notebooks in the **SDK v2** folder for examples that use the current SDK (v2).
114
+
* These notebooks are read-only and are updated periodically.
115
+
* When you open a notebook, select **Clone this notebook** at the top to add a copy and any associated files to your **Files**. A new folder is created for you in the **Files** section.
116
116
117
117
## Create a new notebook
118
118
119
-
When you clone a notebook from **Samples**, a copy is added to your files and you can start running or modifying it. Many of the tutorials mirror these sample notebooks.
119
+
When you clone a notebook from **Samples**, a copy is added to your files and you can start running or modifying it. Many of the tutorials mirror these sample notebooks.
120
120
121
-
But you could also create a new, empty notebook, then copy/paste code from a tutorial into the notebook. To do so:
121
+
You can also create a new, empty notebook and then copy and paste code from a tutorial into it. To do so:
122
122
123
-
1. Still in the **Notebooks** section, select **Files** to go back to your files,
123
+
1. Still in the **Notebooks** section, select **Files** to go back to your files.
124
124
1. Select **+** to add files.
125
125
1. Select **Create new file**.
126
126
@@ -129,14 +129,14 @@ But you could also create a new, empty notebook, then copy/paste code from a tut
129
129
130
130
## Clean up resources
131
131
132
-
If you plan to continue now to other tutorials, skip to [Next step](#next-step).
132
+
If you plan to continue to other tutorials now, skip to [Next step](#next-step).
133
133
134
134
### Stop compute instance
135
135
136
136
If you're not going to use it now, stop the compute instance:
137
137
138
138
1. In the studio, on the left menu, select **Compute**.
139
-
1.In the top tabs, select **Compute instances**
139
+
1.On the top tabs, select **Compute instances**.
140
140
1. Select the compute instance in the list.
141
141
1. On the top toolbar, select **Stop**.
142
142
@@ -146,9 +146,9 @@ If you're not going to use it now, stop the compute instance:
146
146
147
147
## Next step
148
148
149
-
You now have an Azure Machine Learning workspace, which contains a compute instance to use for your development environment.
149
+
You now have an Azure Machine Learning workspace that contains a compute instance for your development environment.
150
150
151
-
Continue on to learn how to use the compute instance to run notebooks and scripts in the Azure Machine Learning cloud.
151
+
Continue to learn how to use the compute instance to run notebooks and scripts in Azure Machine Learning.
152
152
153
153
> [!div class="nextstepaction"]
154
154
> [Quickstart: Get to know Azure Machine Learning](tutorial-azure-ml-in-a-day.md)
@@ -157,10 +157,10 @@ Use your compute instance with the following tutorials to train and deploy a mod
157
157
158
158
|Tutorial |Description |
159
159
|---------|---------|
160
-
|[Upload, access, and explore your data in Azure Machine Learning](tutorial-explore-data.md)|Store large data in the cloud and retrieve it from notebooks and scripts |
161
-
|[Model development on a cloud workstation](tutorial-cloud-workstation.md)| Start prototyping and developing machine learning models |
162
-
|[Train a model in Azure Machine Learning](tutorial-train-model.md)|Dive in to the details of training a model|
163
-
|[Deploy a model as an online endpoint](tutorial-deploy-model.md)|Dive in to the details of deploying a model|
160
+
|[Upload, access, and explore your data in Azure Machine Learning](tutorial-explore-data.md)|Store large data in the cloud and retrieve it from notebooks and scripts.|
161
+
|[Model development on a cloud workstation](tutorial-cloud-workstation.md)| Start prototyping and developing machine learning models.|
162
+
|[Train a model in Azure Machine Learning](tutorial-train-model.md)| Dive into the details of training a model.|
163
+
|[Deploy a model as an online endpoint](tutorial-deploy-model.md)|Dive into the details of deploying a model.|
164
164
|[Create production machine learning pipelines](tutorial-pipeline-python-sdk.md)| Split a complete machine learning task into a multistep workflow. |
165
165
166
166
Want to jump right in? [Browse code samples](/samples/browse/?expanded=azure&products=azure-machine-learning).
0 commit comments