Forum Discussion
Export Analytics data to Excel Application Insights Analytics
- Apr 15, 2018
Hi,
This option is available in the Analytics portal of Log Analytics or Application Insights. See screenshot.
Hi,
This option is available in the Analytics portal of Log Analytics or Application Insights. See screenshot.
- Veera Chaitanya Kumar Reddy KambhamJul 25, 2018
Microsoft
Hi,
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.
- DeletedApr 15, 2018
Thank you very much.Simple the button was in disabled mode when I checked.Later found that when the query is executing it was disabled once the result came it is enabled