h2
Invoking Dapr Services in Azure Container Apps using gRPC – Part 2
h2
Invoking Dapr Services in Azure Container Apps using gRPC
h2
gRPC Communication In Azure Container Apps – Part 1
h2
Azure Container Apps Volume Mounts using Azure Files – Part 12
h2
Deploy Meilisearch into Azure Container Apps
h2
Monitor Microservices App using Azure Managed Grafana
h2
Azure Container Apps Auto Scaling with KEDA – Part 11
h2
Use Bicep to Deploy Dapr Microservices Apps to Azure Container Apps – Part 10
h2
Continuous Deployment for Azure Container Apps using GitHub Actions – Part 9
h2
Azure Container Apps Monitoring and Observability with Application Insights – Part 8
h2
Azure Container Apps with Dapr Bindings Building Block – Part 7
h3
Update gRPC Client API to use DaprClient SDK
h3
Deploy changes to Azure Container Apps
h3
Follow me on Twitter @tjoudeh
h3
Scenario 2: Invoke gRPC services via Dapr Sidecar using GrpcClient (Dapr enabled)
h3
Update gRPC Client API
h3
Enable Dapr and test the gRPC server and client locally
h3
Enable Dapr on the gRPC Server and Client then deploy updated to Azure Container Apps
h3
Scenario 3: Invoke gRPC services via Dapr Sidecar using DaprClient SDK (Dapr enabled)
h3
Create a new gRPC service inheriting from ‘AppCallback.AppCallbackBase’
h4
Step 1: Create a new gRPC service
h4
Step 2: Add “ExpenseServiceAppCallBack” gRPC service to the routes pipeline
h4
Step 1: Enable Dapr on the gRPC Server Azure Container App
h4
Step 2: Update gRPC client API and create a new Azure Container App Revision
h4
Step 3: Enable Dapr on the gRPC Client API Azure Container App
h4
Note on distributed tracing of Dapr Services:
h4
Step 1: Update ‘GrpcClient’ Address Configuration
h4
Step 2: Inject Metadata headers upon invoking gRPC methods
h4
The source code for this tutorial is available on GitHub.
h4
The source code for this tutorial is available on GitHub.
h4
Step 1: Install DaprClient SDK into gRPC Client API
h4
Step 2: Use DaprClient for methods invocations
h4
Step 3: Test the gRPC client using DaprClient SDK locally