Resource Type: Azure > App Service > Function App
The Function App resource type provides the infrastructure for running serverless applications in Azure. It enables developers to deploy and run event-driven, stateless functions in a fully managed environment, without having to worry about managing servers.
Resource Context
Function App is a part of the App Service service.
Each Function App lives under a Resource Group.
Controls
The primary controls for Azure > App Service > Function App 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/functionApp
- tmod:@turbot/turbot#/resource/categories/compute
- turbot graphql resource --id "tmod:@turbot/azure-appservice#/resource/types/functionApp"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-appservice#/resource/types/functionApp';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-appservice#/resource/types/functionApp"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-appservice#/resource/types/functionApp' 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