Skip to content

Commit 3befaf6

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#121315
Changes made in line no 100 From azureml://subscriptions/<subid>/resourcegroups/<rgname>/workspaces/<workspace_name>/datastore/datastorename To azureml://subscriptions/<subid>/resourcegroups/<rgname>/workspaces/<workspace_name>/datastore*s*/datastorename
1 parent 4b6d071 commit 3befaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ You can also instantiate an Azure Machine Learning filesystem, to handle filesys
9797
from azureml.fsspec import AzureMachineLearningFileSystem
9898

9999
# instantiate file system using following URI
100-
fs = AzureMachineLearningFileSystem('azureml://subscriptions/<subid>/resourcegroups/<rgname>/workspaces/<workspace_name>/datastore/datastorename')
100+
fs = AzureMachineLearningFileSystem('azureml://subscriptions/<subid>/resourcegroups/<rgname>/workspaces/<workspace_name>/datastore*s*/datastorename')
101101

102102
fs.ls() # list folders/files in datastore 'datastorename'
103103

0 commit comments

Comments
 (0)