azure-kusto-data
Version:
Azure Data Explorer Query SDK
94 lines • 4.59 kB
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
export default {
"_Comments": [
"KWE .linkedin.com suffix is excluded from list pending a more specific suffix",
"LogAnalytics, AppInsigts & AzureMonitor are taken from https://msazure.visualstudio.com/One/_wiki/wikis/One.wiki/138095/Calling-the-ADX-Proxy following talk with Raz Ronen",
"The two DXP suffixes come from KWE code",
"The PlayFab suffixes are a superset of KWE and PowerBI Kusto Connector code",
"Aria hostname is fixed"
],
"AllowedEndpointsByLogin": {
"https://login.microsoftonline.com": {
"AllowedKustoSuffixes": [
".dxp.aad.azure.com",
".dxp-dev.aad.azure.com",
".kusto.azuresynapse.net",
".kusto.windows.net",
".kustodev.azuresynapse-dogfood.net",
".kustodev.windows.net",
".kustomfa.windows.net",
".playfabapi.com",
".azureplayfab.com",
".playfab.com",
".kusto.data.microsoft.com",
".kusto.fabric.microsoft.com",
".api.securityplatform.microsoft.com",
".securitycenter.windows.com",
".arg-int.core.windows.net",
".arg-df.core.windows.net",
".arg.core.windows.net"
],
"AllowedKustoHostnames": [
"ade.applicationinsights.io",
"ade.loganalytics.io",
"adx.aimon.applicationinsights.azure.com",
"adx.applicationinsights.azure.com",
"adx.int.applicationinsights.azure.com",
"adx.int.loganalytics.azure.com",
"adx.int.monitor.azure.com",
"adx.loganalytics.azure.com",
"adx.monitor.azure.com",
"kusto.aria.microsoft.com",
"eu.kusto.aria.microsoft.com"
]
},
"https://login.microsoftonline.us": {
"AllowedKustoSuffixes": [".kusto.usgovcloudapi.net", ".kustomfa.usgovcloudapi.net", ".arg.core.usgovcloudapi.net"],
"AllowedKustoHostnames": ["adx.applicationinsights.azure.us", "adx.loganalytics.azure.us", "adx.monitor.azure.us"]
},
"https://login.partner.microsoftonline.cn": {
"AllowedKustoSuffixes": [".kusto.azuresynapse.azure.cn", ".kusto.chinacloudapi.cn", ".kustomfa.chinacloudapi.cn", ".playfab.cn", ".arg.core.chinacloudapi.cn"],
"AllowedKustoHostnames": ["adx.applicationinsights.azure.cn", "adx.loganalytics.azure.cn", "adx.monitor.azure.cn"]
},
"https://login.microsoftonline.eaglex.ic.gov": {
"AllowedKustoSuffixes": [".kusto.core.eaglex.ic.gov", ".kustomfa.core.eaglex.ic.gov", ".arg.core.eaglex.ic.gov"],
"AllowedKustoHostnames": ["adx.applicationinsights.azure.eaglex.ic.gov", "adx.loganalytics.azure.eaglex.ic.gov", "adx.monitor.azure.eaglex.ic.gov"]
},
"https://login.microsoftonline.microsoft.scloud": {
"AllowedKustoSuffixes": [".kusto.core.microsoft.scloud", ".kustomfa.core.microsoft.scloud", ".arg.core.microsoft.scloud"],
"AllowedKustoHostnames": [
"adx.applicationinsights.azure.microsoft.scloud",
"adx.loganalytics.azure.microsoft.scloud",
"adx.monitor.azure.microsoft.scloud"
]
},
"https://login.sovcloud-identity.fr": {
"AllowedKustoSuffixes": [".kusto.sovcloud-api.fr", ".kustomfa.sovcloud-api.fr"],
"AllowedKustoHostnames": ["adx.applicationinsights.azure.fr", "adx.loganalytics.azure.fr", "adx.monitor.azure.fr"]
},
"https://login.sovcloud-identity.de": {
"AllowedKustoSuffixes": [
".kusto.sovcloud-api.de",
".kustomfa.sovcloud-api.de"
],
"AllowedKustoHostnames": [
"adx.applicationinsights.azure.de",
"adx.loganalytics.azure.de",
"adx.monitor.azure.de"
]
},
"https://login.sovcloud-identity.sg": {
"AllowedKustoSuffixes": [
".kusto.sovcloud-api.sg",
".kustomfa.sovcloud-api.sg"
],
"AllowedKustoHostnames": [
"adx.applicationinsights.azure.sg",
"adx.loganalytics.azure.sg",
"adx.monitor.azure.sg"
]
}
}
};
//# sourceMappingURL=wellKnownKustoEndpoints.js.map