Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.1 KB

functions-create-function-app-cli.md

File metadata and controls

29 lines (21 loc) · 1.1 KB
author ms.service ms.topic ms.date ms.author
ggailey777
azure-functions
include
08/05/2019
glenga

Create the local function app project

Run the following command from the command line to create a function app project in the MyFunctionProj folder of the current local directory. A GitHub repo is also created in MyFunctionProj.

func init MyFunctionProj

When prompted, select a worker runtime from the following language choices:

After the project is created, use the following command to navigate to the new MyFunctionProj project folder.

cd MyFunctionProj