Azure Functions Sample Codes
Install Azure Functions Core Tools
npm install -g azure-functions-core-tools@3 --unsafe-perm true
npm install -g azure-functions-core-tools@4 --unsafe-perm true
Suport Azure Functions Core Tool Version Manager (funcvm)
https://github.com/anthonychu/funcvm
npm install -g @anthonychu/funcvm
funcvm use 4