turbot/azure_insights

Query: sql_server_overview

Usage

powerpipe query azure_insights.query.sql_server_overview

Steampipe Tables

SQL

select
name as "Name",
fully_qualified_domain_name as "Fully Qualified Domain Name",
minimal_tls_version as "Minimal TLS Version",
region as "Region",
resource_group as "Resource Group",
subscription_id as "Subscription ID",
id as "ID"
from
azure_sql_server
where
lower(id) = $1

Dashboards

The query is used in the dashboards: