Skip to content

Commit 80e83f5

Browse files
Merge pull request #263583 from xuehongg/mybranch10
Clarifying blob connector trigger max limit
2 parents 24cfb7c + 6f1e93e commit 80e83f5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/connectors/connectors-create-api-azureblobstorage.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 01/10/2024
8+
ms.date: 01/18/2024
99
tags: connectors
1010
---
1111

@@ -39,6 +39,13 @@ The Azure Blob Storage connector has different versions, based on [logic app typ
3939

4040
1. Follow the trigger with the Azure Blob Storage managed connector action named [**Get blob content**](/connectors/azureblobconnector/#get-blob-content), which reads the complete file and implicitly uses chunking.
4141

42+
- Azure Blob Storage trigger limits
43+
44+
- The *managed* connector trigger is limited to 30,000 blobs in the polling virtual folder.
45+
- The *built-in* connector trigger is limited to 10,000 blobs in the entire polling container.
46+
47+
If the limit is exceeded, a new blob might not be able to trigger the workflow, so the trigger is skipped.
48+
4249
## Prerequisites
4350

4451
- An Azure account and subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

0 commit comments

Comments
 (0)