A simple command line-based Azure Function simulator/runner.
I made this because I wanted the IntelliSense and debugging experience that the Azure Functions Portal, as neat as it is, doesn't have.
This isn't a replacement for proper tooling from Microsoft that handles the other aspects of an Azure Functions project, it's just for rapid prototyping.
This is also written only around the "HttpTrigger" kind of Azure Function. Other kinds should be relatively simple to adapt.