turbot/azure_compliance

Query: storage_account_secure_transfer_required_enabled

Usage

powerpipe query azure_compliance.query.storage_account_secure_transfer_required_enabled

SQL

select
sa.id as resource,
case
when not enable_https_traffic_only then 'alarm'
else 'ok'
end as status,
case
when not enable_https_traffic_only then sa.name || ' encryption in transit not enabled.'
else sa.name || ' encryption in transit enabled.'
end as reason,
sa.resource_group as resource_group,
sub.display_name as subscription
from
azure_storage_account sa,
azure_subscription sub
where
sub.subscription_id = sa.subscription_id;

Controls

The query is being used by the following controls: