Follow
Series

Azure Functions

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.

Articles in this series

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

Apr 19, 20214 min read 560 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
Dependency Injection in Azure Functions
Using IHttpClientFactory in Azure Functions
Getting a user's Gravatar data using Azure Functions
Publishing SonarQube badges using Azure Functions
Unit testing Azure Functions