turbot/azure_insights

Query: cosmosdb_account_capabilities

Usage

powerpipe query azure_insights.query.cosmosdb_account_capabilities

Steampipe Tables

SQL

select
c ->> 'name' as "Capability",
'Enabled' as "State"
from
azure_cosmosdb_account,
jsonb_array_elements(capabilities) c
where
lower(id) = $1;

Dashboards

The query is used in the dashboards: