2017-02-20 02:10:41 -08:00

19 lines
317 B
YAML

# Hello World for Azure Functions
service: hello-world # Service Name
provider:
name: azure
location: West US
plugins:
- serverless-azure-functions
functions:
hello:
handler: templates/handler.hello
events:
- http: true
x-azure-settings:
authLevel : anonymous