Prometheus: Deprecation message for Azure auth (#106490)

Add deprecation notice for azure auth in core prom
This commit is contained in:
Andrew Hackmann
2025-06-11 00:10:15 +02:00
committed by GitHub
parent e9b5ed6d4f
commit 826a6a4a79
@@ -141,6 +141,12 @@ export const DataSourcehttpSettingsOverhaul = (props: Props) => {
Service for Prometheus data source to authenticate with SigV4.
</Alert>
)}
{azureAuthSelected && (
<Alert title="Deprecation Notice" severity="warning">
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.
</Alert>
)}
<Auth
{...newAuthProps}
customMethods={customMethods}