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
Copy file name to clipboardExpand all lines: articles/event-grid/custom-event-to-function.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,16 +36,16 @@ In this section, you use Visual Studio Code to create a function with an Event G
36
36
37
37
1. Select a folder where you want to save the function code.
38
38
39
-
1. For the **Create new project** command, for **Language**, select **C#**, and then select the Enter key.
39
+
1. For the **Create new project** command, for **Language**, select **C#**, and then select **Enter**.
40
40
41
41
:::image type="content" source="./media/custom-event-to-function/select-function-language.png" alt-text="Screenshot that shows the selection of C Sharp as the language for developing an Azure function." lightbox="./media/custom-event-to-function/select-function-language.png":::
42
-
1. For **.NET runtime**, select **.NET 8.0 Isolated LTS**, and then select the Enter key.
42
+
1. For **.NET runtime**, select **.NET 8.0 Isolated LTS**, and then select **Enter**.
43
43
44
-
1. For **Template for the function**, select **Azure Event Grid trigger**, and then select the Enter key.
44
+
1. For **Template for the function**, select **Azure Event Grid trigger**, and then select **Enter**.
45
45
46
-
1. For **Function name**, enter a name for your function, and then select the Enter key.
46
+
1. For **Function name**, enter a name for your function, and then select **Enter**.
47
47
48
-
1. For **Namespace**, enter a name for the function's namespace, and then select the Enter key.
48
+
1. For **Namespace**, enter a name for the function's namespace, and then select **Enter**.
49
49
50
50
1. Open the project in the current window or a new window, or add it to a workspace.
51
51
@@ -69,9 +69,9 @@ In this section, you use Visual Studio Code to create a function with an Event G
:::imagetype="content"source="./media/custom-event-to-function/deploy-to-azure-button.png"alt-text="Screenshot that shows the button for deploying to Azure."lightbox="./media/custom-event-to-function/deploy-to-azure-button.png":::
1. For**Name**, enteragloballyuniquenamefor the new function app, and then select the Enter key.
74
+
1. For**Name**, enteragloballyuniquenamefor the new function app, and then select **Enter**.
75
75
76
76
1. For **Runtime stack**, select **.NET 8 Isolated**.
77
77
@@ -146,7 +146,7 @@ You subscribe to an Event Grid topic to tell Event Grid which events you want to
146
146
:::image type="content" source="./media/custom-event-to-function/provide-endpoint.png" alt-text="Screenshot that shows the pane for selecting a previously created Azure function.":::
147
147
1. This step is optional, but we recommend it for production scenarios. On the **Create Event Subscription** pane, go to the **Additional Features** tab and set values for **Max events per batch** and **Preferred batch size in kilobytes**.
148
148
149
-
Batching can give you high throughput. For **Max events per batch**, set the maximum number of events that a subscription will include in a batch. **Preferred batch size in kilobytes** sets the preferred upper bound of batch size, but it can be exceeded if a single event is larger than this threshold.
149
+
Batching can give you high throughput. For **Max events per batch**, set the maximum number of events that a subscription includes in a batch. **Preferred batch size in kilobytes** sets the preferred upper bound of batch size, but it can be exceeded if a single event is larger than this threshold.
150
150
151
151
:::image type="content" source="./media/custom-event-to-function/enable-batching.png" alt-text="Screenshot that shows batching settings for an event subscription.":::
152
152
1. On the **Create Event Subscription** pane, select **Create**.
@@ -192,7 +192,7 @@ The cURL tool sends HTTP requests. In this article, you use cURL to send the eve
:::imagetype="content"source="./media/custom-event-to-function/monitor-page-invocations.png"alt-text="Screenshot that shows the Invocations tab of the Monitor page.":::
277
-
1. Selecttheinvocationtodisplaythedetails.
277
+
1. Todisplaythedetails, selecttheinvocation.
278
278
279
279
:::imagetype="content"source="./media/custom-event-to-function/invocation-details-page.png"alt-text="Screenshot that shows invocation details.":::
280
280
@@ -288,9 +288,9 @@ If you plan to continue working with this event, don't clean up the resources th
:::imagetype="content"source="./media/custom-event-to-function/delete-resource-groups.png"alt-text="Screenshot that shows the page for resource groups.":::
0 commit comments