Skip to content

Commit 93153b6

Browse files
Merge pull request #259936 from spelluru/freshness1130
LGTM. Except the radio button -> check box. Defer
2 parents f8af08b + 841ab53 commit 93153b6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

articles/service-bus-messaging/explorer.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Azure Service Bus Explorer to run data operations
33
description: This article provides information on how to use the portal-based Azure Service Bus Explorer to access Azure Service Bus data.
44
ms.topic: how-to
55
ms.custom: event-tier1-build-2022, ignite-2022
6-
ms.date: 09/26/2022
6+
ms.date: 11/30/2023
77
ms.author: egrootenboer
88
---
99

@@ -15,7 +15,7 @@ Azure Service Bus allows sender and receiver client applications to decouple the
1515
>
1616
> The community owned [open source Service Bus Explorer](https://github.com/paolosalvatori/ServiceBusExplorer) is a standalone application and is different from this one.
1717
18-
Operations run on an Azure Service Bus namespace are of two kinds
18+
Operations run on an Azure Service Bus namespace are of two kinds.
1919

2020
* **Management operations** - Create, update, delete of Service Bus namespace, queues, topics, and subscriptions.
2121
* **Data operations** - Send to and receive messages from queues, topics, and subscriptions.
@@ -60,7 +60,7 @@ To use the Service Bus Explorer, navigate to the Service Bus namespace on which
6060
6161
## Peek a message
6262

63-
With the peek functionality, you can use the Service Bus Explorer to view the top 100 messages in a queue, subscription or dead-letter queue.
63+
With the peek functionality, you can use the Service Bus Explorer to view the top 100 messages in a queue, subscription, or dead-letter queue.
6464

6565
1. To peek messages, select **Peek Mode** in the Service Bus Explorer dropdown.
6666

@@ -78,6 +78,8 @@ With the peek functionality, you can use the Service Bus Explorer to view the to
7878

7979
:::image type="content" source="./media/service-bus-explorer/peek-message-from-queue.png" alt-text="Screenshot with overview of peeked messages and message body content shown for peeked messages." lightbox="./media/service-bus-explorer/peek-message-from-queue.png":::
8080

81+
Switch to the **Message Properties** tab in the bottom pane to see the metadata.
82+
8183
:::image type="content" source="./media/service-bus-explorer/peek-message-from-queue-2.png" alt-text="Screenshot with overview of peeked messages and message properties shown for peeked messages." lightbox="./media/service-bus-explorer/peek-message-from-queue-2.png":::
8284

8385
> [!NOTE]
@@ -107,6 +109,8 @@ The peek with options functionality allows you to use the Service Bus Explorer t
107109

108110
:::image type="content" source="./media/service-bus-explorer/peek-message-from-queue-3.png" alt-text="Screenshot with overview of peeked messages and message body content shown for peek with advanced options." lightbox="./media/service-bus-explorer/peek-message-from-queue-3.png":::
109111

112+
Switch to the **Message Properties** tab in the bottom pane to see the metadata.
113+
110114
:::image type="content" source="./media/service-bus-explorer/peek-message-from-queue-4.png" alt-text="Screenshot with overview of peeked messages and message properties shown for peek with advanced options." lightbox="./media/service-bus-explorer/peek-message-from-queue-4.png":::
111115

112116
> [!NOTE]

0 commit comments

Comments
 (0)