1
votes

I wonder if it's possible to add alert rule to Azure application insights web test using terraform

enter image description here

In terraform documentation I don't see such an option: https://www.terraform.io/docs/providers/azurerm/r/application_insights_web_test.html

Regards.

1

1 Answers

1
votes

Use the azurerm_monitor_metric_alert resource.

Terraform example is here