Skip to content

Commit 99025ea

Browse files
Fix formatting.
1 parent f9b69f0 commit 99025ea

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -149,23 +149,23 @@ You subscribe to an Event Grid topic to tell Event Grid which events you want to
149149

150150
:::image type="content" source="./media/custom-event-to-function/provide-subscription-values.png" alt-text="Screenshot that shows event subscription values.":::
151151

152-
1. On the **Select Azure Function** pane, follow these steps:
152+
1. On the **Select Azure Function** pane, follow these steps:
153153

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**.
159159

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.":::
161161

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**.
163163

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.
165165

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.":::
167167

168-
1. On the **Create Event Subscription** pane, select **Create**.
168+
1. On the **Create Event Subscription** pane, select **Create**.
169169

170170
## Send an event to your topic
171171

0 commit comments

Comments
 (0)