Katabarwa Labs
← Blog

How to find Azure resources with no alert coverage

Azure monitoring · August 29, 2026 · 5 min read

The resources you only discover are unmonitored during an outage are the ones nobody set an alert rule on. A production SQL database or Key Vault can sit for months with zero metric or log alerts pointed at it, and nothing in the portal flags that. Azure Monitor will happily show you every alert rule you have; it has no view that answers the opposite question: "which of my production resources have no alerts at all?"

Why Azure cannot tell you this out of the box

The DIY approach: two Resource Graph queries and a diff

All the data you need is queryable with Azure Resource Graph and nothing more than Reader access. The shape of the job:

The one rule that keeps the report honest: when in doubt, count the resource as uncovered. A report that wrongly says "covered" is worse than no report, because it tells you a resource is monitored when it is not, and that is the dangerous direction.

A ready-made option: Alert Blindspot

Our tool for this: Alert Blindspot on the Azure Marketplace. It runs as a managed application inside your own subscription, so nothing leaves your tenant.

Alert Blindspot is that pattern packaged. Every Monday it runs the two Resource Graph queries under a system-assigned managed identity with Reader access only, applies the conservative coverage rules above (including the multi-resource type-and-region restriction and the indeterminate broad log alerts, which it surfaces as an informational note), and posts an Adaptive Card to a Teams webhook you configure: an overall coverage percentage plus a per-type breakdown, worst coverage first, naming exactly which resources are blind. It is report-only and never modifies anything, and the built-in resource-type list can be overridden per tenant.

Key facts

Related reading: find orphaned Azure resources still costing you money.


Written by the team at Katabarwa Labs. We build small, single-purpose Azure tools that run entirely inside your own tenant. Questions: abaho@llmgraph.ai.