Forum Discussion

Fabian_Bong's avatar
Fabian_Bong
Copper Contributor
Jan 15, 2021

Log Analytics Workspace Logs Automation

Hi,

 

I have a set of log query which I have saved

AzureDiagnostics
| where ResourceProvider == "MICROSOFT.NETWORK" and Category == "ApplicationGatewayFirewallLog"
| summarize count() by requestUri_s, clientIp_s, action_s, bin(TimeGenerated, 1m), details_message_s, ruleId_s
 
The question is, is the a way for me to auto generate this query every 24 hours and email it to me?

4 Replies

Resources