Skip to content

Commit e1eb90a

Browse files
authored
Merge pull request #108276 from spelluru/sbusmvc0318
moved to tutorials node
2 parents 4d5ffac + 99da7b3 commit e1eb90a

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

articles/service-bus-messaging/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
href: service-bus-tutorial-topics-subscriptions-portal.md
6666
- name: Update inventory - CLI
6767
href: service-bus-tutorial-topics-subscriptions-cli.md
68+
- name: Respond to events via Event Grid
69+
href: service-bus-to-event-grid-integration-example.md
6870
- name: Samples
6971
items:
7072
- name: Service Bus samples
@@ -128,8 +130,6 @@
128130
href: message-expiration.md
129131
- name: Message handling using Azure Event Grid
130132
href: service-bus-to-event-grid-integration-concept.md
131-
- name: Azure Event Grid examples
132-
href: service-bus-to-event-grid-integration-example.md
133133
- name: Topic filters and actions
134134
href: topic-filters.md
135135
- name: Migrate from Standard to Premium namespaces

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

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,24 @@ ms.author: spelluru
1818

1919
---
2020
# 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.
2622

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
2832
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.
3239

3340
## Create a Service Bus namespace
3441
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

Comments
 (0)