azureazure-blob-storageazure-eventgridazure-webhooks

How to connect AZ Blob storage with App webhook using Event grid?


Hi im trying to do an exercise in Azure, i need that when a blob is created in my container, capture the event toward AZ Event grid(topic) using a suscription with a controller type webhook.

The suscription has been created, but i dont know how or where register the event toward the event grid.

enter image description here

The container "sample-items": enter image description here


Solution

  • Your storage account screen snippet didn't show an Account kind for Azure Event Grid integration, see my example:

    enter image description here

    Also, there is a Note in the doc:

    enter image description here

    Selecting on Events, you can subscribe your interest on the storage account topic, see the following screen snippet:

    enter image description here