Skip to content

Commit a4c0070

Browse files
author
Ashish Chhabria
committed
resolving blocking changes
1 parent 9e1f90b commit a4c0070

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/service-bus-messaging/service-bus-explorer.md renamed to articles/service-bus-messaging/explorer.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use Service Bus Explorer to perform data operations on Service Bus (Preview)
2+
title: Use Azure Service Bus Explorer to perform data operations on Service Bus (Preview)
33
description: This article provides information on how to use the portal-based Azure Service Bus Explorer to access Azure Service Bus data.
44
services: service-bus-messaging
55
ms.service: service-bus
@@ -25,7 +25,7 @@ Operations performed on an Azure Service Bus namespace are of two kinds
2525
The Azure Service Bus Explorer expands the portal functionality beyond the management operations to support data operations (Send, Receive, Peek) on the Queues, Topics, and Subscriptions (and their dead letter subentities) - right from the Azure portal itself.
2626

2727
> [!NOTE]
28-
> This article highlights the functionality of the Azure Service Bus Explorer that lives on the Azure Portal.
28+
> This article highlights the functionality of the Azure Service Bus Explorer that lives on the Azure portal.
2929
>
3030
> The Azure Service Bus explorer tool is ***not*** the community owned OSS tool [Service Bus Explorer](https://github.com/paolosalvatori/ServiceBusExplorer).
3131
>
@@ -43,7 +43,7 @@ To know more about how to create Queues, Topics and Subscriptions, refer to the
4343

4444
## Using the Service Bus Explorer
4545

46-
To use the Azure Service Bus explorer, you need to navigate to the Service Bus namespace on which you want to perform send, peek and receive operations.
46+
To use the Azure Service Bus explorer, you need to navigate to the Service Bus namespace on which you want to perform send, peek, and receive operations.
4747

4848
If you are looking to perform operations against a Queue, pick **'Queues'** from the navigation menu. If you are looking to perform operations against a Topic (and it's related subscriptions), pick **Topics**.
4949

@@ -73,10 +73,10 @@ Once the message has been composed, hit send.
7373

7474
When the send operation is completed successfully,
7575

76-
1. If sending to the Queue, **Active Messages** metrics counter will increment.
76+
* If sending to the Queue, **Active Messages** metrics counter will increment.
7777

7878
![QueueAfterSendMetrics](./media/service-bus-explorer/queue-after-send-metrics.png)
79-
2. If sending to the Topic, **Active Messages** metrics counter will increment on the Subscription where the message was routed to.
79+
* If sending to the Topic, **Active Messages** metrics counter will increment on the Subscription where the message was routed to.
8080

8181
![TopicAfterSendMetrics](./media/service-bus-explorer/topic-after-send-metrics.png)
8282

@@ -103,7 +103,7 @@ To receive a message from a Queue (or its deadletter subqueue)
103103
4. Click the ***Receive*** button, followed by ***Yes*** to confirm the 'Receive and Delete' operation.
104104

105105

106-
When the receive operation is successful, the message details will display on the grid as below. You can select the message from the grid to display it's details.
106+
When the receive operation is successful, the message details will display on the grid as below. You can select the message from the grid to display its details.
107107

108108
![ReceiveMessageFromQueue](./media/service-bus-explorer/receive-message-from-queue-2.png)
109109

@@ -186,5 +186,5 @@ Once the peek operation completes, up to 32 messages will show up on the grid as
186186
## Next Steps
187187

188188
* Learn more about Service Bus [Queues](service-bus-queues-topics-subscriptions.md#queues) and [Topics](service-bus-queues-topics-subscriptions.md#topics-and-subscriptions)
189-
* Learn more about creating [Service Bus Queues via the Azure Portal](service-bus-quickstart-portal.md)
190-
* Learn more about creating [Service Bus Topics and Subscriptions via the Azure Portal](service-bus-quickstart-topics-subscriptions-portal.md)
189+
* Learn more about creating [Service Bus Queues via the Azure portal](service-bus-quickstart-portal.md)
190+
* Learn more about creating [Service Bus Topics and Subscriptions via the Azure portal](service-bus-quickstart-topics-subscriptions-portal.md)

0 commit comments

Comments
 (0)