turbot/azure_insights

Query: compute_snapshot_by_region

Usage

powerpipe query azure_insights.query.compute_snapshot_by_region

Steampipe Tables

SQL

select
region as "Region",
count(*) as "Snapshots"
from
azure_compute_snapshot
group by
region
order by
region;

Dashboards

The query is used in the dashboards: