Skip to content

Commit 3a7fd54

Browse files
authored
Merge pull request #57772 from rloutlaw/rloutlaw/service-bus-node
link in javascript ref
2 parents 5f8b7e8 + 280d93e commit 3a7fd54

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

articles/service-bus-messaging/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@
188188
href: /dotnet/api/microsoft.azure.servicebus
189189
- name: Java
190190
href: /java/api/overview/azure/servicebus
191+
- name: Node.js
192+
href: /javascript/api/overview/azure/service-bus
191193
- name: Azure PowerShell
192194
href: /powershell/module/azurerm.servicebus
193195
- name: REST

articles/service-bus-messaging/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,6 @@ sections:
158158
- title: Command-Line
159159
html: <p><a href="/powershell/module/azurerm.servicebus/">Azure PowerShell</a></p><p><a href="/cli/azure/servicebus">Azure CLI</a></p>
160160
- title: Languages
161-
html: <p><a href="/dotnet/api/microsoft.servicebus.messaging">.NET Framework</a></p><p><a href="/dotnet/api/microsoft.azure.servicebus">.NET Standard</a></p><p><a href="/java/api/overview/azure/servicebus">Java</a></p>
161+
html: <p><a href="/dotnet/api/microsoft.servicebus.messaging">.NET Framework</a></p><p><a href="/dotnet/api/microsoft.azure.servicebus">.NET Standard</a></p><p><a href="/java/api/overview/azure/servicebus">Java</a></p><p><a href="/javascript/api/overview/azure/service-bus">Node.js</a></p>
162162
- title: REST
163163
html: <p><a href="/rest/api/servicebus/">REST API Reference</a></p>

articles/service-bus-messaging/service-bus-samples.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,15 @@ ms.author: spelluru
2121

2222
The Service Bus messaging samples demonstrate key features in [Service Bus messaging](https://azure.microsoft.com/services/service-bus/). Currently, you can find the samples in two places:
2323

24-
- [Service Bus messaging samples on GitHub](https://github.com/Azure/azure-service-bus/tree/master/samples/DotNet): a newer set of samples, hosted on GitHub. See the [readme file](https://github.com/Azure/azure-service-bus/blob/master/samples/DotNet/Microsoft.ServiceBus.Messaging/README.md) in the repo for descriptions of these .NET samples. The samples are continuously updated, so check back often for updates.
25-
- [MSDN samples page](https://code.msdn.microsoft.com/site/search?query=service%20bus&f%5B0%5D.Value=service%20bus&f%5B0%5D.Type=SearchText&ac=5): older samples that live in the MSDN code gallery. Although these samples still work, they are not maintained and may be outdated with respect to current recommended programming practices.
26-
24+
- [.NET and Java](https://github.com/Azure/azure-service-bus/tree/master/samples) . See the [.NET readme](https://github.com/Azure/azure-service-bus/blob/master/samples/DotNet/Microsoft.ServiceBus.Messaging/README.md) in the repo for descriptions of the .NET samples, and the [Java readme](https://github.com/Azure/azure-service-bus/tree/master/samples/Java) for the descriptions of the Java samples.
25+
- [Typescript](https://github.com/Azure/azure-service-bus-node/tree/master/examples)
26+
2727
## Service Bus Explorer
2828

2929
In addition, the [Service Bus Explorer](https://github.com/paolosalvatori/ServiceBusExplorer) is a sample hosted on GitHub that enables you to connect to a Service Bus service namespace and easily manage messaging entities. The tool provides advanced features such as import/export functionality, and the ability to test messaging entities and relay services. You can find the full Service Bus Explorer source and documentation on [GitHub](https://github.com/paolosalvatori/ServiceBusExplorer).
3030

3131
## Next steps
3232

33-
Sample locations are here:
34-
35-
- [GitHub samples](https://github.com/Azure/azure-service-bus/tree/master/samples)
36-
- [Service Bus Explorer](https://github.com/paolosalvatori/ServiceBusExplorer)
37-
3833
See the following topics for conceptual overviews of Service Bus.
3934

4035
* [Service Bus messaging overview](service-bus-messaging-overview.md)

0 commit comments

Comments
 (0)