Skip to content

Commit 938ae03

Browse files
committed
acrolinx
1 parent f41145c commit 938ae03

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/machine-learning/includes/machine-learning-connect-ws-v2.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ ms.date: 09/20/2022
66
ms.author: sgilley
77
---
88

9-
Run this code to connect to your Azure ML workspace.
9+
Run this code to connect to your Azure Machine Learning workspace.
1010

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

1313
1. Sign in to [Azure Machine Learning studio](https://ml.azure.com).
1414
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.
1818

1919
[!INCLUDE [sdk v2](./machine-learning-sdk-v2.md)]
2020

2121
[!notebook-python[](~/azureml-examples-main/sdk/python/resources/compute/compute.ipynb?name=subscription_id)]
2222

2323
[!notebook-python[](~/azureml-examples-main/sdk/python/resources/compute/compute.ipynb?name=ml_client)]
2424

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

Comments
 (0)