A six-part adventure through the Distributed Application Runtime — from Service Bus to container debugging.
Adventures in Dapr
Adventures in Dapr: Episode 0 - Introduction
Explore Dapr's role in simplifying cloud migration using Azure services, based on the Dapr Traffic Control sample app.
Adventures in Dapr: Episode 1 - Azure Service Bus
Explore Dapr for migrating workloads to cloud services. Learn to enable PaaS Pub-Sub with Azure Service Bus using the Dapr Traffic Control sample app.
Adventures in Dapr: Episode 2 - Azure Key Vault
Explore DAPR's role in migrating workloads to cloud services, focusing on integrating Azure Key Vault for secrets management.
Adventures in Dapr: Episode 3 - Azure Storage Queues
If you're interested in the Distributed Application Runtime (Dapr) and how it can simplify migrating existing workloads to use cloud platform services, then this series might be for you. In this post, we continue modifying the excellent Dapr Traffic Control sample application by swapping the MQTT-based messaging with Azure Storage Queues. We will also look at how you can use the Dapr programming model as an alternative to cloud-provider SDKs.
Adventures in Dapr: Episode 4 - Containerising with Visual Studio
Explore Dapr for cloud migration & simplify containerized dev inner-loop using Visual Studio with the Dapr Traffic Control sample application.
Adventures in Dapr: Episode 5 - Debugging Containers with Visual Studio
Explore Dapr for cloud migration & use Visual Studio container tools to debug containerized services.