turbot/azure_insights

Query: storage_account_sku

Usage

powerpipe query azure_insights.query.storage_account_sku

Steampipe Tables

SQL

select
sku_name as "SKU Name",
sku_tier as "SKU Tier"
from
azure_storage_account
where
lower(id) = $1
and subscription_id = split_part($1, '/', 3);

Dashboards

The query is used in the dashboards: