Skip to content

Commit 0f5654a

Browse files
authored
Merge pull request #221204 from spelluru/spegridfunc1212
updated steps
2 parents c692f83 + b27f2ba commit 0f5654a

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed
-2.7 KB
Loading

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides steps for handling Service Bus events via Eve
44
documentationcenter: .net
55
author: spelluru
66
ms.topic: tutorial
7-
ms.date: 09/29/2021
7+
ms.date: 12/12/2022
88
ms.author: spelluru
99
ms.custom: devx-track-csharp
1010
---
@@ -54,13 +54,10 @@ Install [Visual Studio 2019](https://www.visualstudio.com/vs) and include the **
5454

5555
:::image type="content" source="./media/service-bus-to-event-grid-integration-example/publish-function-app.png" alt-text="Publish Functions app":::
5656
1. In the **Output** window, see the messages from build and publish, and confirm that they both succeeded.
57-
1. Now, on the **Publish** page, select **Manage in Azure portal**.
57+
1. Now, on the **Publish** page, in the **Hosting** section, select **... (ellipsis)**, and select **Manage in Azure portal**.
5858
1. In the Azure portal, on the **Function App** page, select **Functions** in the left menu, and confirm that you see two functions:
5959

60-
:::image type="content" source="./media/service-bus-to-event-grid-integration-example/functions.png" alt-text="Two functions to handler Event Grid trigger and HTTP trigger":::
61-
62-
> [!NOTE]
63-
> The `EventGridTriggerFunction` uses an [Event Grid trigger](../azure-functions/functions-bindings-event-grid-trigger.md) and the `HTTPTriggerFunction` uses a [HTTP trigger](../azure-functions/functions-bindings-http-webhook-trigger.md).
60+
:::image type="content" source="./media/service-bus-to-event-grid-integration-example/functions.png" alt-text="Screenshot showing the Functions page with the Event Grid Trigger function.":::
6461
1. Select **EventGridTriggerFunction** from the list. We recommend that you use the Event Grid trigger with Azure Functions as it has a few benefits over using the HTTP trigger. For details, see [Azure function as an event handler for Event Grid events](../event-grid/handler-functions.md).
6562
1. On the **Function** page for the **EventGridTriggerFunction**, select **Monitor** on the left menu.
6663
1. Select **Configure** to configure Application Insights to capture invocation log. You use this page to monitor function executions upon receiving Service Bus events from Event Grid.

0 commit comments

Comments
 (0)