Csharp Posts
How to use Azure Management APIs in C# with Azure.Identity
Azure offers a wide range of management APIs to automate a range of actions that can be performed in the Azure portal. These include things like stopping…
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…
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…