Question About Rate Limits for Standard and Enterprise Connector rate limits in Azure Logic Apps

Sreekanth Reddy Pattem 20 Reputation points
2025-04-28T10:31:32.6+00:00

Hello,

I hope you're doing well. I am currently exploring the Azure Logic Apps and would appreciate some help in understanding the rate limits for connectors, specifically:

  1. Standard connectors in Azure Logic Apps.
  2. Enterprise connectors in Azure Logic Apps & others

Are there any rate limits for these connectors similar to the ones in Microsoft Power Automate?

Thanks,
Sreekanth

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,470 questions
{count} votes

Accepted answer
  1. Khadeer Ali 4,960 Reputation points Microsoft External Staff
    2025-04-29T14:00:09.05+00:00

    @Sreekanth Reddy Pattem ,

    To summarize our discussion — we reviewed the rate limits applicable to Office 365 and Azure connectors in Azure Logic Apps. Logic Apps itself does not enforce connector-specific limits; instead, each connector is subject to the throttling policies of its underlying service. These limits apply universally across tools such as Power Automate, Power Apps, and custom solutions using Microsoft Graph APIs.

    Here’s a quick overview of some commonly used services and their limits:

    Exchange Online (Outlook Connector): Allows 30 messages per minute and 10,000 recipients per day per mailbox.

    SharePoint Online: Limits to 600 API calls per connection per 60 seconds. Returns HTTP 429 when exceeded.

    Excel Online (Business): Typically supports around 100 API calls per 60 seconds. Microsoft recommends adding delays or retries to avoid throttling, although exact limits are not officially documented.

    OneDrive for Business: Shares throttling behavior with SharePoint, as detailed in the Microsoft Graph throttling documentation.

    Microsoft Teams, Planner, and other Graph-based connectors: Follow Microsoft Graph API throttling rules, which vary by service and request type.

    Azure Services (e.g., Key Vault, Storage Queues): Enforce their own limits, such as 4,000 GET operations per 10 seconds for Key Vault software keys and 2,000 messages per second per Azure Storage Queue.

    These limits cannot be increased or bypassed using Logic Apps. However, Logic Apps offers robust capabilities to manage these constraints, such as retry policies with exponential backoff, trigger controls, and monitoring tools (e.g., Azure Monitor, Log Analytics).

    Hope this helps. Do let us know if you have any further queries.


    If this answers your query, do click Accept Answer and Yes for "Was this answer helpful." And if you have any further questions, let us know.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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