Skip to content

Commit 2e1a584

Browse files
author
Ashish Chhabria
committed
fixing TOC and image borders
1 parent 1e49290 commit 2e1a584

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

articles/service-bus-messaging/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
- name: Suspend and reactivate messaging entities
193193
href: entity-suspend.md
194194
- name: Use Service Bus Explorer to perform data operations on Service Bus
195-
href: service-bus-explorer.md
195+
href: explorer.md
196196
- name: Use ARM templates
197197
href: service-bus-resource-manager-overview.md
198198
items:

articles/service-bus-messaging/explorer.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ To use the Azure Service Bus explorer, you need to navigate to the Service Bus n
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

50-
![Entity select](./media/service-bus-explorer/queue-topics-left-navigation.png)
50+
:::image type="content" source="./media/service-bus-explorer/queue-topics-left-navigation.png"alt-text="Entity select":::
5151

5252
After picking the **'Queues'** or **'Topics'**, pick the specific Queue or Topic.
5353

5454
Select the **'Service Bus Explorer (preview)'** from the left navigation menu
5555

56-
![SB Explorer Left nav menu](./media/service-bus-explorer/left-navigation-menu-selected.png)
56+
:::image type="content" source="./media/service-bus-explorer/left-navigation-menu-selected.png" alt-text="SB Explorer Left nav menu":::
5757

5858
### Sending a message to a Queue or Topic
5959

@@ -68,16 +68,17 @@ To compose a message here -
6868

6969
Once the message has been composed, hit send.
7070

71-
![Compose Message](./media/service-bus-explorer/send-experience.png)
71+
:::image type="content" source="./media/service-bus-explorer/send-experience.png" alt-text="Compose Message":::
7272

7373
When the send operation is completed successfully,
7474

7575
* If sending to the Queue, **Active Messages** metrics counter will increment.
7676

77-
![QueueAfterSendMetrics](./media/service-bus-explorer/queue-after-send-metrics.png)
77+
:::image type="content" source="./media/service-bus-explorer/queue-after-send-metrics.png" alt-text="QueueAfterSendMetrics":::
78+
7879
* If sending to the Topic, **Active Messages** metrics counter will increment on the Subscription where the message was routed to.
7980

80-
![TopicAfterSendMetrics](./media/service-bus-explorer/topic-after-send-metrics.png)
81+
:::image type="content" source="./media/service-bus-explorer/topic-after-send-metrics.png" alt-text="TopicAfterSendMetrics":::
8182

8283
### Receiving a message from a Queue
8384

@@ -93,18 +94,19 @@ To receive a message from a Queue (or its deadletter subqueue)
9394

9495
1. Click on the ***Receive*** tab on the Service Bus Explorer.
9596
2. Check the metrics to see if there are **Active Messages** or **Dead-lettered Messages** to receive.
96-
![QueueAfterSendMetrics](./media/service-bus-explorer/queue-after-send-metrics.png)
97+
98+
:::image type="content" source="./media/service-bus-explorer/queue-after-send-metrics.png" alt-text="QueueAfterSendMetrics":::
9799

98100
3. Pick between the ***Queue*** or the ***Deadletter*** subqueue.
99101

100-
![QueueOrDeadletter](./media/service-bus-explorer/queue-or-deadletter.png)
102+
:::image type="content" source="./media/service-bus-explorer/queue-or-deadletter.png" alt-text="QueueOrDeadletter":::
101103

102104
4. Click the ***Receive*** button, followed by ***Yes*** to confirm the 'Receive and Delete' operation.
103105

104106

105107
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.
106108

107-
![ReceiveMessageFromQueue](./media/service-bus-explorer/receive-message-from-queue-2.png)
109+
:::image type="content" source="./media/service-bus-explorer/receive-message-from-queue-2.png" alt-text="ReceiveMessageFromQueue":::
108110

109111

110112
### Peeking a message from a Queue
@@ -113,21 +115,21 @@ With the peek functionality, you can use the Service Bus Explorer to view the to
113115

114116
1. To peek the message on a queue, click on the ***Peek*** tab on the Service Bus Explorer.
115117

116-
![PeekTab](./media/service-bus-explorer/peek-tab-selected.png)
118+
:::image type="content" source="./media/service-bus-explorer/peek-tab-selected.png" alt-text="PeekTab":::
117119

118120
2. Check the metrics to see if there are **Active Messages** or **Dead-lettered Messages** to peek.
119121

120-
![QueueAfterSendMetrics](./media/service-bus-explorer/queue-after-send-metrics.png)
122+
:::image type="content" source="./media/service-bus-explorer/queue-after-send-metrics.png" alt-text="QueueAfterSendMetrics":::
121123

122124
3. Then pick between the ***Queue*** or the ***Deadletter*** subqueue.
123125

124-
![QueueOrDeadletter](./media/service-bus-explorer/queue-or-deadletter.png)
126+
:::image type="content" source="./media/service-bus-explorer/queue-or-deadletter.png" alt-text="QueueOrDeadletter":::
125127

126128
4. Click the ***Peek*** button.
127129

128130
Once the peek operation completes, up to 32 messages will show up on the grid as below. To view the details of a particular message, select it from the grid.
129131

130-
![PeekMessageFromQueue](./media/service-bus-explorer/peek-message-from-queue-2.png)
132+
:::image type="content" source="./media/service-bus-explorer/peek-message-from-queue-2.png" alt-text="PeekMessageFromQueue":::
131133

132134
> [!NOTE]
133135
>
@@ -146,36 +148,35 @@ Just like with a queue, the ***Receive*** operation can be performed against a s
146148
147149
1. Click on the ***Receive*** tab and select the specific ***Subscription*** from the dropdown selector.
148150

149-
![ReceiveTabSelected](./media/service-bus-explorer/receive-subscription-tab-selected.png)
151+
:::image type="content" source="./media/service-bus-explorer/receive-subscription-tab-selected.png" alt-text="ReceiveTabSelected":::
150152

151153
2. Pick between the ***Subscription*** or the ***DeadLetter*** sub-entity.
152154

153-
![SubscriptionOrDeadletter](./media/service-bus-explorer/subscription-or-deadletter.png)
155+
:::image type="content" source="./media/service-bus-explorer/subscription-or-deadletter.png" alt-text="SubscriptionOrDeadletter":::
154156

155157
3. Click the ***Receive*** button, followed by ***Yes*** to confirm the 'Receive and Delete' operation.
156158

157159
When the receive operation is successful, the received message will display on the grid as below. To view the message details, click on the message.
158160

159-
![ReceiveMessageFromQueue](./media/service-bus-explorer/receive-message-from-subscription.png)
160-
161+
:::image type="content" source="./media/service-bus-explorer/receive-message-from-subscription.png" alt-text="ReceiveMessageFromQueue":::
161162

162163
### Peeking a message from a Subscription
163164

164165
To simply browse the messages on a Subscription or its deadletter sub-entity, the ***Peek*** functionality can be utilized on the Subscription as well.
165166

166167
1. Click on the ***Peek*** tab and select the specific ***Subscription*** from the dropdown selector.
167168

168-
![PeekTabSelected](./media/service-bus-explorer/peek-subscription-tab-selected.png)
169+
:::image type="content" source="./media/service-bus-explorer/peek-subscription-tab-selected.png" alt-text="PeekTabSelected":::
169170

170171
2. Pick between the ***Subscription*** or the ***DeadLetter*** subentity.
171172

172-
![SubscriptionOrDeadletter](./media/service-bus-explorer/subscription-or-deadletter.png)
173+
:::image type="content" source="./media/service-bus-explorer/subscription-or-deadletter.png" alt-text="SubscriptionOrDeadletter":::
173174

174175
3. Click the ***Peek*** button.
175176

176177
Once the peek operation completes, up to 32 messages will show up on the grid as below. To view the details of a particular message, select it from the grid.
177178

178-
![PeekMessageFromSubscription](./media/service-bus-explorer/peek-message-from-subscription.png)
179+
:::image type="content" source="./media/service-bus-explorer/peek-message-from-subscription.png" alt-text="PeekMessageFromSubscription":::
179180

180181
> [!NOTE]
181182
>

0 commit comments

Comments
 (0)