Skip to content

Commit 54edd79

Browse files
committed
Changes as requested
1 parent 3817f56 commit 54edd79

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed
Loading

articles/service-bus-messaging/includes/service-bus-create-namespace-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To create a namespace:
1919
2. Navigate to the [**All services** page](https://portal.azure.com/#allservices/category/All).
2020
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.
2121

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":::
2323
4. In the **Basics** tag of the **Create namespace** page, follow these steps:
2424
1. For **Subscription**, choose an Azure subscription in which to create the namespace.
2525
1. For **Resource group**, choose an existing resource group in which the namespace will live, or create a new one.

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Note down the following, which you'll use in the code below:
5454
---
5555

5656
> [!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).
5858
5959
[!INCLUDE [service-bus-create-namespace-portal](./includes/service-bus-create-namespace-portal.md)]
6060

@@ -65,7 +65,7 @@ Note down the following, which you'll use in the code below:
6565
[!INCLUDE [service-bus-typescript-configure-project](./includes/service-bus-typescript-how-to-configure-project.md)]
6666

6767

68-
## Use Node Package Manager (NPM) to install the package
68+
## Use Node Package Manager (npm) to install the package
6969

7070
### [Passwordless](#tab/passwordless)
7171

@@ -187,7 +187,7 @@ You should see the following output.
187187
Received message: Albert Einstein
188188
Received message: Werner Heisenberg
189189
Received message: Marie Curie
190-
Received message: Steven Hawking
190+
Received message: Stephen Hawking
191191
Received message: Isaac Newton
192192
Received message: Niels Bohr
193193
Received message: Michael Faraday
@@ -198,11 +198,11 @@ Received message: Nikolaus Kopernikus
198198

199199
On the **Overview** page for the Service Bus namespace in the Azure portal, you can see **incoming** and **outgoing** message count. You may need to wait for a minute or so and then refresh the page to see the latest values.
200200

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.":::
202202

203203
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.
204204

205-
:::image type="content" source="./media/service-bus-java-how-to-use-queues/queue-details.png" alt-text="Queue details":::
205+
:::image type="content" source="./media/service-bus-java-how-to-use-queues/queue-details.png" alt-text="Screenshot of Azure portal showing queue details.":::
206206

207207
## Troubleshooting
208208

articles/service-bus-messaging/service-bus-typescript-how-to-use-topics-subscriptions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Note down the following, which you'll use in the code below:
5656
---
5757

5858
> [!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).
6060
6161

6262
[!INCLUDE [service-bus-create-namespace-portal](./includes/service-bus-create-namespace-portal.md)]
@@ -68,7 +68,7 @@ Note down the following, which you'll use in the code below:
6868
[!INCLUDE [service-bus-typescript-configure-project](./includes/service-bus-typescript-how-to-configure-project.md)]
6969

7070

71-
## Use Node Package Manager (NPM) to install the package
71+
## Use Node Package Manager (npm) to install the package
7272

7373
### [Passwordless](#tab/passwordless)
7474

@@ -190,7 +190,7 @@ You should see the following output.
190190
Received message: Albert Einstein
191191
Received message: Werner Heisenberg
192192
Received message: Marie Curie
193-
Received message: Steven Hawking
193+
Received message: Stephen Hawking
194194
Received message: Isaac Newton
195195
Received message: Niels Bohr
196196
Received message: Michael Faraday
@@ -201,15 +201,15 @@ Received message: Nikolaus Kopernikus
201201

202202
In the Azure portal, navigate to your Service Bus namespace, switch to **Topics** in the bottom pane, and select your topic to see the **Service Bus Topic** page for your topic. On this page, you should see 10 incoming and 10 outgoing messages in the **Messages** chart.
203203

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.":::
205205

206206
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.
207207

208-
:::image type="content" source="./media/service-bus-nodejs-how-to-use-topics-subscriptions/updated-topic-page.png" alt-text="Updated topic page":::
208+
:::image type="content" source="./media/service-bus-nodejs-how-to-use-topics-subscriptions/updated-topic-page.png" alt-text="Screenshot of Azure portal showing updated topic page.":::
209209

210210
On this page, if you select a 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.
211211
212-
:::image type="content" source="./media/service-bus-nodejs-how-to-use-topics-subscriptions/active-message-count.png" alt-text="Active message count":::
212+
:::image type="content" source="./media/service-bus-nodejs-how-to-use-topics-subscriptions/active-message-count.png" alt-text="Screenshot of Azure portal showing active message count.":::
213213
214214
## Troubleshooting
215215

0 commit comments

Comments
 (0)