In the previous post, I covered how to deploy a gRPC service to Azure Container App, and how to create a simple minimal Web API deployed to Azure Container Apps which acts as a gRPC client consuming the gRPC Service, In this post, I’ll cover the 2 reaming scenarios which I’ll enable Dapr on the […]
gRPC Communication In Azure Container Apps – Part 1
In the previous post, we have seen how two Azure Container Apps can communicate with each other synchronously without and with Dapr using service-to-service invocation and services discovery using HTTP protocol. In this post, I will cover how 2 services deployed to Azure Container Apps communicate synchronously over gRPC without using Dapr and then we […]
Use Bicep to Deploy Dapr Microservices Apps to Azure Container Apps – Part 10
This is the tenth part of Building Microservice Applications with Azure Container Apps and Dapr. The topics we’ll cover are: Tutorial for building Microservice Applications with Azure Container Apps and Dapr – Part 1 Deploy backend API Microservice to Azure Container Apps – Part 2 Communication between Microservices in Azure Container Apps – Part 3 […]
Continuous Deployment for Azure Container Apps using GitHub Actions – Part 9
This is the ninth part of Building Microservice Applications with Azure Container Apps and Dapr. The topics we’ll cover are: Tutorial for building Microservice Applications with Azure Container Apps and Dapr – Part 1 Deploy backend API Microservice to Azure Container Apps – Part 2 Communication between Microservices in Azure Container Apps – Part 3 […]
Azure Container Apps Monitoring and Observability with Application Insights – Part 8
This is the eighth part of Building Microservice Applications with Azure Container Apps and Dapr. The topics we’ll cover are: Tutorial for building Microservice Applications with Azure Container Apps and Dapr – Part 1 Deploy backend API Microservice to Azure Container Apps – Part 2 Communication between Microservices in Azure Container Apps – Part 3 […]
Azure Container Apps with Dapr Bindings Building Block – Part 7
This is the seventh part of Building Microservice Applications with Azure Container Apps and Dapr. The topics we’ll cover are: Tutorial for building Microservice Applications with Azure Container Apps and Dapr – Part 1 Deploy backend API Microservice to Azure Container Apps – Part 2 Communication between Microservices in Azure Container Apps – Part 3 […]
Azure Container Apps Async Communication with Dapr Pub/Sub API – Part 6
This is the sixth part of Building Microservice Applications with Azure Container Apps and Dapr. The topics we’ll cover are: Tutorial for building Microservice Applications with Azure Container Apps and Dapr – Part 1 Deploy backend API Microservice to Azure Container Apps – Part 2 Communication between Microservices in Azure Container Apps – Part 3 […]
Azure Container Apps State Store With Dapr State Management API – Part 5
This is the fifth part of Building Microservice Applications with Azure Container Apps and Dapr. The topics we’ll cover are: Tutorial for building Microservice Applications with Azure Container Apps and Dapr – Part 1 Deploy backend API Microservice to Azure Container Apps – Part 2 Communication between Microservices in Azure Container Apps – Part 3 […]
Dapr Integration with Azure Container Apps – Part 4
This is the fourth part of Building Microservice Applications with Azure Container Apps and Dapr. The topics we’ll cover are: Tutorial for building Microservice Applications with Azure Container Apps and Dapr – Part 1 Deploy backend API Microservice to Azure Container Apps – Part 2 Communication between Microservices in Azure Container Apps – Part 3 […]
Communication between Microservices in Azure Container Apps – Part 3
This is the third part of Building Microservice Applications with Azure Container Apps and Dapr. The topics we’ll cover are: Tutorial for building Microservice Applications with Azure Container Apps and Dapr – Part 1 Deploy backend API Microservice to Azure Container Apps – Part 2 Communication between Microservices in Azure Container Apps – (This Post) […]