👩💻 Join our community of thousands of amazing developers!
Table of Contents: TL;DR Introduction to Outbox Pattern Implementation of the Outbox Pattern Introduction to DotNetCore.CAP Example Adding Aspire Provision Infrastructure Configure for Local Development Demo Locally Azure Outbox Tables Cleanup Conclusion References TL;DR This post provides an example of the Outbox pattern implementation using Aspire, DotNetCore.CAP, Azure Service Bus, Azure SQL, Bicep, and azd. Source code: https://github.com/NikiforovAll/cap-aspire Introduction ...