Skip to content

Commit 9f1cf27

Browse files
Merge pull request #223791 from vmagelo/patch-10
Propose removal of prereq that may not make sense.
2 parents 25fb317 + 5e7b893 commit 9f1cf27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ If you're new to the service, see [Service Bus overview](service-bus-messaging-o
3333

3434
- An Azure subscription. To complete this tutorial, you need an Azure account. You can activate your [MSDN subscriber benefits](https://azure.microsoft.com/pricing/member-offers/credit-for-visual-studio-subscribers/?WT.mc_id=A85619ABF) or sign-up for a [free account](https://azure.microsoft.com/free/?WT.mc_id=A85619ABF).
3535
- [Node.js LTS](https://nodejs.org/en/download/)
36-
- If you don't have a queue to work with, follow steps in the [Use Azure portal to create a Service Bus queue](service-bus-quickstart-portal.md) article to create a queue.
3736

3837
### [Passwordless](#tab/passwordless)
3938

@@ -53,7 +52,7 @@ Note down the following, which you'll use in the code below:
5352
---
5453

5554
> [!NOTE]
56-
> - This tutorial works with samples that you can copy and run using [Nodejs](https://nodejs.org/). For instructions on how to create a Node.js application, see [Create and deploy a Node.js application to an Azure Website](../app-service/quickstart-nodejs.md), or [Node.js cloud service using Windows PowerShell](../cloud-services/cloud-services-nodejs-develop-deploy-app.md).
55+
> This tutorial works with samples that you can copy and run using [Nodejs](https://nodejs.org/). For instructions on how to create a Node.js application, see [Create and deploy a Node.js application to an Azure Website](../app-service/quickstart-nodejs.md), or [Node.js cloud service using Windows PowerShell](../cloud-services/cloud-services-nodejs-develop-deploy-app.md).
5756
5857
[!INCLUDE [service-bus-create-namespace-portal](./includes/service-bus-create-namespace-portal.md)]
5958

0 commit comments

Comments
 (0)