diff --git a/daprdocs/content/en/developing-applications/building-blocks/service-invocation/howto-invoke-services-grpc.md b/daprdocs/content/en/developing-applications/building-blocks/service-invocation/howto-invoke-services-grpc.md index 8639791a7..d4f810aa5 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/service-invocation/howto-invoke-services-grpc.md +++ b/daprdocs/content/en/developing-applications/building-blocks/service-invocation/howto-invoke-services-grpc.md @@ -90,7 +90,7 @@ spec: Run the sidecar and the Go server: ```bash -dapr run --app-id server --app-protocol grpc --app-port 50051 --config config.yaml -- go run main.go +dapr run --app-id server --app-port 50051 --config config.yaml -- go run main.go ``` Using the Dapr CLI, we're assigning a unique id to the app, `server`, using the `--app-id` flag. diff --git a/daprdocs/static/docs/open-telemetry-collector/open-telemetry-collector-appinsights.yaml b/daprdocs/static/docs/open-telemetry-collector/open-telemetry-collector-appinsights.yaml index aa760183b..2b606b203 100644 --- a/daprdocs/static/docs/open-telemetry-collector/open-telemetry-collector-appinsights.yaml +++ b/daprdocs/static/docs/open-telemetry-collector/open-telemetry-collector-appinsights.yaml @@ -71,7 +71,7 @@ spec: spec: containers: - name: otel-collector - image: otel/opentelemetry-collector-contrib-dev:latest + image: otel/opentelemetry-collector-contrib:0.40.0 command: - "/otelcontribcol" - "--config=/conf/otel-collector-config.yaml"