standard
turbot/azure_compliance

Trigger: Detect & correct Storage accounts with encryption at rest using CMK disabled

Detect Storage accounts with encryption at rest using CMK disabled.

Query

select
concat(id, ' [', subscription_id, '/', resource_group, ']') as title,
id as id,
name,
resource_group,
subscription_id,
_ctx ->> 'connection_name' as conn
from
azure_storage_account
where
encryption_key_source = 'Microsoft.Storage';

Schedule

15m

Tags

category = Compliance
plugin = azure
service = Azure/Storage