Skip to content

Commit 6692ec6

Browse files
committed
Update
1 parent f986098 commit 6692ec6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/event-grid/mqtt-routing-to-azure-functions-portal.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ If you don't have an Azure subscription, you can sign up for a [free trial](http
2626

2727
## Create an Azure function using Event Grid trigger
2828

29+
Follow instructions from [Create an Azure function using Visual Studio Code](../azure-functions/functions-develop-vs-code.md), but use the **Azure Event Grid Trigger** instead of using the **HTTP Trigger**.
30+
2931
## Create an Event Grid topic (custom topic)
3032
Create an Event Grid topic. See [Create a custom topic using the portal](/azure/event-grid/custom-event-quickstart-portal). When you create the Event Grid topic, on the **Advanced** tab, for **Event Schema**, select **Cloud Event Schema v1.0**.
3133

@@ -34,7 +36,7 @@ Create an Event Grid topic. See [Create a custom topic using the portal](/azure/
3436

3537
## Add a subscription to the topic using the function
3638

37-
1. On the Event Grid Topic page, select **Subscriptions** on the left navigation bar.
39+
1. On the Event Grid topic page, select **Subscriptions** on the left navigation bar.
3840

3941
:::image type="content" source="./media/mqtt-routing-to-azure-functions-portal/event-subscriptions-page.png" alt-text="Screenshot that shows the Event Subscriptions page for a topic." lightbox="./media/mqtt-routing-to-azure-functions-portal/event-subscriptions-page.png":::
4042
1. On the **Create event subscription** page, do these steps:

0 commit comments

Comments
 (0)