0
votes

We have a large data set and we need to save a filtered amount of data to a storage account. We could do a function app once the data hits the storage account but it would be easier to filter it by the query we have on the dashboard and save that to a storage account.

Basically we'd like to save the kusto query to azure storage account.

Is that possible and would anyone know how I could do this?

Thanks

1

1 Answers

2
votes

Assuming you want to save the output of the query, I would say the easiest way is by creating an Azure Logic Apps and Use Kusto connector + Blob Connector. Basically you'll specify the query, and persist the output to a blob:

https://docs.microsoft.com/en-us/azure/kusto/tools/logicapps