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/includes/service-bus-create-namespace-portal.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ To create a namespace:
19
19
2. Navigate to the [**All services** page](https://portal.azure.com/#allservices/category/All).
20
20
3. On the left navigation bar, select **Integration** from the list of categories, hover the mouse over **Service Bus**, and then select **+** button on the Service Bus tile.
21
21
22
-
:::image type="content" source="./media/service-bus-create-namespace-portal/create-resource-service-bus-menu.png" alt-text="Image showing selection of Create a resource, Integration, and then Service Bus in the menu.":::
22
+
:::image type="content" source="./media/service-bus-create-namespace-portal/create-resource-service-bus-menu.png" alt-text="Image showing selection of Create a resource, Integration, and then Service Bus in the menu." lightbox="./media/service-bus-create-namespace-portal/create-resource-service-bus-menu.png":::
23
23
4. In the **Basics** tag of the **Create namespace** page, follow these steps:
24
24
1. For **Subscription**, choose an Azure subscription in which to create the namespace.
25
25
1. For **Resource group**, choose an existing resource group in which the namespace will live, or create a new one.
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/service-bus-typescript-how-to-use-queues.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Note down the following, which you'll use in the code below:
54
54
---
55
55
56
56
> [!NOTE]
57
-
> 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).
57
+
> This tutorial works with samples that you can copy and run using [Node.js](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).
## Use Node Package Manager (NPM) to install the package
68
+
## Use Node Package Manager (npm) to install the package
69
69
70
70
### [Passwordless](#tab/passwordless)
71
71
@@ -187,7 +187,7 @@ You should see the following output.
187
187
Received message: Albert Einstein
188
188
Received message: Werner Heisenberg
189
189
Received message: Marie Curie
190
-
Received message: Steven Hawking
190
+
Received message: Stephen Hawking
191
191
Received message: Isaac Newton
192
192
Received message: Niels Bohr
193
193
Received message: Michael Faraday
@@ -198,11 +198,11 @@ Received message: Nikolaus Kopernikus
198
198
199
199
On the **Overview** page forthe Service Bus namespacein the Azure portal, you can see **incoming** and **outgoing** message count. You may need to waitfor a minute or so and then refresh the page to see the latest values.
200
200
201
-
:::image type="content" source="./media/service-bus-java-how-to-use-queues/overview-incoming-outgoing-messages.png" alt-text="Incoming and outgoing message count":::
201
+
:::image type="content" source="./media/service-bus-java-how-to-use-queues/overview-incoming-outgoing-messages.png" alt-text="Screenshot of Azure portal showing incoming and outgoing message count.":::
202
202
203
203
Select the queue on this **Overview** page to navigate to the **Service Bus Queue** page. You see the **incoming** and **outgoing** message count on this page too. You also see other information such as the **current size** of the queue, **maximum size**, **active message count**, and so on.
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/service-bus-typescript-how-to-use-topics-subscriptions.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Note down the following, which you'll use in the code below:
56
56
---
57
57
58
58
> [!NOTE]
59
-
> -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).
59
+
> This tutorial works with samples that you can copy and run using [Node.js](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).
## Use Node Package Manager (NPM) to install the package
71
+
## Use Node Package Manager (npm) to install the package
72
72
73
73
### [Passwordless](#tab/passwordless)
74
74
@@ -190,7 +190,7 @@ You should see the following output.
190
190
Received message: Albert Einstein
191
191
Received message: Werner Heisenberg
192
192
Received message: Marie Curie
193
-
Received message: Steven Hawking
193
+
Received message: Stephen Hawking
194
194
Received message: Isaac Newton
195
195
Received message: Niels Bohr
196
196
Received message: Michael Faraday
@@ -201,15 +201,15 @@ Received message: Nikolaus Kopernikus
201
201
202
202
In the Azure portal, navigate to your Service Bus namespace, switch to **Topics**in the bottom pane, and selectyour topic to see the **Service Bus Topic** page foryour topic. On this page, you should see 10 incoming and 10 outgoing messagesin the **Messages** chart.
203
203
204
-
:::image type="content" source="./media/service-bus-nodejs-how-to-use-topics-subscriptions/topic-page-portal.png" alt-text="Incoming and outgoing messages":::
204
+
:::image type="content" source="./media/service-bus-nodejs-how-to-use-topics-subscriptions/topic-page-portal.png" alt-text="Screenshot of Azure portal showing incoming and outgoing messages.":::
205
205
206
206
If you run only the send app next time, on the **Service Bus Topic** page, you see 20 incoming messages (10 new) but 10 outgoing messages.
On this page, if you selecta subscription in the bottom pane, you get to the **Service Bus Subscription** page. You can see the active message count, dead-letter message count, and more on this page. In this example, there are 10 active messages that haven't been received by a receiver yet.
0 commit comments