LOW
Source
Trivy/CSPM
CSPM ID
standard-pricing-enabled
ID
AVD-AZU-0045

Enable the standard security center subscription tier

To benefit from Azure Defender you should use the Standard subscription tier.

Enabling Azure Defender extends the capabilities of the free mode to workloads running in private and other public clouds, providing unified security management and threat protection across your hybrid cloud workloads.

Impact

Follow the appropriate remediation steps below to resolve the issue.

Enable standard subscription tier to benefit from Azure Defender

1
2
3
4
5
 resource "azurerm_security_center_subscription_pricing" "good_example" {
   tier          = "Standard"
   resource_type = "VirtualMachines"
 }