LOW
Source
Trivy/CSPM
CSPM ID
security-contacts-enabled
ID
AVD-AZU-0046

The required contact details should be set for security center 

It is recommended that at least one valid contact is configured for the security center.

Microsoft will notify the security contact directly in the event of a security incident and will look to use a telephone number in cases where a prompt response is required.

Impact 

Follow the appropriate remediation steps below to resolve the issue.

Set a telephone number for security center contact

1
2
3
4
5
6
7
resource "azurerm_security_center_contact" "good_example" {
  email = "good_contact@example.com"
  phone = "+1-555-555-5555"

  alert_notifications = true
  alerts_to_admins    = true
}