Creating Trip Data With Azure Functions and Cosmos DB

In my previous post I reviewed the bindings that are setup for an Azure function that handles POST requests for the trip logger service. For this post I will be reviewing the simple code that translates the posted data to a trip entry to be saved in Cosmos DB. The initial setup only contains one …

Exploring Azure Functions

Awhile ago I was asked to write some demo service code. Two of the suggested technologies were Azure Functions and Azure Cosmos DB. The experience prompted me to finally setup a blog and commit to exploring technologies that interest me. So my plan is to start exploring Azure Functions using a demo project that I …