KQL
How to dynamically set last month date range in KQL query and Log Analytics
I wanted to improve an audit query we are running every month because I hate doing things manually over and over again. Before today, we were setting the date range for the previous month manually and I was searching a way to automate this instead. I found a way... Manually