I want to create an Event Grid which will trigger an event to storage queue if any change occurs in Storage Account.

In short, if any storage account is updated it will trigger an event and send a message in storage queue - is this possible in Azure?

2

There are 2 answers

0
Roman Kiss On

You should subscribe to the resource group. The document Azure resource group as an Event Grid source described all details.

Also, have a look at the document Storage queue as an event handler for Azure Event Grid events for receiving the filtered events emitted by resource group.

1
Markus Meyer On

There's no Event source for S3.
One way is to use AWS Lambda and send a request to Event Grid:

Post to custom topic for Azure Event Grid