Skip to content

Commit 1e58d3f

Browse files
committed
Learn Editor: Update service-bus-queues-topics-subscriptions.md
1 parent 13787a6 commit 1e58d3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/service-bus-messaging/service-bus-queues-topics-subscriptions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ The message-sending functionality of a queue maps directly to a topic and its me
7373
Creating a topic is similar to creating a queue, as described in the previous section. You can create topics and subscriptions using one of the following options:
7474

7575
- [Azure portal](service-bus-quickstart-topics-subscriptions-portal.md)
76-
- [PowerShell](service-bus-quickstart-powershell.md)
76+
- [PowerShell](/powershell/module/az.servicebus/new-azservicebustopic)
77+
7778
- [CLI](service-bus-tutorial-topics-subscriptions-cli.md)
7879
- [ARM templates](service-bus-resource-manager-namespace-topic.md).
7980

@@ -94,7 +95,7 @@ For a full working example, see the [TopicFilters sample](https://github.com/Azu
9495

9596
The following entities are accessible through the Java message service (JMS) 2.0 API.
9697

97-
* Temporary queues
98+
* Temporary queues
9899
* Temporary topics
99100
* Shared durable subscriptions
100101
* Unshared durable subscriptions

0 commit comments

Comments
 (0)