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
+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
@@ -3,7 +3,7 @@ title: Handle Service Bus Events Using Event Grid Using Azure Logic Apps
3
3
description: This article provides steps for handling Service Bus events by using Event Grid using Azure Logic Apps.
4
4
author: spelluru
5
5
ms.topic: tutorial
6
-
ms.date: 06/17/2025
6
+
ms.date: 06/19/2025
7
7
ms.author: spelluru
8
8
#customer intent: As a developer, I want to learn how to respond to Azure Service Bus events that are received over Azure Event Grid to support my Azure Logic Apps.
9
9
---
@@ -76,7 +76,7 @@ In this section, create an Azure logic app that receives Service Bus events by u
76
76
77
77
:::image type="content" source="./media/service-bus-to-event-grid-integration-example/select-service-bus.png" alt-text="Screenshot that shows the selection of Service Bus.":::
78
78
79
-
1. Select **See more** and then select **Get messages from a topic subscription (peek-lock)**.
79
+
1. Select **See more** and then select **Get messages from a topic subscription (peek-lock)**.
80
80
81
81
:::image type="content" source="./media/service-bus-to-event-grid-integration-example/service-bus-get-messages-step.png" alt-text="Screenshot that shows the Logic Apps Designer with Get messages from a topic subscription selected.":::
82
82
@@ -104,7 +104,7 @@ In this section, you add steps to send the received message in an email and then
104
104
105
105
:::image type="content" source="./media/service-bus-to-event-grid-integration-example/select-for-each.png" alt-text="Screenshot that shows the For-each operation selected.":::
106
106
107
-
1. For **Select an output from previous steps**, select the lightning bolt or enter "/" and select **Insert dynamic content**.
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
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.":::
@@ -115,8 +115,8 @@ In this section, you add steps to send the received message in an email and then
115
115
116
116
:::image type="content" source="./media/service-bus-to-event-grid-integration-example/select-add-action.png" alt-text="Screenshot that shows the selection of + button in the For-each loop.":::
117
117
118
-
1. Search for **Office 365** and then select **See more**.
119
-
1. Select **Office 365 Outlook** in the search results.
118
+
1. Search for **Office 365** and then select **See more**.
119
+
1. Select **Office 365 Outlook** in the search results.
120
120
121
121
:::image type="content" source="./media/service-bus-to-event-grid-integration-example/select-office-365.png" alt-text="Screenshot that shows the selection of Office 365.":::
122
122
@@ -163,8 +163,8 @@ In this section, you add steps to send the received message in an email and then
163
163
164
164
## Test the app
165
165
166
-
1. If you haven't already sent test messages to the topic, follow instructions in the [Send messages to the Service Bus topic](#send-messages-to-the-service-bus-topic) section to send messages to the topic.
167
-
1. Switch to the **Overview** page of your logic app. Then switch to the **Run history** tab in the bottom pane. You see the logic app runs messages that were sent to the topic. It could take a few minutes before you see the logic app runs. Select **Refresh** on the toolbar to refresh the page.
166
+
1. If you haven't already sent test messages to the topic, follow instructions in the [Send messages to the Service Bus topic](#send-messages-to-the-service-bus-topic) section to send messages to the topic.
167
+
1. Navigate to the **Overview** page of your logic app. Then select the **Run history** tab in the bottom pane. You see the logic app runs messages that were sent to the topic. It could take a few minutes before you see the logic app runs. Select **Refresh** on the toolbar to refresh the page.
168
168
169
169
:::image type="content" source="./media/service-bus-to-event-grid-integration-example/logic-app-runs.png" alt-text="Screenshot that shows the Logic app run history." lightbox="./media/service-bus-to-event-grid-integration-example/logic-app-runs.png":::
170
170
@@ -194,7 +194,7 @@ If you don't see any invocations after waiting and refreshing for sometime, foll
194
194
195
195
:::image type="content" source="./media/service-bus-to-event-grid-integration-example/event-subscription-page.png" alt-text="Screenshot that shows the Events page of the Service Bus Namespace page." lightbox="./media/service-bus-to-event-grid-integration-example/event-subscription-page.png":::
196
196
197
-
1. You can also see that the events are delivered on the **Event Subscription** page. You can get to this page by selecting the event subscription on the **Events** page.
197
+
1. You can also see that the events are delivered on the **Event Subscription** page. You can get to this page by selecting the event subscription on the **Events** page.
198
198
199
199
:::image type="content" source="./media/service-bus-to-event-grid-integration-example/event-subscription-delivered-events.png" alt-text="Screenshot that shows the Event Subscription page with the delivered event count selected." lightbox="./media/service-bus-to-event-grid-integration-example/event-subscription-delivered-events.png":::
0 commit comments