Azure Storage Account Events fill queue with events whenever event happend

Radoslav Kosturkov 21 Reputation points
2021-05-12T07:44:03.21+00:00

Hi,
I have a questions regarding storage accounts and events there. I am currently exploring how to manage events in storage account. I have already looked over azure storage queues and azure service bus since I saw that they are support for event handling.

My case is: I need to work with any events happening on storage accounts for containers and files in them. I have to somehow differ the messages for different operations and to store messages, for these events, at some queue which will be consumed by java application.

So I have several questions and they are:
It is necessary to create Event Grid to make usage of events from Storage Queue/Service Bus ?
Is it possible to submit messages at queue when some event happend, for instance to save message for newly added file via SAS token ?

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
542 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,679 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
96 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sumarigo-MSFT 43,486 Reputation points Microsoft Employee
    2021-05-13T13:43:36.713+00:00

    @Radoslav Kosturkov Firstly, apologies for the delay in responding here and any inconvenience this issue may have caused.

    We would recommended to use the webhook ,

    • It is necessary to create Event Grid to make usage of events from Storage Queue/Service Bus ? then event grid yes, they can integrate with event hub as well.
    • Is it possible to submit messages at queue when some event happened, for instance to save message for newly added file via SAS token ? They can always integrate with azure function or workflows to achieve the case, as in trigger on a particular event and do the processing as per requirement

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.

    -------------------------------------------------------------------------------------------------------------------------

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful