Skip to content

Commit 9eae2e9

Browse files
authored
Merge pull request #222064 from spelluru/sbuscounters1220
review & update
2 parents cea29b8 + 69c7f72 commit 9eae2e9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
-11.8 KB
Loading
-672 Bytes
Loading

articles/service-bus-messaging/message-counters.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Azure Service Bus - message count
33
description: Retrieve the count of messages held in queues and subscriptions by using Azure Resource Manager and the Azure Service Bus NamespaceManager APIs.
44
ms.topic: article
5-
ms.date: 09/20/2021
5+
ms.date: 12/20/2022
66
ms.custom: devx-track-azurepowershell, devx-track-azurecli
77
ms.devlang: azurecli
88
---
99

1010
# Get message counters
11-
This article shows you different ways of getting the following message counts for a queue or subscription. Knowing the active message count is useful in determining whether a queue builds up a backlog that requires more resources to process than what has currently been deployed.
11+
This article shows you different ways of getting message counts for a queue or subscription. Knowing the active message count is useful in determining whether a queue builds up a backlog that requires more resources to process than what has currently been deployed.
1212

1313
| Counter | Description |
1414
| ----- | ---------- |
@@ -27,11 +27,11 @@ If an application wants to scale resources based on the length of the queue, it
2727
## Using Azure portal
2828
Navigate to your namespace, and select the queue. You see message counters on the **Overview** page for the queue.
2929

30-
:::image type="content" source="./media/message-counters/queue-overview.png" alt-text="Message counters on the queue overview page":::
30+
:::image type="content" source="./media/message-counters/queue-overview.png" alt-text="Screenshot showing the Overview page of a queue with the Message Counts section highlighted.":::
3131

3232
Navigate to your namespace, select the topic, and then select the subscription for the topic. You see message counters on the **Overview** page for the queue.
3333

34-
:::image type="content" source="./media/message-counters/subscription-overview.png" alt-text="Message counters on the subscription overview page":::
34+
:::image type="content" source="./media/message-counters/subscription-overview.png" alt-text="Screenshot showing the Overview page of a topic's subscription with the Message Counts section highlighted. ":::
3535

3636
## Using Azure CLI
3737
Use the [`az servicebus queue show`](/cli/azure/servicebus/queue#az-servicebus-queue-show) command to get the message count details for a queue as shown in the following example.

0 commit comments

Comments
 (0)