Skip to content

Commit fdc100d

Browse files
Merge pull request #221338 from saachigopal/patch-30
updating uri_folder support
2 parents 42c1760 + 2725641 commit fdc100d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/concept-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Azure Machine Learning distinguishes two types of URIs:
4141
Data type | Description | Examples
4242
---|------|---
4343
`uri_file` | Refers to a specific **file** location | `https://<account_name>.blob.core.windows.net/<container_name>/<folder>/<file>`<br> `azureml://datastores/<datastore_name>/paths/<folder>/<file>` <br> `abfss://<file_system>@<account_name>.dfs.core.windows.net/<folder>/<file>`
44-
`uri_folder`| Refers to a specific **folder** location | `https://<account_name>.blob.core.windows.net/<container_name>/<folder>`<br> `azureml://datastores/<datastore_name>/paths/<folder>` <br> `abfss://<file_system>@<account_name>.dfs.core.windows.net/<folder>/`
44+
`uri_folder`| Refers to a specific **folder** location | `azureml://datastores/<datastore_name>/paths/<folder>` <br> `abfss://<file_system>@<account_name>.dfs.core.windows.net/<folder>/`
4545

4646
URIs are mapped to the filesystem on the compute target, hence using URIs is like using files or folders in the command that consumes/produces them. URIs leverage **identity-based authentication** to connect to storage services with either your Azure Active Directory ID (default) or Managed Identity.
4747

@@ -93,7 +93,7 @@ command: |
9393
inputs:
9494
sampledata:
9595
type: uri_folder
96-
path: https://<account_name>.blob.core.windows.net/<container_name>/<folder>
96+
path: azureml://datastores/<datastore_name>/paths/<folder>
9797
environment: azureml:AzureML-sklearn-1.0-ubuntu20.04-py38-cpu@latest
9898
compute: azureml:cpu-cluster
9999
```
@@ -351,4 +351,4 @@ For more information about the MLTable YAML schema, see [CLI (v2) mltable YAML s
351351
- [Create datastores](how-to-datastore.md#create-datastores)
352352
- [Create data assets](how-to-create-data-assets.md#create-data-assets)
353353
- [Access data in a job](how-to-read-write-data-v2.md)
354-
- [Data administration](how-to-administrate-data-authentication.md#data-administration)
354+
- [Data administration](how-to-administrate-data-authentication.md#data-administration)

0 commit comments

Comments
 (0)