December 2019
Beginner to intermediate
770 pages
16h 14m
English
To test your function locally, you need to install the Azure Functions Core Tools. This can be installed using the following command on the Command Prompt (or from the Visual Studio Code Terminal):
npm i -g azure-functions-core-tools --unsafe-perm true
To use npm with Visual Studio Code, you need to have Node.js installed on your machine. You can install it from https://nodejs.org/en/.
When you run the npm command, some packages will be downloaded and installed on your local machine:

After installing the tools, you need to restart Visual Studio Code in order for this to take effect.
To start testing your ...
Read now
Unlock full access