Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.3 KB

functions-folder-structure.md

File metadata and controls

21 lines (18 loc) · 1.3 KB
title description author ms.service ms.topic ms.date ms.author ms.custom
include file
include file
ggailey777
azure-functions
include
06/17/2021
glenga
include file

The code for all the functions in a specific function app is located in a root project folder that contains a host configuration file. The host.json file contains runtime-specific configurations and is in the root folder of the function app. A bin folder contains packages and other library files that the function app requires. Specific folder structures required by the function app depend on language:

In version 2.x and higher of the Functions runtime, all functions in the function app must share the same language stack.