From afde16e8fc4f2c5f0f92d5738cbf48b2467436b9 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Tue, 29 Oct 2024 13:37:35 -0400 Subject: [PATCH 1/2] add section about the input binding support Signed-off-by: Hannah Hunter --- .../components-reference/supported-bindings/blobstorage.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/blobstorage.md b/daprdocs/content/en/reference/components-reference/supported-bindings/blobstorage.md index 4baea225cf1..6e26f90864a 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/blobstorage.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/blobstorage.md @@ -63,6 +63,13 @@ This component supports **output binding** with the following operations: - `delete` : [Delete blob](#delete-blob) - `list`: [List blobs](#list-blobs) +The Blob storage component's **input binding** functionality, such as triggering notifications for uploaded files, is served by the [Azure Event Grid binding]({{< ref eventgrid.md >}}). + +Refer to the following guides for set up and component specs: + +- [Reacting to Blob storage events](https://learn.microsoft.com/azure/storage/blobs/storage-blob-event-overview) +- [Azure Event Grid binding spec]({{< ref eventgrid.md >}}) + ### Create blob To perform a create blob operation, invoke the Azure Blob Storage binding with a `POST` method and the following JSON body: From e828e4662a07e7757ce3fd0e1d69ed713e6b191e Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Fri, 1 Nov 2024 14:57:08 -0400 Subject: [PATCH 2/2] edits to the blog storage binding Signed-off-by: Hannah Hunter --- .../components-reference/supported-bindings/blobstorage.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/blobstorage.md b/daprdocs/content/en/reference/components-reference/supported-bindings/blobstorage.md index 6e26f90864a..008d10a7e27 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/blobstorage.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/blobstorage.md @@ -63,12 +63,9 @@ This component supports **output binding** with the following operations: - `delete` : [Delete blob](#delete-blob) - `list`: [List blobs](#list-blobs) -The Blob storage component's **input binding** functionality, such as triggering notifications for uploaded files, is served by the [Azure Event Grid binding]({{< ref eventgrid.md >}}). +The Blob storage component's **input binding** triggers and pushes events using [Azure Event Grid]({{< ref eventgrid.md >}}). -Refer to the following guides for set up and component specs: - -- [Reacting to Blob storage events](https://learn.microsoft.com/azure/storage/blobs/storage-blob-event-overview) -- [Azure Event Grid binding spec]({{< ref eventgrid.md >}}) +Refer to the [Reacting to Blob storage events](https://learn.microsoft.com/azure/storage/blobs/storage-blob-event-overview) guide for more set up and more information. ### Create blob