turbot/azure_insights

Query: storage_account_by_region

Usage

powerpipe query azure_insights.query.storage_account_by_region

Steampipe Tables

SQL

select
region as "Region",
count(*) as "Storage Accounts"
from
azure_storage_account
group by
region
order by
region;

Dashboards

The query is used in the dashboards: