Skip to content

Monitor Alert Rules

Provider: Azure
Service ID: azure_monitor_alerts
Rendering: Standard table with expandable detail rows

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'azure_monitor_alerts',
    provider: 'azure',
    region: 'uksouth',
    source: 'live',
    attributes: ['name', 'location', 'severity', 'enabled', 'description', 'scopes_count']
});
</script>

<div data-sd-service="azure_monitor_alerts" data-sd-source="live"></div>

Default Attributes

When no attributes array is specified, these columns are displayed:

attributes: ['name', 'location', 'severity', 'enabled', 'description', 'scopes_count']

All Attributes

Attribute Display Name Format Description
name Alert Rule Name text From API field: name
alert_id Alert ID azure_resource_name From API field: id
location Location text From API field: location
severity Severity text From API field: severity
enabled Enabled boolean From API field: enabled
description Description text From API field: description
scopes_count Scopes text From API field: scopes.length
criteria_count Criteria text From API field: criteria.all_of.length
resource_group Resource Group azure_resource_group From API field: id
tags Tags tags_table All tags/labels as a key-value table

= included in default view

Sort Order

Results are sorted by: name