Unit testing Azure Functions
...and some SonarCloud code analysis!

Search for a command to run...

Series
This series will cover lots of practical and hard learned experiences developing Azure Functions. Read about how to design your microservice setup, how to implement the functions using triggers.
...and some SonarCloud code analysis!

We have started to use SonarQube, an awesome tool for static code analysis, and due to several reason we have to use the on-prem version and not the cloud version. Now that we use SonarQube we want maximum visibility of the metrics that SonarQube pr...

Getting a user's Gravatar data using Azure Functions Years back I created a Gravatar library for C# to use in some projects where I needed some basic user profile information. You can read more about that in an article I wrote about that subject. The...

Are you using HttpClient in your .net projects as well as Azure Functions as general .net projects? That is awesome, however, in this post I am going to talk about the IHttpClientFactory, what benefits you gain from using it, how to use it and why I ...

...and how to use HttpClient correctly!

How to receive Twilio webhooks using Azure Functions There are a few ways to develop Azure Functions. In this post we are going to use Visual Studio to develop the function, but we could also have choosen to use the Azure Portal. Since I don't like t...
