@@ -6,20 +6,20 @@ ms.date: 09/20/2022
6
6
ms.author : sgilley
7
7
---
8
8
9
- Run this code to connect to your Azure ML workspace.
9
+ Run this code to connect to your Azure Machine Learning workspace.
10
10
11
- Replace your Subscription ID, Resource Group name and Workspace name in the code below . To find these values:
11
+ Replace your Subscription ID, Resource Group name, and Workspace name in the following code . To find these values:
12
12
13
13
1 . Sign in to [ Azure Machine Learning studio] ( https://ml.azure.com ) .
14
14
1 . Open the workspace you wish to use.
15
- 1 . In the upper right Azure Machine Learning studio toolbar, select your workspace name .
16
- 1 . Copy the value for workspace, resource group and subscription ID into the code.
17
- 1 . If you're using a notebook inside studio, you'll need to copy one value, close the area and paste, then come back for the next one.
15
+ 1 . Select your workspace name in the upper right Azure Machine Learning studio toolbar.
16
+ 1 . Copy the value for workspace, resource group, and subscription ID into the code.
17
+ 1 . Copy one value, close the area and paste, then come back for the next one when you're pasting to a notebook inside studio .
18
18
19
19
[ !INCLUDE [ sdk v2] ( ./machine-learning-sdk-v2.md )]
20
20
21
21
[ !notebook-python[ ] ( ~/azureml-examples-main/sdk/python/resources/compute/compute.ipynb?name=subscription_id )]
22
22
23
23
[ !notebook-python[ ] ( ~/azureml-examples-main/sdk/python/resources/compute/compute.ipynb?name=ml_client )]
24
24
25
- ` ml_client ` is a handler to the workspace that you'll use to manage other resources and jobs.
25
+ ` ml_client ` is a handler to the workspace that you use to manage other resources and jobs.
0 commit comments