LLL.DurableTask.Server.Grpc.Client Durable Task storage implementation using server GRPC endpoints. Supports same features as the storage configured in the server. Configuration services.AddDurableTaskServerGrpcStorage(options => { options.BaseAddress = new Uri("YOUR_SERVER_ADDRESS"); });