Skip to content

Commit 309081b

Browse files
Merge pull request #248566 from sdgilley/sdg-ai-video
Add AI generated video
2 parents ed5e0de + a71da06 commit 309081b

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Create workspace resources"
2+
title: "Tutorial: Create workspace resources"
33
titleSuffix: Azure Machine Learning
44
description: Create an Azure Machine Learning workspace and cloud resources that can be used to train machine learning models.
55
services: machine-learning
@@ -9,18 +9,24 @@ ms.topic: tutorial
99
author: sdgilley
1010
ms.author: sgilley
1111
ms.reviewer: sgilley
12-
ms.date: 03/15/2023
12+
ms.date: 08/17/2023
1313
adobe-target: true
14+
content_well_notification:
15+
- AI-contribution
1416
ms.custom: FY21Q4-aml-seo-hack, contperf-fy21q4, mode-other, ignite-2022
1517
#Customer intent: As a data scientist, I want to create a workspace so that I can start to use Azure Machine Learning.
1618
---
1719

18-
# Create resources you need to get started
20+
# Tutorial: Create resources you need to get started
1921

20-
In this article, you'll create the resources you need to start working with Azure Machine Learning.
22+
In this tutorial, you will create the resources you need to start working with Azure Machine Learning.
2123

22-
* 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.
23-
* 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.
24+
> [!div class="checklist"]
25+
>* 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.
26+
>* 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.
27+
28+
This video shows you how to create a workspace and compute instance. The steps are also described in the sections below.
29+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=a0e901d2-e82a-4e96-9c7f-3b5467859969]
2430
2531
## Prerequisites
2632

0 commit comments

Comments
 (0)