turbot/azure_compliance

Query: mysql_db_server_geo_redundant_backup_enabled

Usage

powerpipe query azure_compliance.query.mysql_db_server_geo_redundant_backup_enabled

SQL

select
s.id as resource,
case
when geo_redundant_backup = 'Enabled' then 'ok'
else 'alarm'
end as status,
case
when geo_redundant_backup = 'Enabled' then name || ' Geo-redundant backup enabled.'
else name || ' Geo-redundant backup disabled.'
end as reason,
s.resource_group as resource_group,
sub.display_name as subscription
from
azure_mysql_server as s,
azure_subscription as sub
where
sub.subscription_id = s.subscription_id;

Controls

The query is being used by the following controls: