KQL question – Creating an azure alert when the exception count is higher than usual
I'm new to Azure App insights and I'm creating an azure alert based on app insights logs. I have a simple KQL query here which returns a result when the exception count is above 10. I'm looking for ways to…