From 27677fa9f3294fb8049afaa8be10819c993c40f1 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 2 Aug 2022 15:10:09 +0100 Subject: [PATCH] Azure Monitor: Clarify removed query methods (#52986) (#53143) (cherry picked from commit 194d0fe33b67cd5b19859f15ffdc03b3a478525a) Co-authored-by: Andres Martinez Gotor --- .../azuremonitor/deprecated-application-insights.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/sources/datasources/azuremonitor/deprecated-application-insights.md b/docs/sources/datasources/azuremonitor/deprecated-application-insights.md index 68c836a83af..f81ee4f8d89 100644 --- a/docs/sources/datasources/azuremonitor/deprecated-application-insights.md +++ b/docs/sources/datasources/azuremonitor/deprecated-application-insights.md @@ -18,7 +18,9 @@ weight: 999 # Deprecated Application Insights and Insights Analytics -Application Insights and Insights Analytics are two ways to query the same Azure Application Insights data, which can also be queried from Metrics and Logs. In Grafana 8.0, Application Insights and Insights Analytics are deprecated and made read-only in favor of querying this data through Metrics and Logs. Existing queries will continue to work, but you cannot edit them. New panels are not able to use Application Insights or Insights Analytics. +Application Insights and Insights Analytics are two ways to query the same Azure Application Insights data, which can also be queried from Metrics and Logs. In Grafana 8.0, Application Insights and Insights Analytics were deprecated and made read-only in favor of querying this data through Metrics and Logs. + +These query methods were completely removed in Grafana 9.0. Azure Monitor Metrics and Azure Monitor Logs do not use Application Insights API keys, so make sure the data source is configured with an Azure AD app registration that has access to Application Insights.