Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 448 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 448 Bytes

funclite

Light weight Azure Functions Controller

Instructions
To run as site extension on kudu

  • Run 'npm install' from FuncLiteNodeServer
  • Build the solution using VS 2017.
  • Run BuildArtifact.ps1 to generate siteextensions.zip
  • Drag drop the zip file in home directory of your function app.

To run locally

  • Run 'npm install' from FuncLiteNodeServer
  • Build the solution from visual studio and run 'npm start'