Skip to content

Commit d6d51ba

Browse files
committed
clarify app namespace
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 3cc3f37 commit d6d51ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

daprdocs/content/en/developing-applications/building-blocks/service-invocation/howto-invoke-discover-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,9 @@ dapr invoke --app-id checkout --method checkout/100
405405

406406
### Namespaces
407407

408-
When running on [namespace supported platforms]({{< ref "service_invocation_api.md#namespace-supported-platforms" >}}), you include the namespace of the target app in the app ID: `checkout.production`
408+
When running on [namespace supported platforms]({{< ref "service_invocation_api.md#namespace-supported-platforms" >}}), you include the namespace of the target app in the app ID. For example, following the `<app>.<namespace>` format, use `checkout.production`.
409409

410-
For example, invoking the example service with a namespace would look like:
410+
Using this example, invoking the service with a namespace would look like:
411411

412412
```bash
413413
curl http://localhost:3602/v1.0/invoke/checkout.production/method/checkout/100 -X POST

0 commit comments

Comments
 (0)