skip to content
Alvin Lucillo

Create Azure function locally

/ 1 min read

The shorthand for creating function yesterday is func new --template "Timer trigger" --name func1. The additional arguments are the same prompts when you only enter func new.