How many logic apps may be created at once under a single Azure subscription?

Ajin Martin-FT 1 Reputation point
2022-06-30T09:51:53.117+00:00

What is the maximum number of logic apps that can be created under one azure subscription?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,873 questions
Azure ISV (Independent Software Vendors) and Startups
Azure ISV (Independent Software Vendors) and Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.ISV (Independent Software Vendors) and Startups: A Microsoft program that helps customers adopt Microsoft Cloud solutions and drive user adoption.
89 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Kamlesh Kumar 3,861 Reputation points
    2022-06-30T11:19:51.82+00:00

    Hi @Ajin Martin-FT ,

    Thank you for asking this question on the Microsoft Q&A Platform.

    1. Workflows per region per subscription 1000 (from here). These limits apply to a single logic app definition.
    2. This would be related to the Azure Resource Manager.

    For each subscription and tenant, the Resource Manager limits read requests to 15,000 per hour and write requests to 1,200 per hour. These limits apply to each Azure Resource Manager instance; there are multiple instances in every Azure region, and Azure Resource Manager is deployed to all Azure regions. So, in practice, limits are effectively much higher than those listed above, as user requests are generally serviced by many different instances.+

    If your application or script reaches these limits, you need to throttle your requests.

    from here.

    You can also refer to the below Microsoft Doc to understand the limit and config of Logicapps.

    1. https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-limits-and-config?tabs=azure-portal
    2. https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/request-limits-and-throttling

    Regards,
    Kamlesh Kumar
    BizTalk Techie

    Please don't forget to click on 205836-130616-image.png or upvote 205759-130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is How

    Want a reminder to come back and check responses? Here is how to subscribe to a Notification

    If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators

    0 comments No comments