Azure Functions V2

Azure functions have moved forward a huge amount since V1 in this post we go over some of the new changes to creating functions in V2. This is the first part in a new updated series where I will update…

Going Serverless

Over the last few years as technology has improved and the cloud providers built out more and more infrastructure, serverless began to grow. Serverless doesn't mean there is no server. What serverless means is that you don'…

Azure Timer Functions

A quick getting started guide for Azure Timer functions. Timer triggers give us alot more options to automate things. With Azure timer functions we don't have to take care of the timer Azure handles that. We can focus…

Azure Functions Routes and Proxies

Azure Function Proxies allow you to create a single unifed API surface for your Azure functions. The Microsoft Azure stack allows you to use different technologies so you can use the right tool for the job. Azure functions can also…