Skip to content

Commit dc09ca5

Browse files
committed
edits
1 parent 7f5d6e4 commit dc09ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/tutorial-explore-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Azure Machine Learning uses Uniform Resource Identifiers (URIs), which point to
110110
111111
An Azure Machine Learning data asset is similar to web browser bookmarks (favorites). Instead of remembering long storage paths (URIs) that point to your most frequently used data, you can create a data asset and then access that asset with a friendly name.
112112
113-
Data asset creation also creates a *reference* to the data source location, along with a copy of its metadata. Because the data remains in its existing location, you incur no extra storage cost and don't risk data source integrity. You can create data assets from Azure Machine Learning datastores, Azure Storage, public URLs, and local files.
113+
Data asset creation also creates a _reference_ to the data source location, along with a copy of its metadata. Because the data remains in its existing location, you incur no extra storage cost and don't risk data source integrity. You can create data assets from Azure Machine Learning datastores, Azure Storage, public URLs, and local files.
114114

115115
> [!TIP]
116116
> For smaller data uploads, Azure Machine Learning data asset creation works well for uploading data from local machine resources to cloud storage. This approach avoids the need for extra tools or utilities. However, larger data uploads might require a dedicated tool or utility - for example, **azcopy**. The azcopy command-line tool moves data to and from Azure Storage. For more information about azcopy, see [Get started with AzCopy](/azure/storage/common/storage-use-azcopy-v10).

0 commit comments

Comments
 (0)