/container-apps-grpc-dapr

Sample repository shows how to two services deployed to Azure Container Apps communicate synchronously over gRPC without using Dapr and then we will Daperize the two services and utilize the service-to-service invocation features coming with Dapr.

Primary LanguageC#MIT LicenseMIT

A code repository with a companion detailed post that covers how two services deployed to Azure Container Apps communicate synchronously over gRPC without using Dapr and then we will Daperize the two services and utilize the service-to-service invocation features coming with Dapr.

The scenarios I'll cover are the following:

  • Scenario 1: Invoke gRPC services deployed to Container Apps using GrpcClient. ACA-Tutorial-grpc-aca-plain

  • Scenario 2: Invoke gRPC services deployed to Container Apps via Dapr Sidecar using GrpcClient.
  • Scenario 3: Invoke gRPC services deployed to Container Apps via Dapr Sidecar using DaprClient SDK. ACA-Tutorial-grpc-aca-dapr