turbot/azure_insights

Query: app_service_web_app_by_state

Usage

powerpipe query azure_insights.query.app_service_web_app_by_state

SQL

select
state as "State",
count(id) as "Web Apps"
from
azure_app_service_web_app
group by
state
order by
state;

Dashboards

The query is used in the dashboards: