Showing Posts From
Azure service bus
-
Ahmed Muhi - 28 Aug, 2025
Dapr for Beginners: Running Dapr Pub/Sub Apps on Azure Container Apps
Learn how to run a Dapr publish/subscribe microservices application on Azure Container Apps. Build and push Order and Inventory service images to Azure Container Registry, deploy them with Dapr enabled, connect Dapr pub/sub to Azure Service Bus, and use an Azure-backed state store for inventory data.
-
Ahmed Muhi - 16 Apr, 2023
Publisher/Subscriber Pattern in Azure: Decoupling Services with Events
Learn how the Publisher/Subscriber pattern reduces coupling between services, when to use it, how it works, and how to choose between Azure Service Bus, Event Grid, and Event Hubs.