Skip to content

Commit 330ef84

Browse files
author
Jill Grant
authored
Merge pull request #243498 from spelluru/egrdtrigger0629
updated the image
2 parents 783d933 + 0f0d9e2 commit 330ef84

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/event-grid/custom-event-to-function.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,12 @@ Before subscribing to the custom topic, create a function to handle the events.
4646

4747
1. On the **Create Function** page, follow these steps:
4848
1. This step is optional. For **Development environment**, select the development environment that you want to use to work with the function code.
49-
1. Select **Azure Event Grid Trigger** in the **Select a template** section. Use the scroll bar right to the list to scroll down if needed.
49+
1. In the **Select a template** section, in the filter or search box, type **Azure Event Grid trigger**.
50+
1. Select **Azure Event Grid Trigger** template in the template list.
5051
1. In the **Template details** section in the bottom pane, enter a name for the function. In this example, it's **HandleEventsFunc**.
52+
1. Select **Create**.
5153

52-
:::image type="content" source="./media/custom-event-to-function/function-trigger.png" lightbox="./media/custom-event-to-function/function-trigger.png" alt-text="Select Event Grid trigger.":::
54+
:::image type="content" source="./media/custom-event-to-function/function-trigger.png" lightbox="./media/custom-event-to-function/function-trigger.png" alt-text="Screenshot showing select Event Grid trigger.":::
5355
4. On the **Function** page for the **HandleEventsFunc**, select **Code + Test** on the left navigational menu.
5456

5557
:::image type="content" source="./media/custom-event-to-function/function-code-test-menu.png" alt-text="Image showing the selection Code + Test menu for an Azure function.":::
-24.3 KB
Loading

0 commit comments

Comments
 (0)