turbot/tailpipe-mod-azure-activity-log-detections

Query: Top 10 Service

Usage

powerpipe query azure_activity_log_detections.query.activity_dashboard_logs_by_service

Tailpipe Tables

SQL

select
resource_provider_name as "Service",
count(*) as "Logs"
from
azure_activity_log
where
resource_provider_name is not null
group by
resource_provider_name
order by
count(*) desc
limit 10;

Dashboards

The query is used in the dashboards: