Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 563 Bytes

functions-create-function-core-tools.md

File metadata and controls

26 lines (21 loc) · 563 Bytes
title description services author manager ms.service ms.topic ms.date ms.author ms.custom
include file
include file
functions
ggailey777
jeconnoc
azure-functions
include
10/20/2018
glenga
include file

Create a function

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

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.