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/service-bus-to-event-grid-integration-example.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ In this section, create an Azure logic app that receives Service Bus events by u
41
41
42
42
1. Expand **Development Tools** and select **Logic app templates**.
43
43
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":::
45
45
46
46
1. Select **Blank workflow**. The **Logic app designer** opens.
47
47
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
107
107
1. For **Select an output from previous steps**, select the lightning bolt or enter */* and select **Insert dynamic content**.
108
108
1. Select **Body** under **Get messages from a topic subscription (peek-lock)**.
109
109
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":::
111
111
112
112
#### Add a step inside the foreach loop to send an email with the message body
113
113
@@ -155,7 +155,7 @@ In this section, you add steps to send the received message in an email and then
155
155
1. In **Lock Token Of The Message**, select the expression or enter */* and select Insert expression.
156
156
1. Select **Dynamic content** and the select **Lock Token**. Select **Add**.
157
157
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.":::
159
159
160
160
1. Select **Save** on the toolbar on the Logic Apps Designer to save the logic app.
161
161
@@ -188,7 +188,7 @@ If you don't see any invocations after waiting and refreshing for sometime, foll
188
188
189
189
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.
190
190
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":::
192
192
193
193
1. You also see **delivered events** on the **Events** page of the Service Bus namespace.
0 commit comments