1
votes

Viewing Event Application Insight logs in browser on portal.azure.com is highly impractical. I want to download those logs as, for example, Excel file.

There actually is an "Export" button, but what it does is: it shows how many times one event was fired and there are no event details here.

1

1 Answers

2
votes

You can continuously export data to Azure blob storage as described in that part of the documentation: https://azure.microsoft.com/en-us/documentation/articles/app-insights-export-telemetry/

From there, you can do whatever you want with this captured data: download it, query it from Azure HDInsight, Azure Data Lake Analytics, a Web Job in Azure Web App and so on.