Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 530 Bytes

functions-create-function-core-tools.md

File metadata and controls

24 lines (19 loc) · 530 Bytes
title description author ms.service ms.topic ms.date ms.author ms.custom
include file
include file
ggailey777
azure-functions
include
10/20/2018
glenga
include file

Create a function

The following command creates an HTTP-triggered function named MyHttpTrigger.

func new --name MyHttpTrigger --template "HttpTrigger"

When the command executes, you see something like the following output:

The function "MyHttpTrigger" was created successfully from the "HttpTrigger" template.