Skip to content

Commit cd1868e

Browse files
authored
Build fixes
1 parent 972cc36 commit cd1868e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/azure-functions/functions-event-grid-blob-trigger.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ When you create a Blob Storage trigger function using Visual Studio Code, you al
9393
|**Select a language**| Select `Python`. |
9494
|**Select a Python interpreter to create a virtual environment**| Select your preferred Python interpreter. If an option isn't shown, enter the full path to your Python binary. |
9595
|**Select a template for your project's first function**| Select `Blob trigger`. |
96-
|**Select a Python programming model**| Select `V2 Programming Model`. ||**Provide a function name**| Enter `blob_trigger_event_grid`. |
96+
|**Select a Python programming model**| Select `V2 Programming Model`. |**Provide a function name**| Enter `blob_trigger_event_grid`. |
9797
|**Select setting from "local.settings.json"**| Select `Create new local app setting`. |
9898
|**Select subscription**| Select your subscription.|
9999
|**Select a storage account**| Use Azurite emulator for local storage. |
@@ -357,7 +357,7 @@ An event subscription, powered by Azure Event Grid, raises events based on chang
357357
| **Subject Begins With** | **`/blobServices/default/containers/<CONTAINER_NAME>/blobs/<BLOB_PREFIX>`** | Replace `<CONTAINER_NAME` and `<BLOB_PREFIX>` with values you choose. This sets the subscription to trigger only for blobs that start with `BLOB_PREFIX` and are in the `CONTAINER_NAME` container. |
358358
| **Subject Ends With** | *.txt* | Ensures that the function will only be triggered by blobs ending with `.txt`. |
359359
360-
For more information on filtering to specific blobs, see [Event Filtering for Azure Event Hub](../event-grid/includes/event-filtering.md#subject-filtering).
360+
For more information on filtering to specific blobs, see [Event Filtering for Azure Event Hub](../event-grid/event-filtering.md).
361361
362362
7. Select **Create** to create the event subscription.
363363
@@ -393,6 +393,5 @@ Now that you uploaded a file to the **samples-workitems** container, the functio
393393
## Next steps
394394
395395
- [Working with blobs](storage-considerations.md#working-with-blobs)
396-
- [Connecting to Blob Storage using identity-based connections](../../includes/functions-storage-blob-connections.md#identity-based-connections)
397396
- [Automate resizing uploaded images using Event Grid](../event-grid/resize-images-on-storage-blob-upload-event.md)
398397
- [Event Grid trigger for Azure Functions](./functions-bindings-event-grid.md)

0 commit comments

Comments
 (0)