Skip to content

Commit 88bad33

Browse files
committed
added links to samples
1 parent ebdff20 commit 88bad33

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

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

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@ title: Azure Service Bus topic filters | Microsoft Docs
33
description: This article explains how subscribers can define which messages they want to receive from a topic by specifying filters.
44
services: service-bus-messaging
55
documentationcenter: ''
6-
author: clemensv
7-
manager: timlt
6+
author: spelluru
87
editor: ''
98

109
ms.service: service-bus-messaging
1110
ms.workload: na
1211
ms.tgt_pltfrm: na
1312
ms.devlang: na
14-
ms.topic: article
15-
ms.date: 01/27/2020
13+
ms.topic: conceptual
14+
ms.date: 04/16/2020
1615
ms.author: spelluru
1716

1817
---
@@ -49,6 +48,21 @@ Partitioning uses filters to distribute messages across several existing topic s
4948

5049
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.
5150

51+
52+
## Samples
53+
> [!NOTE]
54+
> 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.
55+
56+
See the following samples:
57+
58+
- [.NET - Basic send and receive tutorial with filters](https://github.com/Azure/azure-service-bus/tree/master/samples/DotNet/GettingStarted/BasicSendReceiveTutorialwithFilters/BasicSendReceiveTutorialWithFilters)
59+
- [.NET - Topic filters](https://github.com/Azure/azure-service-bus/tree/master/samples/DotNet/Microsoft.Azure.ServiceBus/TopicFilters)
60+
- [JavaScript](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/servicebus/service-bus/samples/javascript/advanced/topicFilters.js)
61+
- [Type script](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/servicebus/service-bus/samples/typescript/src/advanced/topicFilters.ts)
62+
- [Azure Resource Manager template](https://docs.microsoft.com/azure/templates/microsoft.servicebus/2017-04-01/namespaces/topics/subscriptions/rules)
63+
64+
65+
5266
## Next steps
5367

5468
To learn more about Service Bus messaging, see the following topics:

0 commit comments

Comments
 (0)