Resource Type: Azure > Monitor > Action Group
The Action Group resource type is a collection of notification and response actions that are triggered by alerts, enabling users to automate and streamline responses to critical events in their Azure environment, ensuring timely intervention and resolution.
Resource Context
Action Group is a part of the Monitor service.
Each Action Group lives under a Resource Group.
Controls
The primary controls for Azure > Monitor > Action Group are:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-monitor#/resource/types/actionGroup
- tmod:@turbot/turbot#/resource/categories/managementTools
- turbot graphql resource --id "tmod:@turbot/azure-monitor#/resource/types/actionGroup"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-monitor#/resource/types/actionGroup';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-monitor#/resource/types/actionGroup"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-monitor#/resource/types/actionGroup' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query