turbot/azure_insights

Query: app_service_web_app_by_ftp_state

Usage

powerpipe query azure_insights.query.app_service_web_app_by_ftp_state

SQL

select
configuration -> 'properties' ->> 'ftpsState' as "FTP State",
count(id) as "Web Apps"
from
azure_app_service_web_app
group by
configuration -> 'properties' ->> 'ftpsState'
order by
configuration -> 'properties' ->> 'ftpsState';

Dashboards

The query is used in the dashboards: