This post will walk through an implementation of the transactional outbox pattern using Azure Functions and Cosmos DB. The source code can be found at https://aka.ms/event-driven-architecture. A little bit about microservices In many distributed applications, it is typical for services to independently maintain their own datastore. This approach is used frequently in microservices and helps ...