Files
spring-cloud-function/spring-cloud-function-samples/function-azure-di-samples/azure-blob-trigger-demo
Oleg Zhurakousky c95686911b Update pom.xml
2023-02-23 15:06:59 +01:00
..
2022-12-15 11:00:41 +01:00
2023-02-23 15:06:59 +01:00

The Blob storage binding is part of an extension bundle, which is specified in your host.json project file.

The Blob storage trigger starts a function when a new or updated blob is detected. The blob contents are provided as input to the function.