Latest Articles
Azure Functions with Entity Framework - Part 1
In this post we'll walk through loading Entity Framework into an Azure function, Saving data to our database....
Azure Functions with SQL
Getting an Azure function to do something like write to a database is kind of handy and it's...
Azure Functions Routing
With azure functions we can customise the end point that our Azure function will respond to. By default the HTTP...
Azure Functions HTTP Triggers
Azure Functions HTTP triggers give us the ability to extend our applications in many ways. We can use them as...
Azure Functions - Service Bus Queue Trigger
Azure functions allow have a service bus queue trigger, which will execute the code in the function each time a...
Azure Functions Nuget Packages and the dot Net Framework
Using Nuget and the .NET Framework in our Azure Functions is easy and straight forward. We can give our Azure...