turbot/azure_insights

Query: cosmosdb_account_by_kind

Usage

powerpipe query azure_insights.query.cosmosdb_account_by_kind

Steampipe Tables

SQL

select
kind as "Kind",
count(kind) as "Accounts"
from
azure_cosmosdb_account
group by
kind
order by
kind;

Dashboards

The query is used in the dashboards: