Edit on github

#Hello World Node.js Example

Make sure serverless is installed. See installation guide.

#1. Create a service

serverless install --url https://github.com/azure/boilerplate-azurefunctions --name my-app

#2. Install Provider Plugin

npm install -g serverless-azure followed by npm install in the service directory.

#3. Deploy

serverless deploy or sls deploy. sls is shorthand for the Serverless CLI command

#4. Invoke deployed function

serverless invoke --function helloWorld or serverless invoke -f helloWorld

-f is shorthand for --function

In your terminal window you should see the response from azure

{
    "payload": "Hello, World!"
}

Congrats you have deployed and ran your Hello World function!

Made with love in San Francisco + Atlanta, Austria, Germany, Pakistan, Poland, Nebraska & Thailand

Serverless, Inc. © 2018

Join our newsletter and get the latest news about Serverless products and happenings. #noSpamWePromise