Skip to content

V0.1.0

Pre-release
Pre-release

Choose a tag to compare

@arafato arafato released this 06 May 08:40
· 115 commits to master since this release

Initial Release of Funcy Azure - The Azure Functions Application Framework.
Install via npm install -g funcy-azure

Features

This initial release contains features that help with setting up, configuring and local testing of Azure Function Apps running on Node.js. Currently available commands are described below and are invoked via the following schemafuncy-azure <context> <action>. Type funcy-azure --help for further information.

Project Creation and Scaffolding

Use funcy-azure project create to create a new Function App. This command will set up all needed artifacts needed to deploy a Function App to Azure. Type funcy-azure project create --help to see available options.

Function Creation and Scaffolding

Use funcy-azure function create within your project folder to create a new function. It will set up all needed artifacts required for deployment and local testing of your function. Type funcy-azure project create --help to see available options.

Locally executing your Azure Function App

Use funcy-azure function run to locally run your function.