add section about the input binding support

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2024-10-29 13:37:35 -04:00
parent 18bbd6d321
commit afde16e8fc
1 changed files with 7 additions and 0 deletions

View File

@ -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: