Does my kusto query affect the search result fields in the Application Insights common alert schema?

Suzanne K 6 Reputation points
2020-11-17T14:23:51.207+00:00

Hi,

In Application Insights, I've written a KQL/Kusto query that extends fields from customDimensions into proper columns which are then projected for the search result. This query is part of an alert/action group that triggers an Azure function. When the function is triggered, the search results are sent to the function as a json payload. My question is, if I enable the common alert schema, will the search results be presented in the same form dictated by my Kusto query, or do the column settings revert to those of the common alert schema?

Thanks in advance!!!
Suzanne

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,645 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Suzanne K 6 Reputation points
    2020-11-19T13:21:23.09+00:00

    Hi @olufemia-MSFT, thanks! I just set up remote debugging and was able to check the incoming json payload, and it does indeed provide the columns that are specified in my query :)

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.