You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/service-bus-nodejs-how-to-use-queues.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Get started with Azure Service Bus queues (JavaScript)
3
3
description: This tutorial shows you how to send messages to and receive messages from Azure Service Bus queues using the JavaScript programming language.
4
4
author: spelluru
5
5
ms.author: spelluru
6
-
ms.date: 11/17/2022
6
+
ms.date: 12/08/2023
7
7
ms.topic: quickstart
8
8
ms.devlang: javascript
9
9
ms.custom: devx-track-js, mode-api
@@ -96,7 +96,8 @@ You must have signed in with the Azure CLI's `az login` in order for your local
96
96
1. Open your favorite editor, such as [Visual Studio Code](https://code.visualstudio.com/).
97
97
1. Create a file called `send.js` and paste the below code into it. This code sends the names of scientists as messages to your queue.
98
98
99
-
The passwordless credential is provided with the [**DefaultAzureCredential**](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential).
99
+
> [!IMPORTANT]
100
+
> The passwordless credential is provided with the [**DefaultAzureCredential**](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential).
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/service-bus-nodejs-how-to-use-topics-subscriptions.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Get started with Azure Service Bus topics (JavaScript)
3
3
description: This tutorial shows you how to send messages to Azure Service Bus topics and receive messages from topics' subscriptions using the JavaScript programming language.
4
4
author: spelluru
5
5
ms.author: spelluru
6
-
ms.date: 11/18/2022
6
+
ms.date: 12/08/2023
7
7
ms.topic: quickstart
8
8
ms.devlang: javascript
9
9
ms.custom: devx-track-js, mode-api
@@ -97,6 +97,9 @@ You must have signed in with the Azure CLI's `az login` in order for your local
97
97
1. Open your favorite editor, such as [Visual Studio Code](https://code.visualstudio.com/)
98
98
2. Create a file called `sendtotopic.js` and paste the below code into it. This code will send a message to your topic.
99
99
100
+
> [!IMPORTANT]
101
+
> The passwordless credential is provided with the [**DefaultAzureCredential**](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential).
0 commit comments