问题
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:
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.
来源:https://stackoverflow.com/questions/34357904/can-i-download-data-collected-by-azure-application-insights-events-list