Skip to content

Commit 40f3a38

Browse files
authored
Merge pull request #116551 from mrbullwinkle/mrb_05_26_2020_continuous_export
clarify that data cannot be retroactively exported
2 parents 2778269 + e6b4be8 commit 40f3a38

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/azure-monitor/app/export-telemetry.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Continuous export of telemetry from Application Insights | Microsoft Docs
33
description: Export diagnostic and usage data to storage in Microsoft Azure, and download it from there.
44
ms.topic: conceptual
5-
ms.date: 05/20/2020
5+
ms.date: 05/26/2020
66

77
---
88

@@ -20,7 +20,7 @@ Before you set up continuous export, there are some alternatives you might want
2020
* [Analytics](../../azure-monitor/app/analytics.md) provides a powerful query language for telemetry. It can also export results.
2121
* If you're looking to [explore your data in Power BI](../../azure-monitor/app/export-power-bi.md ), you can do that without using Continuous Export.
2222
* The [Data access REST API](https://dev.applicationinsights.io/) lets you access your telemetry programmatically.
23-
* You can also access setup [continuous export via Powershell](https://docs.microsoft.com/powershell/module/az.applicationinsights/new-azapplicationinsightscontinuousexport).
23+
* You can also access setup [continuous export via PowerShell](https://docs.microsoft.com/powershell/module/az.applicationinsights/new-azapplicationinsightscontinuousexport).
2424

2525
After Continuous Export copies your data to storage (where it can stay for as long as you like), it's still available in Application Insights for the usual [retention period](../../azure-monitor/app/data-retention-privacy.md).
2626

@@ -49,7 +49,8 @@ Continuous Export **does not support** the following Azure storage features/conf
4949
5050
4. Create or select a container in the storage.
5151

52-
Once you've created your export, it starts going. You only get data that arrives after you create the export.
52+
> [!NOTE]
53+
> Once you've created your export, newly ingested data will begin to flow to Azure Blob storage. Continuous export will only transmit new telemetry that is created/ingested after continuous export was enabled. Any data that existed prior to enabling continuous export will not be exported, and there is no supported way to retroactively export previously created data using continuous export.
5354
5455
There can be a delay of about an hour before data appears in the storage.
5556

0 commit comments

Comments
 (0)