Share via

Logic Apps event grid consumption

Henrik Holst 1 Reputation point
2021-12-05T14:24:00.94+00:00

Hi

By default, Logic App instances run at the same time, or in parallel. This control changes how new runs are queued and can't be changed after enabling.
To run as many parallel instances as possible, leave this control turned off. To limit the number of parallel runs, turn on this control, and select a limit. To run sequentially, select 1 as the limit.

What will happen if the trigger is an Azure Event Grid event (say a BLOB CREATE event). Will all those events be queued in an Azure Logic Apps queue implicitly or how are the overflow handled if not all events can be concurrently handled by the Logic App instance? If the events are stored in an internal azure Logic Apps queue where can I see the current contents or stats on the internal queue?

Kindly
Henrik Holst

Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.

Azure Event Grid
Azure Event Grid

An Azure event routing service designed for high availability, consistent performance, and dynamic scale.

0 comments No comments

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 71,016 Reputation points Moderator
    2021-12-06T11:09:43.713+00:00

    @Henrik Holst Internally the concurrency are handled based on the concurrency value that you have set up on your trigger/action. We take care of scaling of internal queues/resources/queueing of events as needed and these details are not exposed/viewed at the Azure portal at the customer end. If you have concerned that there will be an overflow of internal queue/resources then this will not the case and we make sure of this and services work correctly. If there are no special cases where you only want one instance to be running then I will suggest not to change the concurrency.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.