Skip to content

Commit 3cc1cd9

Browse files
Freshness.
1 parent c8b8597 commit 3cc1cd9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/service-bus-messaging/includes/service-bus-event-grid-prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: include file
44
author: spelluru
55
ms.service: azure-service-bus
66
ms.topic: include
7-
ms.date: 06/17/2025
7+
ms.date: 06/19/2025
88
ms.author: spelluru
99
ms.custom: "include file"
1010

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Handle Service Bus Events Using Event Grid Using Azure Logic Apps
33
description: This article provides steps for handling Service Bus events by using Event Grid using Azure Logic Apps.
44
author: spelluru
55
ms.topic: tutorial
6-
ms.date: 06/17/2025
6+
ms.date: 06/19/2025
77
ms.author: spelluru
88
#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.
99
---
@@ -76,7 +76,7 @@ In this section, create an Azure logic app that receives Service Bus events by u
7676

7777
:::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.":::
7878

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)**.
8080

8181
:::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.":::
8282

@@ -104,7 +104,7 @@ In this section, you add steps to send the received message in an email and then
104104

105105
:::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.":::
106106

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**.
108108
1. Select **Body** under **Get messages from a topic subscription (peek-lock)**.
109109

110110
:::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
115115

116116
:::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.":::
117117

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.
120120

121121
:::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.":::
122122

@@ -163,8 +163,8 @@ In this section, you add steps to send the received message in an email and then
163163
164164
## Test the app
165165
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.
168168
169169
:::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":::
170170
@@ -194,7 +194,7 @@ If you don't see any invocations after waiting and refreshing for sometime, foll
194194
195195
:::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":::
196196
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.
198198
199199
:::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":::
200200

0 commit comments

Comments
 (0)