turbot/steampipe-mod-azure-compliance

Control: Azure Backup should be enabled for Virtual Machines

Description

Ensure protection of your Azure Virtual Machines by enabling Azure Backup. Azure Backup is a secure and cost effective data protection solution for Azure.

Usage

Run the control in your terminal:

powerpipe control run azure_compliance.control.compute_vm_azure_backup_enabled

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run azure_compliance.control.compute_vm_azure_backup_enabled --share

SQL

This control uses a named query:

select
id as resource,
'info' as status,
'Manual verification required.' as reason,
display_name as subscription
from
azure_subscription;

Tags