turbot/azure_insights

Query: sql_server_azure_ad_authentication_disabled_count

Usage

powerpipe query azure_insights.query.sql_server_azure_ad_authentication_disabled_count

Steampipe Tables

SQL

select
count(*) as value,
'Azure AD Authentication Disabled' as label,
case
count(*)
when 0 then 'ok'
else 'alert'
end as type
from
azure_sql_server
where
server_azure_ad_administrator is null;

Dashboards

The query is used in the dashboards: