11.4.1.Azure API read rate limit approaching
Azure API read rate limit for subscription {{ $labels.subscriptionID }} is running low ({{ $value }} remaining).
# Azure Resource Manager enforces rate limits per subscription.
# The threshold of 100 remaining calls is a rough default. Adjust based on your
# scrape interval and number of monitored resources.
- alert: AzureAPIReadRateLimitApproaching
expr: azurerm_api_ratelimit{type="reads"} < 100
for: 0m
labels:
severity: warning
annotations:
summary: Azure API read rate limit approaching (instance {{ $labels.instance }})
description: "Azure API read rate limit for subscription {{ $labels.subscriptionID }} is running low ({{ $value }} remaining).\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"

