| author | ggailey777 |
|---|---|
| ms.service | azure-functions |
| ms.custom | linux-related-content |
| ms.topic | include |
| ms.date | 11/01/2023 |
| ms.author | glenga |
When running the function app on Linux, you must:
- Set
kindtofunctionapp,linux. - Set
reservedtotrue. - Set the
linuxFxVersionproperty undersiteConfigto the correct value for your runtime stack in the format of<runtime>|<runtimeVersion>. For more information, see the linuxFxVersion site setting reference.
For a list of application settings required when running on Linux, see Application configuration.