Deploying Azure Functions with Visual Studio Code
-
My previous post was a first step toward understanding and using Azure Functions. We created a Function App, added a function to it using the Azure portal, and made some simple tweaks. In this post, it’s time to take the next step. Keep in mind as a beginner I’ll be documenting both successes and failures throughout this post, so you may want to read it completely before following all steps in order. Hopefully this helps someone avoid making the same mistakes.
In an effort to make the Azure function deployment process more automated and learn some code at the same time, here we go.
Get the full story here.