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 |
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.