mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
AzureMonitor: Update China regions (#46695)
This commit is contained in:
+25
@@ -317,6 +317,31 @@ export const locationMetadata = [
|
||||
displayName: 'Brazil Southeast',
|
||||
supportsLogs: true,
|
||||
},
|
||||
{
|
||||
location: 'chinaeast',
|
||||
displayName: 'China Eest',
|
||||
supportsLogs: true,
|
||||
},
|
||||
{
|
||||
location: 'chinaeast2',
|
||||
displayName: 'China Eest 2',
|
||||
supportsLogs: true,
|
||||
},
|
||||
{
|
||||
location: 'chinanorth',
|
||||
displayName: 'China North',
|
||||
supportsLogs: true,
|
||||
},
|
||||
{
|
||||
location: 'chinanorth2',
|
||||
displayName: 'China North 2',
|
||||
supportsLogs: true,
|
||||
},
|
||||
{
|
||||
location: 'chinanorth3',
|
||||
displayName: 'China North 3',
|
||||
supportsLogs: true,
|
||||
},
|
||||
];
|
||||
|
||||
export const logsSupportedLocationsKusto = locationMetadata
|
||||
|
||||
Reference in New Issue
Block a user