Skip to content

Commit c0e0d1f

Browse files
Merge pull request #285626 from jaganth/docs-editor/service-bus-queues-topics-subs-1724782230
Update service-bus-queues-topics-subscriptions.md
2 parents efb1cd5 + 6232ff4 commit c0e0d1f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 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,12 +95,12 @@ 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 topics
99-
* Shared durable subscriptions
100-
* Unshared durable subscriptions
101-
* Shared non-durable subscriptions
102-
* Unshared non-durable subscriptions
98+
* Temporary queues
99+
* Temporary topics
100+
* Shared durable subscriptions
101+
* Unshared durable subscriptions
102+
* Shared non-durable subscriptions
103+
* Unshared non-durable subscriptions
103104

104105
Learn more about the [JMS 2.0 entities](java-message-service-20-entities.md) and about how to [use them](how-to-use-java-message-service-20.md).
105106

0 commit comments

Comments
 (0)