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-typescript-how-to-use-queues.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ You must have signed in with the Azure CLI's `az login` in order for your local
103
103
> [!IMPORTANT]
104
104
> The passwordless credential is provided with the [**DefaultAzureCredential**](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential).
3. Replace `<SERVICE-BUS-NAMESPACE>` with your Service Bus namespace.
109
109
4. Replace `<QUEUE NAME>` with the name of the queue.
@@ -124,7 +124,7 @@ You must have signed in with the Azure CLI's `az login` in order for your local
124
124
1. Open your favorite editor, such as [Visual Studio Code](https://code.visualstudio.com/).
125
125
1. In the `src` folder, create a file called `src/send.ts` and paste the below code into it. This code sends the names of scientists as messages to your queue.
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/service-bus-typescript-how-to-use-topics-subscriptions.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ You must have signed in with the Azure CLI's `az login` in order for your local
105
105
> [!IMPORTANT]
106
106
> 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