-
Notifications
You must be signed in to change notification settings - Fork 21.7k
/
Copy pathindex.yml
166 lines (153 loc) · 6.71 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
### YamlMime:Landing
title: Azure Service Bus Messaging documentation
summary: Learn how to set up messaging that connects applications and services across on-premises and cloud environments. # < 160 chars
metadata:
title: Azure Service Bus Messaging documentation
description: Learn how to set up messaging that connects applications and services across on-premises and cloud environments.
ms.service: azure-service-bus
ms.topic: landing-page
author: spelluru
ms.author: spelluru
ms.date: 03/13/2025
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
landingContent:
# Cards and links should be based on top customer tasks or top subjects
# Start card title with a verb
# Card
- title: About Service Bus Messaging
linkLists:
- linkListType: overview
links:
- text: What is Service Bus Messaging?
url: service-bus-messaging-overview.md
- text: Use Service Bus with Java Message Service (JMS) 2.0
url: how-to-use-java-message-service-20.md
- linkListType: concept
links:
- text: Compare Azure queues and Service Bus queues
url: service-bus-azure-and-service-bus-queues-compared-contrasted.md
- text: Queues, topics, and subscriptions
url: service-bus-queues-topics-subscriptions.md
- text: Premium messaging
url: service-bus-premium-messaging.md
- linkListType: architecture
links:
- text: Reference architecture for queues and events
url: /azure/architecture/reference-architectures/enterprise-integration/queues-events
# Card
- title: Create a Service Bus queue
linkLists:
- linkListType: quickstart
links:
- text: Azure portal
url: service-bus-quickstart-portal.md
- text: Azure CLI
url: service-bus-quickstart-cli.md
- text: Azure PowerShell
url: service-bus-quickstart-powershell.md
- text: Azure Resource Manager template
url: service-bus-resource-manager-namespace-queue.md
- text: Bicep
url: service-bus-resource-manager-namespace-queue-bicep.md
# Card
- title: Create Service Bus topics and subscriptions
linkLists:
- linkListType: quickstart
links:
- text: Azure portal
url: service-bus-quickstart-topics-subscriptions-portal.md
- text: Azure Resource Manager template
url: service-bus-resource-manager-namespace-topic.md
# Card
- title: Send and receive messages - queues
linkLists:
- linkListType: quickstart
links:
- text: .NET
url: service-bus-dotnet-get-started-with-queues.md
- text: Java
url: service-bus-java-how-to-use-queues.md
- text: Spring
url: /azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-service-bus?toc=/azure/service-bus-messaging/toc.json
- text: Node.js
url: service-bus-nodejs-how-to-use-queues.md
- text: Python
url: service-bus-python-how-to-use-queues.md
# Card
- title: Publish and subscribe for messages - topics and subscriptions
linkLists:
- linkListType: quickstart
links:
- text: .NET
url: service-bus-dotnet-how-to-use-topics-subscriptions.md
- text: Java
url: service-bus-java-how-to-use-topics-subscriptions.md
- text: Spring
url: /azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-service-bus?toc=/azure/service-bus-messaging/toc.json
- text: Node.js
url: service-bus-nodejs-how-to-use-topics-subscriptions.md
- text: Python
url: service-bus-python-how-to-use-topics-subscriptions.md
# Card
- title: Tutorials
linkLists:
- linkListType: tutorial
links:
- text: Update inventory using topics and subscriptions
url: service-bus-tutorial-topics-subscriptions-portal.md
- text: Handle Service Bus events using Logic Apps and Functions
url: service-bus-to-event-grid-integration-example.md
# Card
- title: Learn modules
linkLists:
- linkListType: learn
links:
- text: Choose a messaging model in Azure to loosely connect your services
url: /training/modules/choose-a-messaging-model-in-azure-to-connect-your-services/
- text: Implement message-based communication workflows with Azure Service Bus
url: /training/modules/implement-message-workflows-with-service-bus/
- text: Discover Azure message queues
url: /training/modules/discover-azure-message-queue/
- text: Enable asynchronous messaging in Java apps by using JMS and Azure Service Bus
url: /training/modules/cloud-scale-messaging-with-jms-service-bus/
# Card
- title: Use JMS with Service Bus
linkLists:
- linkListType: how-to-guide
links:
- text: Use JMS 2.0 with Service Bus
url: how-to-use-java-message-service-20.md
- text: JMS 2.0 entities to use with Service Bus
url: java-message-service-20-entities.md
- text: JMS developer guide
url: jms-developer-guide.md
# Card
- title: Monitor and manage
linkLists:
- linkListType: how-to-guide
links:
- text: Use PowerShell to create entities
url: service-bus-manage-with-ps.md
- text: Monitor Service Bus using Azure Monitor
url: monitor-service-bus-reference.md
- text: Suspend and reactivate messaging entities
url: entity-suspend.md
- text: Use Azure Resource Manager templates
url: service-bus-resource-manager-overview.md
- text: Troubleshoot exceptions
url: service-bus-messaging-exceptions.md
# Card
- title: Secure
linkLists:
- linkListType: how-to-guide
links:
- text: Authentication and Authorization
url: service-bus-authentication-and-authorization.md
- text: Authenticate with Shared Access Signature
url: service-bus-sas.md
- text: Authenticate managed identities with Microsoft Entra ID
url: service-bus-managed-service-identity.md
- text: Authenticate an application with Microsoft Entra ID
url: authenticate-application.md
- text: Enforce minimum required Transport Layer Security (TLS) version
url: transport-layer-security-enforce-minimum-version.md