Skip to content

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.

License

tjoudeh/container-apps-grpc-dapr

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks