Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 680 Bytes

File metadata and controls

16 lines (13 loc) · 680 Bytes
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 kind to functionapp,linux.
  • Set reserved to true.
  • Set the linuxFxVersion property under siteConfig to 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.