Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
1,960 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
In the logic apps we can set maximum of 50 concurrency.. Is there any way we can set it to 250 instances.?
@Amar-Azure-Practice In that case , can we consider storage or service bus queue to ensure concurrency?
if we clone logic app and set the each logic app to maximum instances then how come we can control the blob trigger reading the same blob in Multiple instances of the Logic app?
i cloned the logic app and renamed it as logicapp-a , logicapp-b, logicapp-c
for each of the logic app i have set the maximum instance count to 50 so i could reach the maximum instance count to 150.
but when we drop one blob in the blob location all of the 3 logic app instances are reading the blob.
only one instance should get the blob.. Is there any way that we can control this?