Skip to content

Commit db39ffd

Browse files
author
ecfan
committed
Fix Acrolinx issues
1 parent ae76b0c commit db39ffd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-use-event-grid-batch.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ This logic app workflow uses parameters to store specific pieces of information
185185

186186
> [!TIP]
187187
>
188-
> Use the values configured at [Authenticating against batch endpoints](#authenticating-against-batch-endpoints).
188+
> Use the values configured at [Authenticating against batch endpoints](#authenticate-against-batch-endpoints).
189189
190190
| Parameter name | Description | Sample value |
191191
|----------------|-------------|--------------|
@@ -217,11 +217,11 @@ We want to trigger the logic app workflow each time a new file is created in a g
217217

218218
1. From the **Advanced parameters** list, select **Prefix Filter**, and provide the following value:
219219

220-
**/blobServices/default/containers/<container-name>/blobs/<path-to-data-folder>**
220+
**/blobServices/default/containers/<*container-name*>/blobs/<*path-to-data-folder*>**
221221

222222
> [!IMPORTANT]
223223
>
224-
> The **Prefix Filter** property allows Event Grid to only notify the workflow when a blob is created in the specific path we indicated. In this case, we assume that files are created by some external process in the folder specified by **<path-to-data-folder>** inside the container **<container-name>**, which is in the selected storage account. Configure this parameter to match the location of your data. Otherwise, the event is fired for any file created at any location of the storage account. For more information, see [Event filtering for Event Grid](../event-grid/event-filtering.md).
224+
> The **Prefix Filter** property allows Event Grid to only notify the workflow when a blob is created in the specific path we indicated. In this case, we assume that files are created by some external process in the folder specified by **<*path-to-data-folder*>** inside the container **<*container-name*>**, which is in the selected storage account. Configure this parameter to match the location of your data. Otherwise, the event is fired for any file created at any location of the storage account. For more information, see [Event filtering for Event Grid](../event-grid/event-filtering.md).
225225
226226
The following example shows how the trigger appears:
227227

0 commit comments

Comments
 (0)