Resource Type: Azure > Monitor > Alerts
The Alerts resource type defines a set of conditions that trigger notifications or automated actions based on specific monitoring data within your Azure environment, enabling proactive identification and resolution of issues to maintain optimal performance and availability.
Resource Context
Alerts is a part of the Monitor service.
Each Alerts lives under a Resource Group.
Controls
The primary controls for Azure > Monitor > Alerts 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/alerts
- tmod:@turbot/turbot#/resource/categories/managementTools
- turbot graphql resource --id "tmod:@turbot/azure-monitor#/resource/types/alerts"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-monitor#/resource/types/alerts';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-monitor#/resource/types/alerts"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-monitor#/resource/types/alerts' 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