azure function tool quick start
func init MyFunctionProj
cd MyFunctionProj
func new
- func new --template "Queue Trigger" --name QueueTriggerJS
- func new --template "Http Trigger" --name MyHttpTrigger
func host start
func azure functionapp publish
Comments