Skip to content

Commit dbec787

Browse files
authored
Update how-to-move-data-in-out-of-pipelines.md
1 parent 9fe991c commit dbec787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/v1/how-to-move-data-in-out-of-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ step1_output_ds = step1_output_data.register_on_complete(name='processed_data',
236236
Azure does not automatically delete intermediate data written with `OutputFileDatasetConfig`. To avoid storage charges for large amounts of unneeded data, you should either:
237237

238238
> [!CAUTION]
239-
> Only delete intermediate data after 30 days from the last change date of the data. Deleting thedata earlier could cause the pipeline run to fail because the pipeline will assume the intermediate data existed within 30 days.
239+
> Only delete intermediate data after 30 days from the last change date of the data. Deleting the data earlier could cause the pipeline run to fail because the pipeline will assume the intermediate data exists within 30 day period for reuse.
240240

241241
* Programmatically delete intermediate data at the end of a pipeline job, when it is no longer needed.
242242
* Use blob storage with a short-term storage policy for intermediate data (see [Optimize costs by automating Azure Blob Storage access tiers](/azure/storage/blobs/lifecycle-management-overview)). This policy can only be set to a workspace's non-default datastore. Use `OutputFileDatasetConfig` to export intermediate data to another datastore that isn't the default.

0 commit comments

Comments
 (0)