There are several options to export Azure Application Insights Data. Application Insights provides a large range of customizable charts and metrics from the telemetry data. You can create your custom dashboard and have your own analytics query for specific result sets. However, there are several scenarios, where you may want to export Azure Application Insights data. Recently I answered to a similar question in Stake overflow, so thought to share it over here as well.
Export Azure Application Insights Data
- You can export telemetry data from Application Insights using Continuous Export. Continuous export allows export telemetry data periodically and pushes it to Azure storages.
- While Continuous Export is one of the common ways to export data, you can leverage another feature from Application Insights – Export to Excel. You can export data for specific events or metrics to excel.
- You can also bring your Application Insight data to Power BI.
- Finally, you can access Application Insight data using Rest API. So, have your own logic to get the data feed from Application Insights