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/explorer.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
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)
3
3
description: This article provides information on how to use the portal-based Azure Service Bus Explorer to access Azure Service Bus data.
4
4
services: service-bus-messaging
5
5
ms.service: service-bus
@@ -25,7 +25,7 @@ Operations performed on an Azure Service Bus namespace are of two kinds
25
25
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.
26
26
27
27
> [!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.
29
29
>
30
30
> The Azure Service Bus explorer tool is ***not*** the community owned OSS tool [Service Bus Explorer](https://github.com/paolosalvatori/ServiceBusExplorer).
31
31
>
@@ -43,7 +43,7 @@ To know more about how to create Queues, Topics and Subscriptions, refer to the
43
43
44
44
## Using the Service Bus Explorer
45
45
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.
47
47
48
48
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**.
49
49
@@ -73,10 +73,10 @@ Once the message has been composed, hit send.
73
73
74
74
When the send operation is completed successfully,
75
75
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.
@@ -103,7 +103,7 @@ To receive a message from a Queue (or its deadletter subqueue)
103
103
4. Click the ***Receive*** button, followed by ***Yes*** to confirm the 'Receive and Delete' operation.
104
104
105
105
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.
@@ -186,5 +186,5 @@ Once the peek operation completes, up to 32 messages will show up on the grid as
186
186
## Next Steps
187
187
188
188
* 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