Skip to content

Commit 1e348f0

Browse files
committed
Can't set actions in the portal
1 parent 3f2e774 commit 1e348f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/service-bus-messaging/service-bus-filter-examples.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Use the [`az servicebus topic subscription rule create`](/cli/azure/servicebus/t
2424

2525
Use the [`Set-AzServiceBusRule`](/powershell/module/az.servicebus/set-azservicebusrule) to create a rule or filter on a subscription.
2626

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.
2729
2830

2931
## Filter on system properties
@@ -127,7 +129,7 @@ Here's a .NET C# example that creates the following Service Bus entities:
127129
- Subscription named `ColorRed` with a SQL filter expression `color='red'` and an action
128130
- Subscription named `HighPriorityRedOrders` with a correlation filter expression `Subject = "red", CorrelationId = "high"`
129131

130-
See the inline code comments for more details.
132+
For more information, see the inline code comments.
131133

132134
```csharp
133135
namespace CreateTopicsAndSubscriptionsWithFilters
@@ -381,7 +383,7 @@ See the following samples:
381383
- [Azure Resource Manager template](/azure/templates/microsoft.servicebus/2017-04-01/namespaces/topics/subscriptions/rules)
382384

383385

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.
385387

386388
- [Azure Service Bus client library samples for .NET (latest)](/samples/azure/azure-sdk-for-net/azuremessagingservicebus-samples/)
387389
- [Azure Service Bus client library samples for Java (latest)](/samples/azure/azure-sdk-for-java/servicebus-samples/)

0 commit comments

Comments
 (0)