Azure Functions Posts
Festive Tech Calender - Building a Festive Poll with SignalR
This year for the Festive Tech Calender I have created a christmas themed poll sample that is updated in real time using serverless SignalR, Azure functions…
Reading Google Calendar Events in an Azure Function
I recently had the need to look at how to read Google Calendar events from inside an Azure function, however it's not been as straight forward as I initially…
Templating HTML Emails in Azure Functions
Sending emails in Azure Functions is relatively straightforward using the SendGrid output binding. There is even a visual studio SendGrid template connecting…
Getting Started with Serverless SignalR and Azure Functions
SignalR is a technology that allows for real-time communication between a server and a client. In this post we will look at how to get started with SignalR…