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
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,17 +18,24 @@ ms.author: spelluru
18
18
19
19
---
20
20
# Tutorial: Respond to Azure Service Bus events received via Azure Event Grid by using Azure Functions and Azure Logic Apps
21
-
In this tutorial, you learn how to respond to Azure Service Bus events that are received via Azure Event Grid by using Azure Functions and Azure Logic Apps. You'll do the following steps:
22
-
23
-
- Create a test Azure function for debugging and viewing the initial flow of events from the Event Grid.
24
-
- Create an Azure function to receive and process Azure Service Bus messages based on Event Grid events.
25
-
- Create a logic app to respond to Event Grid events
21
+
In this tutorial, you learn how to respond to Azure Service Bus events that are received via Azure Event Grid by using Azure Functions and Azure Logic Apps.
26
22
27
-
After you create the Service Bus, Event Grid, Azure Functions, and Logic Apps artifacts, you do the following actions:
23
+
In this tutorial, you learn how to:
24
+
> [!div class="checklist"]
25
+
> * Create a Service Bus namespace
26
+
> * Prepare a sample application to send messages
27
+
> * Set up a test function on Azure
28
+
> * Connect the function and namespace via Event Grid
29
+
> * Send messages to the Service Bus topic
30
+
> * Receive messages by using Azure Functions
31
+
> * Receive messages by using Logic Apps
28
32
29
-
1. Send messages to a Service Bus topic.
30
-
2. Verify that the subscriptions to the topic received those messages
31
-
3. Verify that the function or logic app that subscribed for the event has received the event.
33
+
## Prerequisites
34
+
35
+
To complete this tutorial, make sure you have installed:
36
+
37
+
-[Visual Studio 2017 Update 3 (version 15.3, 26730.01)](https://www.visualstudio.com/vs) or later.
38
+
-[NET Core SDK](https://www.microsoft.com/net/download/windows), version 2.0 or later.
32
39
33
40
## Create a Service Bus namespace
34
41
Follow instructions in this tutorial: [Quickstart: Use the Azure portal to create a Service Bus topic and subscriptions to the topic](service-bus-quickstart-topics-subscriptions-portal.md) to do the following tasks:
0 commit comments