Skip to content

Commit bdc56cb

Browse files
authored
Merge pull request #232868 from sdgilley/sdg-rel-tutorials
add step to sign in
2 parents 493a3e4 + 16368a7 commit bdc56cb

File tree

7 files changed

+41
-5
lines changed

7 files changed

+41
-5
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: include file
3+
description: include file
4+
author: sdgilley
5+
ms.service: machine-learning
6+
services: machine-learning
7+
ms.topic: include
8+
ms.date: 03/22/2023
9+
ms.author: sgilley
10+
ms.custom: include file
11+
---
12+
13+
Open or create a notebook in your workspace:
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: include file
3+
description: include file
4+
author: sdgilley
5+
ms.service: machine-learning
6+
services: machine-learning
7+
ms.topic: include
8+
ms.date: 03/22/2023
9+
ms.author: sgilley
10+
ms.custom: include file
11+
---
12+
13+
Sign in to [studio](https://ml.azure.com) and select your workspace if it's not already open.

articles/machine-learning/tutorial-azure-ml-in-a-day.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ The steps you'll take are:
3939

4040
1. [!INCLUDE [workspace](includes/prereq-workspace.md)]
4141

42-
1. Open or create a notebook in your workspace:
42+
1. [!INCLUDE [sign in](includes/prereq-sign-in.md)]
43+
44+
1. [!INCLUDE [open or create notebook](includes/prereq-open-or-create.md)]
4345
* [!INCLUDE [new notebook](includes/prereq-new-notebook.md)]
4446
* Or, open **tutorials/get-started-notebooks/quickstart.ipynb** from the **Samples** section of studio. [!INCLUDE [clone notebook](includes/prereq-clone-notebook.md)]
4547

articles/machine-learning/tutorial-deploy-model.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ The steps you'll take are:
3939

4040
1. [!INCLUDE [workspace](includes/prereq-workspace.md)]
4141

42-
1. Open or create a notebook in your workspace:
42+
1. [!INCLUDE [sign in](includes/prereq-sign-in.md)]
43+
44+
1. [!INCLUDE [open or create notebook](includes/prereq-open-or-create.md)]
4345
* [!INCLUDE [new notebook](includes/prereq-new-notebook.md)]
4446
* Or, open **tutorials/get-started-notebooks/deploy-model.ipynb** from the **Samples** section of studio. [!INCLUDE [clone notebook](includes/prereq-clone-notebook.md)]
4547

articles/machine-learning/tutorial-explore-data.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ The start of a machine learning project typically involves exploratory data anal
3131

3232
1. [!INCLUDE [workspace](includes/prereq-workspace.md)]
3333

34-
1. Open or create a notebook in your workspace:
34+
1. [!INCLUDE [sign in](includes/prereq-sign-in.md)]
35+
36+
1. [!INCLUDE [open or create notebook](includes/prereq-open-or-create.md)]
3537
* [!INCLUDE [new notebook](includes/prereq-new-notebook.md)]
3638
* Or, open **tutorials/get-started-notebooks/explore-data.ipynb** from the **Samples** section of studio. [!INCLUDE [clone notebook](includes/prereq-clone-notebook.md)]
3739

articles/machine-learning/tutorial-pipeline-python-sdk.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ The two steps are first data preparation and second training.
4949

5050
1. [!INCLUDE [workspace](includes/prereq-workspace.md)]
5151

52-
1. Open or create a notebook in your workspace:
52+
1. [!INCLUDE [sign in](includes/prereq-sign-in.md)]
53+
54+
1. [!INCLUDE [open or create notebook](includes/prereq-open-or-create.md)]
5355
* [!INCLUDE [new notebook](includes/prereq-new-notebook.md)]
5456
* Or, open **tutorials/get-started-notebooks/pipeline.ipynb** from the **Samples** section of studio. [!INCLUDE [clone notebook](includes/prereq-clone-notebook.md)]
5557

articles/machine-learning/tutorial-train-model.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ The steps are:
3535

3636
1. [!INCLUDE [workspace](includes/prereq-workspace.md)]
3737

38-
1. Open or create a notebook in your workspace:
38+
1. [!INCLUDE [sign in](includes/prereq-sign-in.md)]
39+
40+
1. [!INCLUDE [open or create notebook](includes/prereq-open-or-create.md)]
3941
* [!INCLUDE [new notebook](includes/prereq-new-notebook.md)]
4042
* Or, open **tutorials/get-started-notebooks/train-model.ipynb** from the **Samples** section of studio. [!INCLUDE [clone notebook](includes/prereq-clone-notebook.md)]
4143

0 commit comments

Comments
 (0)