turbot/azure_insights

Query: key_vault_key_by_subscription

Usage

powerpipe query azure_insights.query.key_vault_key_by_subscription

SQL

select
a.title as "Subscription",
count(v.*) as "Keys"
from
azure_key_vault_key as v,
azure_subscription as a
where
a.subscription_id = v.subscription_id
group by
a.title
order by
a.title;

Dashboards

The query is used in the dashboards: