turbot/azure_compliance

Query: automation_account_variable_encryption_enabled

Usage

powerpipe query azure_compliance.query.automation_account_variable_encryption_enabled

SQL

select
a.id as resource,
case
when is_encrypted then 'ok'
else 'alarm'
end as status,
case
when is_encrypted then a.title || ' encryption enabled.'
else a.title || ' encryption disabled.'
end as reason,
a.resource_group as resource_group,
sub.display_name as subscription
from
azure_automation_variable as a,
azure_subscription as sub;

Controls

The query is being used by the following controls: