We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9298ba commit 0bfe010Copy full SHA for 0bfe010
articles/digital-twins/how-to-create-routes.md
@@ -52,7 +52,7 @@ A route definition can contain these elements:
52
* A filter that defines which events are sent to the endpoint
53
- To disable the route so that no events are sent, use a filter value of `false`
54
- To enable a route that has no specific filtering, use a filter value of `true`
55
- - For details on any other type of filter, see the following [Filter events](#filter-events) section
+ - For details on any other type of filter, see the [Filter events](#filter-events) section
56
57
If there's no route name, no messages are routed outside of Azure Digital Twins.
58
If there's a route name and the filter is `true`, all messages are routed to the endpoint.
0 commit comments