> For the complete documentation index, see [llms.txt](https://docs.forestall.io/fsprotect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.forestall.io/fsprotect/search-and-reports/azure-entities/azure-resource-management/functionapp.md).

# FunctionApp

The FunctionApp entity represents an Azure Function App resource.

| Field         | Type   | Possible Operators                                                 | Description                                             |
| ------------- | ------ | ------------------------------------------------------------------ | ------------------------------------------------------- |
| Guid          | TEXT   | Like, Not Like, Equal, Not Equal, Is Empty                         | Unique identifier for the entity in Forestall           |
| ObjectID      | TEXT   | Like, Not Like, Equal, Not Equal, Is Empty                         | Azure Object ID of the function app                     |
| FSName        | TEXT   | Like, Not Like, Equal, Not Equal, Is Empty                         | Display name used in Forestall                          |
| risk          | NUMBER | Equal, Between, Smaller, Larger, Smaller or Equal, Larger or Equal | Risk score assigned by Forestall                        |
| ExposurePoint | NUMBER | Equal, Between, Smaller, Larger, Smaller or Equal, Larger or Equal | Exposure point assigned by Forestall                    |
| TenantID      | TEXT   | Like, Not Like, Equal, Not Equal, Is Empty                         | Azure AD Tenant ID the function app belongs to          |
| State         | TEXT   | Like, Not Like, Equal, Not Equal, Is Empty                         | Current state of the function app (e.g., Running)       |
| Kind          | TEXT   | Like, Not Like, Equal, Not Equal, Is Empty                         | Kind of App Service resource (e.g., functionapp, linux) |
| Location      | TEXT   | Like, Not Like, Equal, Not Equal, Is Empty                         | Azure region where the function app is deployed         |
