Skip to content

Commit a053141

Browse files
committed
acrolinx pass
1 parent 465f811 commit a053141

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ ms.custom: mode-other
1717

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

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.
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'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.
2525
>
2626
27-
In this tutorial, you'll create the your resources in [Azure Machine Learning studio](https://ml.azure.com).
27+
In this tutorial, you'll 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 VS Code extension](how-to-setup-vs-code.md).
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).
3030

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

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.
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.
3434
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=a0e901d2-e82a-4e96-9c7f-3b5467859969]
3535
3636
## Prerequisites
@@ -53,7 +53,7 @@ If you don't yet have a workspace, create one now:
5353
---|---
5454
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.
5555
Subscription |Select the Azure subscription that you want to use.
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).
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).
5757
Region | Select the Azure region closest to your users and the data resources to create your workspace.
5858
1. Select **Create** to create the workspace
5959

@@ -82,13 +82,13 @@ The studio is your web portal for Azure Machine Learning. This portal combines n
8282

8383
Review the parts of the studio on the left-hand navigation bar:
8484

85-
* 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:
8686

8787
* **Notebooks** section allows you to create Jupyter Notebooks, copy sample notebooks, and run notebooks and Python scripts.
8888
* **Automated ML** steps you through creating a machine learning model without writing code.
8989
* **Designer** gives you a drag-and-drop way to build models using prebuilt components.
9090

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

9393
* 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.
9494

@@ -104,14 +104,14 @@ Use the sample notebooks available in studio to help you learn about how to trai
104104
:::image type="content" source="media/quickstart-create-resources/samples.png" alt-text="Screenshot shows sample notebooks.":::
105105

106106
* Use notebooks in the **SDK v2** folder for examples that show the current version of the SDK, v2.
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.
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.
109109

110110
## Create a new notebook
111111

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

114-
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:
115115

116116
1. Still in the **Notebooks** section, select **Files** to go back to your files,
117117
1. Select **+** to add files.
@@ -128,7 +128,7 @@ If you plan to continue now to other tutorials, skip to [Next steps](#next-steps
128128

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

131-
1. In the studio, on the left, select **Compute**.
131+
1. In the studio, on the left menu, select **Compute**.
132132
1. In the top tabs, select **Compute instances**
133133
1. Select the compute instance in the list.
134134
1. On the top toolbar, select **Stop**.
@@ -141,7 +141,7 @@ If you're not going to use it now, stop the compute instance:
141141

142142
You now have an Azure Machine Learning workspace, which contains a compute instance to use for your development environment.
143143

144-
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.
145145

146146
> [!div class="nextstepaction"]
147147
> [Quickstart: Get to know Azure Machine Learning](tutorial-azure-ml-in-a-day.md)
@@ -150,7 +150,7 @@ Use your compute instance with the following tutorials to train and deploy a mod
150150

151151
|Tutorial |Description |
152152
|---------|---------|
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 |
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 |
154154
| [Model development on a cloud workstation](tutorial-cloud-workstation.md) | Start prototyping and developing machine learning models |
155155
| [Train a model in Azure Machine Learning](tutorial-train-model.md) | Dive in to the details of training a model |
156156
| [Deploy a model as an online endpoint](tutorial-deploy-model.md) | Dive in to the details of deploying a model |

0 commit comments

Comments
 (0)