I would like to configure Alert Rules in Azure Application Insights. Is this something that can be done using Terraform or i have to do it through the portal?
I would like to be alerted on the below things :
- Whenever the average available memory is less than 200 megabyte (Signal Type = Metrics)
- Whenever the average process cpu is greater than 80 (Signal Type = Metrics)
- Whenever the average server response time is greater than 5000 milliseconds (Signal Type = Metrics)
- Whenever the count of failed requests is greater than 5 (Signal Type = Metrics)
- Failure Anomalies - prodstats-masterdata-sandbox (Signal Type = Smart Detector)