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 clear

Terraform

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.

Run a free scan

Related Azure rules

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.