Skip to content

Commit f3145f7

Browse files
committed
one more fix
1 parent 7174731 commit f3145f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-bus-messaging/enable-auto-forward.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ az servicebus topic subscription create \
6868
To **update the auto forward setting for a subscription to a topic**, use the [`az servicebus topic subscription update`](/cli/azure/servicebus/topic/subscription#az-servicebus-topic-subscription-update) command with `--forward-to` set to the name of queue or topic to which you want the messages to be forwarded.
6969

7070
```azurecli-interactive
71-
az servicebus topic subscription create \
71+
az servicebus topic subscription update \
7272
--resource-group myresourcegroup \
7373
--namespace-name mynamespace \
7474
--topic-name mytopic \
@@ -281,7 +281,7 @@ Try the samples in the language of your choice to explore Azure Service Bus feat
281281
- [Azure Service Bus client library samples for JavaScript](/samples/azure/azure-sdk-for-js/service-bus-javascript/)
282282
- [Azure Service Bus client library samples for TypeScript](/samples/azure/azure-sdk-for-js/service-bus-typescript/)
283283

284-
Find samples for the older .NET and Java client libraries below:
284+
Find samples for the older .NET and Java client libraries:
285285
- [Azure Service Bus client library samples for .NET (legacy)](https://github.com/Azure/azure-service-bus/tree/master/samples/DotNet/Microsoft.Azure.ServiceBus/)
286286
- [Azure Service Bus client library samples for Java (legacy)](https://github.com/Azure/azure-service-bus/tree/master/samples/Java/azure-servicebus)
287287

0 commit comments

Comments
 (0)