Skip to content

Commit ca27651

Browse files
Merge pull request #244030 from fbsolo-ms1/update-doc-freshness-branch
Light changes from a doc freshness check.
2 parents 3ba5b27 + 731449a commit ca27651

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: tutorial
99
ms.reviewer: franksolomon
1010
author: samuel100
1111
ms.author: samkemp
12-
ms.date: 03/15/2023
12+
ms.date: 07/05/2023
1313
#Customer intent: As a data scientist, I want to know how to prototype and develop machine learning models on a cloud workstation.
1414
---
1515

@@ -117,11 +117,11 @@ An Azure Machine Learning data asset is similar to web browser bookmarks (favori
117117
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.
118118

119119
> [!TIP]
120-
> For smaller-size data uploads, Azure Machine Learning data asset creation works well for data uploads from local machine resources to cloud storage. This approach avoids the need for extra tools or utilities. However, a larger-size data upload might require a dedicated tool or utility - for example, **azcopy**. The azcopy command-line tool moves data to and from Azure Storage. Learn more about [azcopy](../storage/common/storage-use-azcopy-v10.md).
120+
> For smaller-size data uploads, Azure Machine Learning data asset creation works well for data uploads from local machine resources to cloud storage. This approach avoids the need for extra tools or utilities. However, a larger-size data upload might require a dedicated tool or utility - for example, **azcopy**. The azcopy command-line tool moves data to and from Azure Storage. Learn more about azcopy [here](../storage/common/storage-use-azcopy-v10.md).
121121
122122
The next notebook cell creates the data asset. The code sample uploads the raw data file to the designated cloud storage resource.
123123

124-
Each time you create a data asset, you need a unique version for it. If the version already exists, you'll get an error. In this code, we're using time to generate a unique version each time the cell is run.
124+
Each time you create a data asset, you need a unique version for it. If the version already exists, you'll get an error. This code uses time to generate a unique version, each time the cell is run.
125125

126126
You can also omit the **version** parameter, and a version number is generated for you, starting with 1 and then incrementing from there. In this tutorial, we want to refer to specific version numbers, so we create a version number instead.
127127

0 commit comments

Comments
 (0)