Resource Type: Azure > App Service > App Service Plan
The App Service Plan resource type defines the infrastructure for running App Service applications, such as Web Apps, API Apps, and Mobile Apps. It is essentially a container for hosting your apps, determining how resources such as CPU, memory, and storage are allocated and scaled.
Resource Context
App Service Plan is a part of the App Service service.
Each App Service Plan lives under a Resource Group.
Controls
The primary controls for Azure > App Service > App Service Plan are:
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/appServicePlan
- tmod:@turbot/turbot#/resource/categories/compute
- turbot graphql resource --id "tmod:@turbot/azure-appservice#/resource/types/appServicePlan"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-appservice#/resource/types/appServicePlan';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-appservice#/resource/types/appServicePlan"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-appservice#/resource/types/appServicePlan' 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