Skip to content

Commit

Permalink
Merge pull request #4408 from hhunter-ms/issue_3218
Browse files Browse the repository at this point in the history
[Blob storage component] Add section about the Event Grid input binding support
  • Loading branch information
hhunter-ms authored Nov 4, 2024
2 parents bd1f3c0 + 67e66f7 commit a24cc7a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ 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** triggers and pushes events using [Azure Event Grid]({{< 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

To perform a create blob operation, invoke the Azure Blob Storage binding with a `POST` method and the following JSON body:
Expand Down

0 comments on commit a24cc7a

Please sign in to comment.