Skip to content

Commit 74a8bd2

Browse files
committed
tweak middleware doc
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 90cf4cf commit 74a8bd2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

daprdocs/content/en/developing-applications/develop-components/develop-middleware.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ aliases:
99
- /concepts/middleware-concept/
1010
---
1111

12-
Dapr allows custom processing pipelines to be defined by chaining a series of middleware components. There are two places that you can use a middleware pipeline;
13-
14-
1) Building block APIs - HTTP middleware components are executed when invoking any Dapr HTTP APIs.
15-
2) Service-to-Service invocation - HTTP middleware components are applied to service-to-service invocation calls.
12+
Dapr allows custom processing pipelines to be defined by chaining a series of middleware components. In this guide, you'll learn how to create a middleware component. To learn how to configure an existing middleware component, see [Configure middleware components]({{< ref middleware.md >}})
1613

1714
## Writing a custom middleware
1815

0 commit comments

Comments
 (0)