Skip to content

Commit a9553e2

Browse files
committed
better
1 parent 88bad33 commit a9553e2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

articles/service-bus-messaging/topic-filters.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ Partitioning uses filters to distribute messages across several existing topic s
4949
Routing uses filters to distribute messages across topic subscriptions in a predictable fashion, but not necessarily exclusive. In conjunction with the [auto forwarding](service-bus-auto-forwarding.md) feature, topic filters can be used to create complex routing graphs within a Service Bus namespace for message distribution within an Azure region. With Azure Functions or Azure Logic Apps acting as a bridge between Azure Service Bus namespaces, you can create complex global topologies with direct integration into line-of-business applications.
5050

5151

52-
## Samples
5352
> [!NOTE]
5453
> Currently the Azure portal doesn't let you specify filter rules for subscriptions. You can use any of the supported SDKs or Azure Resource Manager templates to define subscription rules.
5554
55+
## Next steps
5656
See the following samples:
5757

5858
- [.NET - Basic send and receive tutorial with filters](https://github.com/Azure/azure-service-bus/tree/master/samples/DotNet/GettingStarted/BasicSendReceiveTutorialwithFilters/BasicSendReceiveTutorialWithFilters)
@@ -62,11 +62,3 @@ See the following samples:
6262
- [Azure Resource Manager template](https://docs.microsoft.com/azure/templates/microsoft.servicebus/2017-04-01/namespaces/topics/subscriptions/rules)
6363

6464

65-
66-
## Next steps
67-
68-
To learn more about Service Bus messaging, see the following topics:
69-
70-
* [Service Bus queues, topics, and subscriptions](service-bus-queues-topics-subscriptions.md)
71-
* [SQLFilter syntax](service-bus-messaging-sql-filter.md)
72-
* [How to use Service Bus topics and subscriptions](service-bus-dotnet-how-to-use-topics-subscriptions.md)

0 commit comments

Comments
 (0)