Closed A30000049 closed 3 years ago
This has been released in version 2.47.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example:
provider "azurerm" {
version = "~> 2.47.0"
}
# ... other configuration ...
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
Community Note
Description
It was identified recently that azure application insights enables its smart detection automatically when we use terraform to create app insights as per the document below, https://www.terraform.io/docs/providers/azurerm/r/application_insights.html
As a result of that, there are lot of alerts generated to heap of users who has the monitoring reader role assigned in the azure platform and it creates a big noise for any azure app service deployments linked with a app insights service for monitoring purposes. we are heavily depend on creating azure infra using terraform, So it would be great if we could get a way to disable these alerts in azurerm_application_insights resource.
New or Affected Resource(s)
Potential Terraform Configuration
References
https://www.terraform.io/docs/providers/azurerm/r/application_insights.html https://docs.microsoft.com/en-us/azure/azure-monitor/app/proactive-diagnostics https://docs.microsoft.com/en-us/azure/azure-monitor/app/proactive-failure-diagnostics https://docs.microsoft.com/en-us/azure/azure-monitor/app/proactive-arm-config