In my previous post I setup a simple Azure function to update data in Cosmos DB. This post will review the simple code to retrieve trip entries by id using an Azure function. The next version of the project adds another Azure function for handling GET requests with the tripId on the end of the …
Continue reading “Retrieving Trip Data With Azure Functions and Cosmos DB”