Skip to content

Commit f1d6a90

Browse files
Merge pull request #223764 from vmagelo/patch-9
Remove .NET from Javascript article.
2 parents 0da5076 + e92ffd8 commit f1d6a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-nodejs-how-to-use-queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this tutorial, you complete the following steps:
2222
2. Create a Service Bus queue, using the Azure portal.
2323
3. Write a JavaScript application to use the [@azure/service-bus](https://www.npmjs.com/package/@azure/service-bus) package to:
2424
1. Send a set of messages to the queue.
25-
1. Write a .NET console application to receive those messages from the queue.
25+
1. Receive those messages from the queue.
2626

2727
> [!NOTE]
2828
> This quick start provides step-by-step instructions for a simple scenario of sending messages to a Service Bus queue and receiving them. You can find pre-built JavaScript and TypeScript samples for Azure Service Bus in the [Azure SDK for JavaScript repository on GitHub](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus/samples/v7).

0 commit comments

Comments
 (0)