Enabling all Threat Detection Types protects against SQL injection, database vulnerabilities, and other possible threats. We recommend you allow all types of threat detection on SQL servers.
resource "azurerm_mssql_server_security_alert_policy" "recommended" {
...
disabled_alerts = []
}