File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ module "mssql-server" {
4040 # DB extended auditing policy defaults to `false`.
4141 # to tun on set the variable `enable_database_extended_auditing_policy` to `true`
4242 # To enable Azure Defender for database set `enable_threat_detection_policy` to true
43- enable_threat_detection_policy = true
44- log_retention_days = 30
45- email_addresses_for_alerts = [" user@example.com" , " firstname.lastname@example.com" ]
43+ enable_threat_detection_policy = false
44+ # log_retention_days = 30
45+ # email_addresses_for_alerts = ["user@example.com", "firstname.lastname@example.com"]
4646
4747 # AD administrator for an Azure SQL server
4848 # Allows you to set a user or group as the AD administrator for an Azure SQL server
You can’t perform that action at this time.
0 commit comments