turbot/azure_insights

Query: app_service_web_app_by_subscription

Usage

powerpipe query azure_insights.query.app_service_web_app_by_subscription

SQL

select
sub.title as "Subscription",
count(wa.*) as "Web Apps"
from
azure_app_service_web_app as wa,
azure_subscription as sub
where
sub.subscription_id = wa.subscription_id
group by
sub.title
order by
sub.title;

Dashboards

The query is used in the dashboards: