Deploying Azure Functions with Visual Studio Code

This is part 2 of my quest to explore Azure Functions for self-education in functions-as-a-service.  The goal of this post is to use VS Code to deploy, test, and edit a simple Azure Function. Part 1 was a first step toward understanding and using Azure Functions.  We created a Function App, added a function to it…

Continue Reading