Skip to content

coc-buml/azure-functions-typescript-template

Repository files navigation

Template for a new Azure Functions Typescript

Getting Started

git clone

git clone https://github.com/coc-buml/azure-functions-typescript-template.git <new-service-name>
cd <new-service-name> && rm -rf .git

use http trigger

  1. rename folder endpoint-name/
  2. rename "scriptFile": "../dist/endpoint-name/index.js" in endpoint-name/function.json

use new trigger

  1. run rm -rf endpoint-name

  2. run func-new

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published