From 4c28dcbf6c48f28115102824e9c62e5040b1115e Mon Sep 17 00:00:00 2001 From: Roberto Rojas Date: Thu, 29 Jun 2023 14:43:14 -0400 Subject: [PATCH] Update daprdocs/content/en/reference/api/bindings_api.md Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: Roberto Rojas --- daprdocs/content/en/reference/api/bindings_api.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/api/bindings_api.md b/daprdocs/content/en/reference/api/bindings_api.md index f8de3afff..016240984 100644 --- a/daprdocs/content/en/reference/api/bindings_api.md +++ b/daprdocs/content/en/reference/api/bindings_api.md @@ -42,7 +42,10 @@ If running on kubernetes apply the component to your cluster. In some scenarios, it would be useful to provide additional information to Dapr to indicate the direction supported by the binding component. Providing the supported binding direction helps the Dapr sidecar avoid the `"wait for the app to become ready"` state, where it waits indefinitely for the application to become available. -The `direction` field can be specified as part of the component's metadata. The valid values for this field are: `"input"`, `"output"`, or `"input, output"` +You can specify the `direction` field as part of the component's metadata. The valid values for this field are: +- `"input"` +- `"output"` +- `"input, output"` Here a few scenarios when the `"direction"` metadata field could help: