Skip to content

Commit 7dca285

Browse files
Merge pull request #271514 from Blackmist/233255-fresh
updating date
2 parents 22a565b + 95cbfe0 commit 7dca285

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/machine-learning/how-to-configure-environment.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: roastala
88
ms.service: machine-learning
99
ms.subservice: core
1010
ms.reviewer: larryfr, mattmcinnes
11-
ms.date: 04/25/2023
11+
ms.date: 04/08/2024
1212
ms.topic: how-to
1313
ms.custom: devx-track-python, devx-track-azurecli, py-fresh-zinc
1414
---
@@ -69,17 +69,17 @@ Create a workspace configuration file in one of the following methods:
6969
[!INCLUDE [sdk v2](includes/machine-learning-sdk-v2.md)]
7070

7171
```python
72-
#import required libraries
73-
from azure.ai.ml import MLClient
74-
from azure.identity import DefaultAzureCredential
75-
76-
#Enter details of your Azure Machine Learning workspace
77-
subscription_id = '<SUBSCRIPTION_ID>'
78-
resource_group = '<RESOURCE_GROUP>'
79-
workspace = '<AZUREML_WORKSPACE_NAME>'
80-
81-
#connect to the workspace
82-
ml_client = MLClient(DefaultAzureCredential(), subscription_id, resource_group, workspace)
72+
#import required libraries
73+
from azure.ai.ml import MLClient
74+
from azure.identity import DefaultAzureCredential
75+
76+
#Enter details of your Azure Machine Learning workspace
77+
subscription_id = '<SUBSCRIPTION_ID>'
78+
resource_group = '<RESOURCE_GROUP>'
79+
workspace = '<AZUREML_WORKSPACE_NAME>'
80+
81+
#connect to the workspace
82+
ml_client = MLClient(DefaultAzureCredential(), subscription_id, resource_group, workspace)
8383
```
8484

8585
## Local computer or remote VM environment

0 commit comments

Comments
 (0)