There is limit of 1000 LogicApps workflows per region per subscription. Is the limit on the number of workflows we can create or the limit is on the number of running instances of the workflow?
Asked
Active
Viewed 235 times
0
-
1Looks to be rather badly specified. See also https://stackoverflow.com/questions/48335005/upper-limit-on-the-number-of-azure-logic-apps-that-can-be-created-in-a-resource – Dijkgraaf Mar 11 '21 at 02:30
1 Answers
1
1000 is the number of Azure logic apps
you can create instead of instances.
Because a single Azure Logic App Workflow
will have many instances running at the same time, it is unreasonable if only 1000 instances can be run at most.

Frank Borzage
- 6,292
- 1
- 6
- 19