Skip to content

Commit d00e871

Browse files
committed
add workspace-based guidance
1 parent 02b93e3 commit d00e871

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
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: 03/25/2020
5+
ms.date: 05/20/2020
66

77
---
88

99
# Export telemetry from Application Insights
1010
Want to keep your telemetry for longer than the standard retention period? Or process it in some specialized way? Continuous Export is ideal for this. The events you see in the Application Insights portal can be exported to storage in Microsoft Azure in JSON format. From there, you can download your data and write whatever code you need to process it.
1111

12+
> [!NOTE]
13+
> Continuous export is only supported for classic Application Insights resources. [Workspace-based Application Insights resources](https://docs.microsoft.com/azure/azure-monitor/app/create-workspace-resource) must use [diagnostic settings](https://docs.microsoft.com/azure/azure-monitor/app/create-workspace-resource#export-telemetry).
14+
>
15+
1216
Before you set up continuous export, there are some alternatives you might want to consider:
1317

1418
* The Export button at the top of a metrics or search tab lets you transfer tables and charts to an Excel spreadsheet.

0 commit comments

Comments
 (0)