How can i use package management in NodeJS Azure Functions?
You can include your package.json
in you function directory and run npm install
as you normally would with Node.js projects using Kudu or the Console in the Azure portal.
More information can be found here: https://docs.microsoft.com/en-us/azure/azure-functions/functions-reference-node?tabs=v2#dependency-management