pagopa / dx

Devex repository for shared tools and pipelines.
https://pagopa.github.io/dx/docs/
1 stars 0 forks source link

Missing alerts in azure_function_app terraform module #34

Open gunzip opened 3 months ago

gunzip commented 3 months ago
Originally posted by **rodoviti** May 31, 2024 Currently, `function_app` module from [terraform-azurerm-v3](https://github.com/pagopa/terraform-azurerm-v3) includes two alarms: - [Function App Health check failed](https://github.com/pagopa/terraform-azurerm-v3/blob/main/function_app/main.tf#L177) - [Storage Account Low Availability](https://github.com/pagopa/terraform-azurerm-v3/blob/main/storage_account/main.tf#L125) (created by internally using `storage_account` module from the same repo Were they intentionally removed in `azure_function_app` terraform module? If yes, why?
gunzip commented 2 months ago

@rodoviti @silvicir could you please provide more details regarding the requirements? We are currently in the process of refactoring our alert system and would like to understand how these alerts are intended to be utilized.