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
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**.
58
58
1. In the Azure portal, on the **Function App** page, select **Functions** in the left menu, and confirm that you see two functions:
59
59
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.":::
64
61
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).
65
62
1. On the **Function** page for the **EventGridTriggerFunction**, select **Monitor** on the left menu.
66
63
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