turbot/azure_insights

Query: cosmosdb_account_consistency_policy

Usage

powerpipe query azure_insights.query.cosmosdb_account_consistency_policy

Steampipe Tables

SQL

select
default_consistency_level as "Default Consistency Level",
consistency_policy_max_interval as "Max Interval - (seconds)",
consistency_policy_max_staleness_prefix as "Max Staleness Prefix"
from
azure_cosmosdb_account
where
lower(id) = $1;

Dashboards

The query is used in the dashboards: