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/azure-functions/functions-event-grid-blob-trigger.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ When you create a Blob Storage trigger function using Visual Studio Code, you al
93
93
|**Select a language**| Select `Python`. |
94
94
|**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. |
95
95
|**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`. |
97
97
|**Select setting from "local.settings.json"**| Select `Create new local app setting`. |
98
98
|**Select subscription**| Select your subscription.|
99
99
|**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
357
357
| **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. |
358
358
| **Subject Ends With** | *.txt* | Ensures that the function will only be triggered by blobs ending with `.txt`. |
359
359
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).
361
361
362
362
7. Select **Create** to create the event subscription.
363
363
@@ -393,6 +393,5 @@ Now that you uploaded a file to the **samples-workitems** container, the functio
393
393
## Next steps
394
394
395
395
- [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)
397
396
- [Automate resizing uploaded images using Event Grid](../event-grid/resize-images-on-storage-blob-upload-event.md)
398
397
- [Event Grid trigger for Azure Functions](./functions-bindings-event-grid.md)
0 commit comments