Skip to content

Commit b8cbf98

Browse files
committed
updated the Service Bus landing page
1 parent a034ea4 commit b8cbf98

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

articles/service-bus-messaging/index.yml

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
ms.collection: collection
1414
author: spelluru #Required; your GitHub user alias, with correct capitalization.
1515
ms.author: spelluru #Required; microsoft alias of author; optional team alias.
16-
ms.date: 01/11/2022 #Required; mm/dd/yyyy format.
16+
ms.date: 01/13/2023 #Required; mm/dd/yyyy format.
1717

1818
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
1919

@@ -27,6 +27,8 @@ landingContent:
2727
links:
2828
- text: What is Service Bus Messaging?
2929
url: service-bus-messaging-overview.md
30+
- text: Use Service Bus with JMS 2.0
31+
url: how-to-use-java-message-service-20.md
3032
- linkListType: concept
3133
links:
3234
- text: Compare Azure messaging services
@@ -35,6 +37,8 @@ landingContent:
3537
url: service-bus-azure-and-service-bus-queues-compared-contrasted.md
3638
- text: Queues, topics, and subscriptions
3739
url: service-bus-queues-topics-subscriptions.md
40+
- text: Premium messaging
41+
url: service-bus-premium-messaging.md
3842
- linkListType: architecture
3943
links:
4044
- text: Reference architecture for queues and events
@@ -53,6 +57,8 @@ landingContent:
5357
url: service-bus-quickstart-powershell.md
5458
- text: Azure Resource Manager template
5559
url: service-bus-resource-manager-namespace-queue.md
60+
- text: Bicep
61+
url: service-bus-resource-manager-namespace-queue-bicep.md
5662

5763
# Card
5864
- title: Create Service Bus topics and subscriptions
@@ -82,7 +88,7 @@ landingContent:
8288
- text: PHP
8389
url: service-bus-php-how-to-use-queues.md
8490
# Card
85-
- title: Publish and subscribe for messages
91+
- title: Publish and subscribe for messages - topics and subscriptions
8692
linkLists:
8793
- linkListType: quickstart
8894
links:
@@ -99,6 +105,16 @@ landingContent:
99105
- text: PHP
100106
url: service-bus-php-how-to-use-topics-subscriptions.md
101107

108+
# Card
109+
- title: Tutorials
110+
linkLists:
111+
- linkListType: tutorial
112+
links:
113+
- text: Update inventory using topics and subscriptions
114+
url: service-bus-tutorial-topics-subscriptions-portal.md
115+
- text: Handle Service Bus events using Logic Apps and Functions
116+
url: service-bus-to-event-grid-integration-example.md
117+
102118
# Card
103119
- title: Learn modules
104120
linkLists:
@@ -113,6 +129,19 @@ landingContent:
113129
- text: Enable asynchronous messaging in Java apps by using JMS and Azure Service Bus
114130
url: /training/modules/cloud-scale-messaging-with-jms-service-bus/
115131

132+
# Card
133+
- title: Use JMS with Service Bus
134+
linkLists:
135+
- linkListType: how-to-guide
136+
links:
137+
- text: Use JMS 2.0 with Service Bus
138+
url: how-to-use-java-message-service-20.md
139+
- text: JMS 2.0 entities to use with Service Bus
140+
url: java-message-service-20-entities.md
141+
- text: JMS developer guide
142+
url: jms-developer-guide.md
143+
144+
116145
# Card
117146
- title: Monitor and manage
118147
linkLists:

0 commit comments

Comments
 (0)