Forum Discussion
vukovicd
Jan 30, 2020Copper Contributor
Application Insights data from Data Lake into Data Explorer
Hi! I have a scenario where Azure-Subscription_A (Department A) is exporting data from multiple Application Insights resources into a Data-Lake-Gen2_A. The data from the Data-Lake-Gen2_A is be...
UriBarash
Microsoft
Feb 13, 2020Hello vukovicd,
Many folks are routing data from Azure Monitor Application Insights to Azure Data Explorer automatically. Data from Application Insights ends up as jsonl - A set of json objects each one in its own line in the file.
Typically they use the EventGrid method to listen on the data lake container and automatically ingest data as it lands. https://docs.microsoft.com/en-us/azure/data-explorer/ingest-data-event-grid
In order to set up the tables, column mappings etc, 1-click ingestion helps you do it based on your data sample:
https://docs.microsoft.com/en-us/azure/data-explorer/ingest-data-one-click
Please let us know how it works for you.
Uri