Action Group should be enabled
High
Azure
General
actiongroups-action-group-enabled
Applies to
Microsoft.Insights/actionGroups
What CGPulse checks
A resource passes this rule when enabled must equal true. Anything else is reported as a finding with the evaluated property value attached as evidence.
How to fix it
Enable the action group to ensure alert notifications reach the right teams. In Azure Portal: Monitor > Action groups > select group > set Status to Enabled. See: https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/action-groups
CLI
az monitor action-group update --ids "{id}" --short-name "<short-name>" --action clearTerraform
resource "azurerm_monitor_action_group" "{name}" {
name = "{name}"
resource_group_name = "{rg}"
short_name = "<short-name>"
enabled = true
}
Compliance frameworks
Is your environment compliant with this rule?
CGPulse checks it — and 621 others — against your Azure and AWS accounts with read-only access.
Related Azure rules
- Activity Log Alert should be enabled
- AKS cluster logs should be sent to Log Analytics
- AKS cluster must enable RBAC
- AKS cluster must enable RBAC
- AKS cluster should be a private cluster
- AKS cluster should disable local accounts
- AKS cluster should enable Azure RBAC for Kubernetes
- AKS cluster should have diagnostic settings configured