Resource Type: Azure > App Service > Web App
The Web App resource type enables developers to host and manage web applications, RESTful APIs, and backend services in a fully managed environment. It abstracts infrastructure management, allowing users to focus on application development.
Resource Context
Web App is a part of the App Service service.
Each Web App lives under a Resource Group.
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-appservice#/resource/types/webApp
- tmod:@turbot/turbot#/resource/categories/compute
- turbot graphql resource --id "tmod:@turbot/azure-appservice#/resource/types/webApp"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-appservice#/resource/types/webApp';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-appservice#/resource/types/webApp"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-appservice#/resource/types/webApp' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query