AzureApplicationInsightsDataFeedSource type
Represents an Azure Application Insights data source. User is required to specify azureCloud, applicationId and apiKey for Create. apiKey being a secret is not returned by service.
type AzureApplicationInsightsDataFeedSource = {
apiKey?: string
applicationId: string
authenticationType: "Basic"
azureCloud: string
dataSourceType: "AzureApplicationInsights"
query: string
}