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
+19-15Lines changed: 19 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,16 +17,20 @@ ms.custom: mode-other
17
17
18
18
# Tutorial: Create resources you need to get started
19
19
20
-
In this tutorial, you will create the resources you need to start working with Azure Machine Learning.
20
+
In this tutorial, you'll 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, 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.
25
25
>
26
26
27
-
In this tutorial, you'll create the your resources in [Azure Machine Learning studio](https://ml.azure.com). For more ways to create a workspace, see [Create a workspace](concept-workspace.md#create-a-workspace). For more ways to create a compute instance, see [Create a compute instance](how-to-create-compute-instance.md).
27
+
In this tutorial, you'll create your resources in [Azure Machine Learning studio](https://ml.azure.com).
28
28
29
-
This video shows you how to create a workspace and compute instance in Azure Machine Learning studio. The steps are also described in the sections below.
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).
30
+
31
+
For other ways to create a compute instance, see [Create a compute instance](how-to-create-compute-instance.md).
32
+
33
+
This video shows you how to create a workspace and compute instance in Azure Machine Learning studio. The steps are also described in the sections below.
@@ -49,7 +53,7 @@ If you don't yet have a workspace, create one now:
49
53
---|---
50
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.
51
55
Subscription |Select the Azure subscription that you want to use.
52
-
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).
56
+
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).
53
57
Region | Select the Azure region closest to your users and the data resources to create your workspace.
54
58
1. Select **Create** to create the workspace
55
59
@@ -78,13 +82,13 @@ The studio is your web portal for Azure Machine Learning. This portal combines n
78
82
79
83
Review the parts of the studio on the left-hand navigation bar:
80
84
81
-
* The **Authoring** section of the studio contains multiple ways to get started in creating machine learning models. You can:
85
+
* The **Authoring** section of the studio contains multiple ways to get started in creating machine learning models. You can:
82
86
83
87
***Notebooks** section allows you to create Jupyter Notebooks, copy sample notebooks, and run notebooks and Python scripts.
84
88
***Automated ML** steps you through creating a machine learning model without writing code.
85
89
***Designer** gives you a drag-and-drop way to build models using prebuilt components.
86
90
87
-
* 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.
91
+
* 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.
88
92
89
93
* 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.
90
94
@@ -100,14 +104,14 @@ Use the sample notebooks available in studio to help you learn about how to trai
* Use notebooks in the **SDK v2** folder for examples that show the current version of the SDK, v2.
103
-
* These notebooks are read-only, and are updated periodically.
104
-
* 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.
107
+
* These notebooks are read-only, and are updated periodically.
108
+
* 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.
105
109
106
110
## Create a new notebook
107
111
108
-
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 will mirror these sample notebooks.
112
+
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.
109
113
110
-
But you could also create a new, empty notebook, then copy/paste code from a tutorial into the notebook. To do so:
114
+
But you could also create a new, empty notebook, then copy/paste code from a tutorial into the notebook. To do so:
111
115
112
116
1. Still in the **Notebooks** section, select **Files** to go back to your files,
113
117
1. Select **+** to add files.
@@ -124,7 +128,7 @@ If you plan to continue now to other tutorials, skip to [Next steps](#next-steps
124
128
125
129
If you're not going to use it now, stop the compute instance:
126
130
127
-
1. In the studio, on the left, select **Compute**.
131
+
1. In the studio, on the left menu, select **Compute**.
128
132
1. In the top tabs, select **Compute instances**
129
133
1. Select the compute instance in the list.
130
134
1. On the top toolbar, select **Stop**.
@@ -137,7 +141,7 @@ If you're not going to use it now, stop the compute instance:
137
141
138
142
You now have an Azure Machine Learning workspace, which contains a compute instance to use for your development environment.
139
143
140
-
Continue on to learn how to use the compute instance to run notebooks and scripts in the Azure Machine Learning cloud.
144
+
Continue on to learn how to use the compute instance to run notebooks and scripts in the Azure Machine Learning cloud.
141
145
142
146
> [!div class="nextstepaction"]
143
147
> [Quickstart: Get to know Azure Machine Learning](tutorial-azure-ml-in-a-day.md)
@@ -146,7 +150,7 @@ Use your compute instance with the following tutorials to train and deploy a mod
146
150
147
151
|Tutorial |Description |
148
152
|---------|---------|
149
-
|[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 |
153
+
|[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 |
150
154
|[Model development on a cloud workstation](tutorial-cloud-workstation.md)| Start prototyping and developing machine learning models |
151
155
|[Train a model in Azure Machine Learning](tutorial-train-model.md)| Dive in to the details of training a model |
152
156
|[Deploy a model as an online endpoint](tutorial-deploy-model.md)| Dive in to the details of deploying a model |
0 commit comments