#functions
Read more stories on Hashnode
Articles with this tag
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...
...and how to use HttpClient correctly! · A common scenario when using Azure Functions is to be able to do HTTP request. The HttpClient is the preferred...
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...