Nick's Cloud

Nick's Cloud

Follow
Follow
homeAzure Functionsbadgesnewsletter
Tag

Azure

#azure

More content

Read more stories on Hashnode


Articles with this tag

Getting a user's Gravatar data using Azure Functions

Apr 23, 20215 min read359 views

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...

Getting a user's Gravatar data using Azure Functions

Using IHttpClientFactory in Azure Functions

Apr 22, 20215 min read14.3K views

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...

Using IHttpClientFactory in Azure Functions

Dependency Injection in Azure Functions

Apr 21, 20213 min read1.8K views

...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...

Dependency Injection in Azure Functions

Use Azure Functions to Receive Twilio Webhooks and persist in Blob Storage

Apr 19, 20214 min read640 views

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...

Use Azure Functions to Receive Twilio Webhooks and persist in Blob Storage