Skip to content

danielscholl/azure-functions

Repository files navigation

Azure Functions

This repository contains basic Azure Functions.

Getting Started

These functions can be easily tested.

npm install
npm run test

These functions can be run locally on a windows computer

  1. Install Azure Functions Core Tools

npm i -g azure-functions-core-tools

  1. func run <function_name>

func run guidTemplate

These functions can be easily packed up to remove the node_modules dependency

  1. Install Azure Functions Pack

npm i -g azure-functions-pack

  1. Package up the module dependencies

funcpack pack ./

About

Simple Azure Functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published