有人知道如何通过Terraform在Azure DevOps中设置发布管道AlertRules吗?我需要设置有关阶段失败或成功的警报规则,并在阶段失败时发送电子邮件。所有设置都应使用Terraform。
此外,我能够通过Terraform创建操作组,但是我不知道如何基于阶段故障创建警报规则。
https://www.terraform.io/docs/providers/azurerm/r/monitor_scheduled_query_rules_alert.html
我只看到查询警报规则或
https://www.terraform.io/docs/providers/azurerm/r/monitor_metric_alert.html
度量警报规则。
谢谢。