File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
articles/service-bus-messaging Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ Use the [`az servicebus topic subscription rule create`](/cli/azure/servicebus/t
24
24
25
25
Use the [ ` Set-AzServiceBusRule ` ] ( /powershell/module/az.servicebus/set-azservicebusrule ) to create a rule or filter on a subscription.
26
26
27
+ > [ !NOTE]
28
+ > A subscription rule consists of filters and actions. You can specify actions using CLI and PowerShell, but not using the Azure portal.
27
29
28
30
29
31
## Filter on system properties
@@ -127,7 +129,7 @@ Here's a .NET C# example that creates the following Service Bus entities:
127
129
- Subscription named ` ColorRed ` with a SQL filter expression ` color='red' ` and an action
128
130
- Subscription named ` HighPriorityRedOrders ` with a correlation filter expression ` Subject = "red", CorrelationId = "high" `
129
131
130
- See the inline code comments for more details .
132
+ For more information, see the inline code comments.
131
133
132
134
``` csharp
133
135
namespace CreateTopicsAndSubscriptionsWithFilters
@@ -381,7 +383,7 @@ See the following samples:
381
383
- [ Azure Resource Manager template] ( /azure/templates/microsoft.servicebus/2017-04-01/namespaces/topics/subscriptions/rules )
382
384
383
385
384
- Try the samples in the language of your choice to explore Azure Service Bus features .
386
+ To explore Azure Service Bus features, try the samples in the language of your choice.
385
387
386
388
- [ Azure Service Bus client library samples for .NET (latest)] ( /samples/azure/azure-sdk-for-net/azuremessagingservicebus-samples/ )
387
389
- [ Azure Service Bus client library samples for Java (latest)] ( /samples/azure/azure-sdk-for-java/servicebus-samples/ )
You can’t perform that action at this time.
0 commit comments