turbot/azure_insights

Query: storage_account_by_access_tier

Usage

powerpipe query azure_insights.query.storage_account_by_access_tier

Steampipe Tables

SQL

select
access_tier as "Access Tier",
count(*) as "Storage Accounts"
from
azure_storage_account
group by
access_tier
order by
access_tier;

Dashboards

The query is used in the dashboards: