Prometheus: Deprecation message for Azure auth (#106490)
Add deprecation notice for azure auth in core prom
This commit is contained in:
+6
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user