Skip to content

Commit 506bebb

Browse files
Merge pull request #214650 from Man-MSFT/patch-5
Update how-to-read-write-data-v2.md: Add brackets to path
2 parents 3b50246 + dbdf2e7 commit 506bebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When you provide a data input/output to a Job, you'll need to specify a `path` p
4141
|---------|---------|
4242
|A path on your local computer | `./home/username/data/my_data` |
4343
|A path on a public http(s) server | `https://raw.githubusercontent.com/pandas-dev/pandas/main/doc/data/titanic.csv` |
44-
|A path on Azure Storage | `https://<account_name>.blob.core.windows.net/<container_name>/path` <br> `abfss://<file_system>@<account_name>.dfs.core.windows.net/<path>` |
44+
|A path on Azure Storage | `https://<account_name>.blob.core.windows.net/<container_name>/<path>` <br> `abfss://<file_system>@<account_name>.dfs.core.windows.net/<path>` |
4545
|A path on a Datastore | `azureml://datastores/<data_store_name>/paths/<path>` |
4646
|A path to a Data Asset | `azureml:<my_data>:<version>` |
4747

0 commit comments

Comments
 (0)