question

choi dong geun avatar image
choi dong geun asked

How to use query with azure?

hi. I hope to be able to organize every day the information I can get from Data Explorer I thought I could solve it by calling Azure Function using Scheduled Task to Automation

So my question is, can Azure Function use the query used by Data Explorer to get the results via email?

For example) ['events.all'] | | where Timestamp > ago(7d) | | summarize count() by bin(Timestamp, 4h), FullName_Name | | render columnchart kind = stacked

I wonder if I can get the results of that

data
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Infer Wang avatar image
Infer Wang answered

You can refer to this document which introduces how to implement the query used by Data Explorer in Azure Function. Then implement the logic about sending the results by email.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.