Skip to content

Commit 6dcd5a7

Browse files
authored
Merge pull request #6482 from s-polly/stp_resources_freshness
Create workspace resources - freshness
2 parents 8f842ce + a25cce2 commit 6dcd5a7

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

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

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@ ms.topic: tutorial
99
author: s-polly
1010
ms.author: scottpolly
1111
ms.reviewer: sgilley
12-
ms.date: 07/22/2024
12+
ms.date: 08/08/2025
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.
1616
---
1717

1818
# Tutorial: Create resources you need to get started
1919

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.
2121

2222
> [!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 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 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.
2525
>
2626
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).
2828

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).
3030

3131
For other ways to create a compute instance, see [Create a compute instance](how-to-create-compute-instance.md).
3232

@@ -41,36 +41,36 @@ This video shows you how to create a workspace and compute instance in Azure Mac
4141

4242
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.
4343

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).
4545

4646
If you don't yet have a workspace, create one now:
4747

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**.
5050
1. Provide the following information to configure your new workspace:
5151

5252
Field|Description
5353
---|---
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.
5757

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.
5959

6060
Field|Description
6161
---|---
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.
6565

66-
1. Select **Create** to create the workspace
66+
1. Select **Create** to create the workspace.
6767

6868
> [!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.
7070
7171
## Create a compute instance
7272

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:
7474

7575
1. Select your workspace.
7676
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
7979
:::image type="content" source="media/quickstart-create-resources/create-compute.png" alt-text="Screenshot shows create compute in the New list.":::
8080

8181
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.
8383
1. Select **Review + Create**.
8484
1. Select **Create**.
8585

8686
## Quick tour of the studio
8787

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.
8989

9090
Review the parts of the studio on the left-hand navigation bar:
9191

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:
9393

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.
9797

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.
9999

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.
101101

102102
:::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":::
103103

104104
## Learn from sample notebooks
105105

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.
107107

108108
1. On the left navigation, select **Notebooks**.
109109
1. At the top, select **Samples**.
110110

111111
:::image type="content" source="media/quickstart-create-resources/samples.png" alt-text="Screenshot shows sample notebooks.":::
112112

113-
* 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.
116116

117117
## Create a new notebook
118118

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.
120120

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:
122122

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.
124124
1. Select **+** to add files.
125125
1. Select **Create new file**.
126126

@@ -129,14 +129,14 @@ But you could also create a new, empty notebook, then copy/paste code from a tut
129129

130130
## Clean up resources
131131

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).
133133

134134
### Stop compute instance
135135

136136
If you're not going to use it now, stop the compute instance:
137137

138138
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**.
140140
1. Select the compute instance in the list.
141141
1. On the top toolbar, select **Stop**.
142142

@@ -146,9 +146,9 @@ If you're not going to use it now, stop the compute instance:
146146

147147
## Next step
148148

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.
150150

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.
152152

153153
> [!div class="nextstepaction"]
154154
> [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
157157

158158
|Tutorial |Description |
159159
|---------|---------|
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. |
164164
| [Create production machine learning pipelines](tutorial-pipeline-python-sdk.md) | Split a complete machine learning task into a multistep workflow. |
165165

166166
Want to jump right in? [Browse code samples](/samples/browse/?expanded=azure&products=azure-machine-learning).

0 commit comments

Comments
 (0)