Forum Discussion
Deleted
Apr 12, 2018Export Analytics data to Excel Application Insights Analytics
Trying to export Application Insights Analytics data to excel ? Is there any way of doing it ?
- Apr 15, 2018
Hi,
This option is available in the Analytics portal of Log Analytics or Application Insights. See screenshot.
Veera Chaitanya Kumar Reddy Kambham
Microsoft
Jul 25, 2018Hi,
Is there an option to continuously export data from Analytics to any storage account?
Thanks,
Chaitanya
Jul 31, 2018
Hi
The simplest way to export data from Log Analytics to a storage account is to create Azure Function or Logic App. Azure function will purely be a code where with Logic App you have some out of box activities like executing Log Analytics query (to get the data) and create blob on Azure storage. My recommendation though is to not try to export big amounts of data as probably will be costly and time consuming.