Skip to content

Commit 7a1203c

Browse files
Merge pull request #107144 from MicrosoftDocs/RamanathanChinnappan-MSFT-patch-4
(AzureCXP) fixes MicrosoftDocs/azure-docs#106955
2 parents 7572be6 + d57fef5 commit 7a1203c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/machine-learning/how-to-read-write-data-v2.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ $schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json
7676

7777
# Possible Paths for Data:
7878
# Blob: https://<account_name>.blob.core.windows.net/<container_name>/<folder>/<file>
79-
# Datastore: azureml://datastores/paths/<folder>/<file>
79+
# Datastore: azureml://datastores/<data_store_name>/paths/<path>
8080
# Data Asset: azureml:<my_data>:<version>
8181

8282
command: |
@@ -119,7 +119,7 @@ ml_client = MLClient.from_config()
119119

120120
# Possible Paths for Data:
121121
# Blob: https://<account_name>.blob.core.windows.net/<container_name>/<folder>/<file>
122-
# Datastore: azureml://datastores/paths/<folder>/<file>
122+
# Datastore: azureml://datastores/<data_store_name>/paths/<path>
123123
# Data Asset: azureml:<my_data>:<version>
124124

125125
my_job_inputs = {
@@ -290,7 +290,7 @@ $schema: https://azuremlschemas.azureedge.net/latest/CommandJob.schema.json
290290

291291
# Possible Paths for Data:
292292
# Blob: https://<account_name>.blob.core.windows.net/<container_name>/<folder>/<file>
293-
# Datastore: azureml://datastores/paths/<folder>/<file>
293+
# Datastore: azureml://datastores/<data_store_name>/paths/<path>
294294
# Data Asset: azureml:<my_data>:<version>
295295

296296
code: src
@@ -331,7 +331,7 @@ from azure.ai.ml.constants import AssetTypes
331331

332332
# Possible Paths for Data:
333333
# Blob: https://<account_name>.blob.core.windows.net/<container_name>/<folder>/<file>
334-
# Datastore: azureml://datastores/paths/<folder>/<file>
334+
# Datastore: azureml://datastores/<data_store_name>/paths/<path>
335335
# Data Asset: azureml:<my_data>:<version>
336336

337337
my_job_inputs = {
@@ -385,4 +385,4 @@ This example defines a pipeline that contains three nodes, and moves data betwee
385385

386386
* [Train models](how-to-train-model.md)
387387
* [Tutorial: Create production ML pipelines with Python SDK v2](tutorial-pipeline-python-sdk.md)
388-
* Learn more about [Data in Azure Machine Learning](concept-data.md)
388+
* Learn more about [Data in Azure Machine Learning](concept-data.md)

0 commit comments

Comments
 (0)