diff --git a/pkg/tsdb/prometheus/azureauth/azure.go b/pkg/tsdb/prometheus/azureauth/azure.go index 973ea9dd378..a61e1bf8f4e 100644 --- a/pkg/tsdb/prometheus/azureauth/azure.go +++ b/pkg/tsdb/prometheus/azureauth/azure.go @@ -18,8 +18,8 @@ import ( var ( azurePrometheusScopes = map[string][]string{ azsettings.AzurePublic: {"https://prometheus.monitor.azure.com/.default"}, - azsettings.AzureChina: {"https://prometheus.monitor.chinacloudapp.cn/.default"}, - azsettings.AzureUSGovernment: {"https://prometheus.monitor.usgovcloudapi.net/.default"}, + azsettings.AzureChina: {"https://prometheus.monitor.azure.cn/.default"}, + azsettings.AzureUSGovernment: {"https://prometheus.monitor.azure.us/.default"}, } )