From 826a6a4a79284699981e8accc8c108fd74df7fbb Mon Sep 17 00:00:00 2001 From: Andrew Hackmann <5140848+bossinc@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:10:15 -0500 Subject: [PATCH] Prometheus: Deprecation message for Azure auth (#106490) Add deprecation notice for azure auth in core prom --- .../configuration/DataSourceHttpSettingsOverhaulPackage.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/app/plugins/datasource/prometheus/configuration/DataSourceHttpSettingsOverhaulPackage.tsx b/public/app/plugins/datasource/prometheus/configuration/DataSourceHttpSettingsOverhaulPackage.tsx index f427d8c2181..098580399e9 100644 --- a/public/app/plugins/datasource/prometheus/configuration/DataSourceHttpSettingsOverhaulPackage.tsx +++ b/public/app/plugins/datasource/prometheus/configuration/DataSourceHttpSettingsOverhaulPackage.tsx @@ -141,6 +141,12 @@ export const DataSourcehttpSettingsOverhaul = (props: Props) => { Service for Prometheus data source to authenticate with SigV4. )} + {azureAuthSelected && ( + + Azure authentication in the core Prometheus data source is deprecated. Please use the Azure Monitor Managed + Service for Prometheus data source to authenticate using Azure authentication. + + )}