Developing Azure Functions locally

Azure Functions enable running tasks in the background and can work with a range of triggers. You start by creating a Function App and you can add multiple functions to that app. The functions can be in different languages. This post describes how to: Set up your local environment Add the required packages Add triggers …

Continue reading Developing Azure Functions locally