Skip to content

Commit 52f858c

Browse files
authored
Merge pull request #106304 from nibaccam/patch-7
Verbatims| Add config json detail
2 parents 585e7bc + 7494fa0 commit 52f858c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-access-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You'll need:
3333

3434
- An Azure Machine Learning workspace.
3535

36-
Either [create an Azure Machine Learning workspace](how-to-manage-workspace.md) or use an existing one via the Python SDK:
36+
Either [create an Azure Machine Learning workspace](how-to-manage-workspace.md) or use an existing one via the Python SDK. Import the `Workspace` and `Datastore` class, and load your subscription information from the file `config.json` using the function `from_config()`. This looks for the JSON file in the current directory by default, but you can also specify a path parameter to point to the file using `from_config(path="your/file/path")`.
3737

3838
```Python
3939
import azureml.core

0 commit comments

Comments
 (0)