Skip to content

Commit 005633e

Browse files
Merge pull request #102908 from rdzotz/patch-1
Single missing "/" in definition of datastore input
2 parents dc9f484 + bf1b1b4 commit 005633e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-access-data-batch-endpoints-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Data from Azure Machine Learning registered data stores can be directly referenc
117117
> See how the path `paths` is appended to the resource id of the data store to indicate that what follows is a path inside of it.
118118
119119
> [!TIP]
120-
> You can also use `azureml:/datastores/<data-store>/paths/<data-path>` as a way to indicate the input.
120+
> You can also use `azureml://datastores/<data-store>/paths/<data-path>` as a way to indicate the input.
121121
122122
1. Run the deployment:
123123

0 commit comments

Comments
 (0)