How to export data from Application Insights?

Swathi R S 21 Reputation points
2021-06-23T15:00:08.557+00:00

Hi,

Now that we don’t have continuous export data , how to easily export application insights data to excel and JSON form?

Regards,
Swathi

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,654 questions
Developer technologies | C#
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. bharathn-msft 5,106 Reputation points Microsoft Employee Moderator
    2021-06-24T05:24:20.95+00:00

    <<Resurfacing the information from comments for broader community usage >>

    Hello @Swathi R S - Welcome to Microsoft Q&A and thank you for reaching out with your query.

    Regarding your ask, have you already reviewed the option to export to excel from the Application insights --> Logs . However the export format in excel is not JSON form, you might have to do some customization on excel data to make that happen.

    108817-image.png

    However specifically if you need in JSON form , the events you see in the Application Insights portal can be exported to storage in JSON format. From there, you can download your data and write whatever code/format you need to process it.

    108800-image.png

    Also for additional details on exporting telemetry from Application Insights, please refer to this documentation. Let us know if you have any further queries.

    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.