Skip to content

Commit 969f9f9

Browse files
Lightboxes.
1 parent 3cc1cd9 commit 969f9f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
-356 Bytes
Loading

articles/service-bus-messaging/service-bus-to-event-grid-integration-example.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In this section, create an Azure logic app that receives Service Bus events by u
4141

4242
1. Expand **Development Tools** and select **Logic app templates**.
4343

44-
:::image type="content" source="./media/service-bus-to-event-grid-integration-example/select-blank-logic-app.png" alt-text="Screenshot that shows the Logic app designer page with the Blank workflow option selected.":::
44+
:::image type="content" source="./media/service-bus-to-event-grid-integration-example/select-blank-logic-app.png" alt-text="Screenshot that shows the Logic app designer page with the Blank workflow option selected." lightbox="./media/service-bus-to-event-grid-integration-example/select-blank-logic-app.png":::
4545

4646
1. Select **Blank workflow**. The **Logic app designer** opens.
4747
1. On the designer, do the following steps:
@@ -107,7 +107,7 @@ In this section, you add steps to send the received message in an email and then
107107
1. For **Select an output from previous steps**, select the lightning bolt or enter */* and select **Insert dynamic content**.
108108
1. Select **Body** under **Get messages from a topic subscription (peek-lock)**.
109109

110-
:::image type="content" source="./media/service-bus-to-event-grid-integration-example/select-input-for-each.png" alt-text="Screenshot that shows the selection of For each input.":::
110+
:::image type="content" source="./media/service-bus-to-event-grid-integration-example/select-input-for-each.png" alt-text="Screenshot that shows the selection of For each input." lightbox="./media/service-bus-to-event-grid-integration-example/select-input-for-each.png":::
111111

112112
#### Add a step inside the foreach loop to send an email with the message body
113113

@@ -155,7 +155,7 @@ In this section, you add steps to send the received message in an email and then
155155
1. In **Lock Token Of The Message**, select the expression or enter */* and select Insert expression.
156156
1. Select **Dynamic content** and the select **Lock Token**. Select **Add**.
157157
158-
:::image type="content" source="./media/service-bus-to-event-grid-integration-example/logic-app-complete-message.png" alt-text="Screenshot that shows the lock token field.":::
158+
:::image type="content" source="./media/service-bus-to-event-grid-integration-example/logic-app-complete-message.png" lightbox="./media/service-bus-to-event-grid-integration-example/logic-app-complete-message.png" alt-text="Screenshot that shows the lock token field.":::
159159
160160
1. Select **Save** on the toolbar on the Logic Apps Designer to save the logic app.
161161
@@ -188,7 +188,7 @@ If you don't see any invocations after waiting and refreshing for sometime, foll
188188
189189
If you don't see any events on this page, verify that the **Service Bus Subscription** page doesn't show any **Active message count**. If the number for this counter is greater than zero, the messages at the subscription aren't forwarded to the handler function (event subscription handler) for some reason. Verify that you set up the event subscription properly.
190190
191-
:::image type="content" source="./media/service-bus-to-event-grid-integration-example/subscription-active-message-count.png" alt-text="Screenshot that shows the Service Bus Subscription page with the active message count selected.":::
191+
:::image type="content" source="./media/service-bus-to-event-grid-integration-example/subscription-active-message-count.png" alt-text="Screenshot that shows the Service Bus Subscription page with the active message count selected." lightbox="./media/service-bus-to-event-grid-integration-example/subscription-active-message-count.png":::
192192
193193
1. You also see **delivered events** on the **Events** page of the Service Bus namespace.
194194

0 commit comments

Comments
 (0)