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
- rename folder
endpoint-name/
- rename
"scriptFile": "../dist/endpoint-name/index.js"
inendpoint-name/function.json
use new trigger
-
run
rm -rf endpoint-name
-
run
func-new