Showing posts with label Azure Functions local development. Show all posts
Showing posts with label Azure Functions local development. Show all posts

Friday, May 1, 2020

Azure Functions Core Tools

If you are going to work with Azure Functions , Azure Functions Core Tools is a must have tool set to be installed.

to install with NPM

npm i -g azure-functions-core-tools@3 --unsafe-perm true


Read more information here.

Cheers,
Samitha