Resource Type: Azure > Monitor > Metric Alert
The Metric Alert resource type defines a set of conditions that monitor specific metrics within your Azure environment, enabling users to receive notifications and take action when performance thresholds are breached, ensuring proactive management and optimization of resources.
Resource Context
Metric Alert is a part of the Monitor service.
Each Metric Alert lives under a Resource Group.
Controls
The primary controls for Azure > Monitor > Metric Alert 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/metricAlert
- tmod:@turbot/turbot#/resource/categories/managementTools
- turbot graphql resource --id "tmod:@turbot/azure-monitor#/resource/types/metricAlert"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-monitor#/resource/types/metricAlert';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-monitor#/resource/types/metricAlert"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-monitor#/resource/types/metricAlert' 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