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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,23 +149,23 @@ You subscribe to an Event Grid topic to tell Event Grid which events you want to
149
149
150
150
:::image type="content" source="./media/custom-event-to-function/provide-subscription-values.png" alt-text="Screenshot that shows event subscription values.":::
151
151
152
-
1. On the **Select Azure Function** pane, follow these steps:
152
+
1. On the **Select Azure Function** pane, follow these steps:
153
153
154
-
1. For **Subscription**, select the Azure subscription that has the function.
155
-
1. For **Resource group**, select the resource group that has the function.
156
-
1. For **Function app**, select your function app.
157
-
1. For **Function**, select the function in the function app.
158
-
1. Select **Confirm Selection**.
154
+
1. For **Subscription**, select the Azure subscription that has the function.
155
+
1. For **Resource group**, select the resource group that has the function.
156
+
1. For **Function app**, select your function app.
157
+
1. For **Function**, select the function in the function app.
158
+
1. Select **Confirm Selection**.
159
159
160
-
:::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.":::
160
+
:::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.":::
161
161
162
-
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**.
162
+
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**.
163
163
164
-
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.
164
+
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.
165
165
166
-
:::image type="content" source="./media/custom-event-to-function/enable-batching.png" alt-text="Screenshot that shows batching settings for an event subscription.":::
166
+
:::image type="content" source="./media/custom-event-to-function/enable-batching.png" alt-text="Screenshot that shows batching settings for an event subscription.":::
167
167
168
-
1. On the **Create Event Subscription** pane, select **Create**.
168
+
1. On the **Create Event Subscription** pane, select **Create**.
0 commit comments