Skip to content

Commit 4f91391

Browse files
authored
Update app-insights-export-sql-stream-analytics.md
Added limitation of reading from AppInsights with diagnostic settings
1 parent 81427cd commit 4f91391

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/stream-analytics/app-insights-export-sql-stream-analytics.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: 'Export to SQL from Azure Application Insights | Microsoft Docs'
33
description: Continuously export Application Insights data to SQL using Stream Analytics.
44
ms.topic: conceptual
5-
ms.date: 09/11/2017
5+
ms.date: 10/17/2022
6+
ms.author: ebnkruma
67
ms.service: stream-analytics
78
---
89

@@ -18,7 +19,7 @@ We'll start with the assumption that you already have the app you want to monito
1819
In this example, we will be using the page view data, but the same pattern can easily be extended to other data types such as custom events and exceptions.
1920

2021
> [!IMPORTANT]
21-
> Continuous export has been deprecated and is only supported for classic Application Insights resources. [Migrate to a workspace-based Application Insights resource](../azure-monitor/app/convert-classic-resource.md) to use [diagnostic settings](../azure-monitor/app/export-telemetry.md#diagnostic-settings-based-export) for exporting telemetry.
22+
> Continuous export will be deprecated on February 29, 2024 and is only supported for classic Application Insights resources. Azure Stream Analytics does not support reading from AppInsights with diagnostic settings.
2223
2324
## Add Application Insights to your application
2425
To get started:

0 commit comments

Comments
 (0)