Skip to content

Commit ae93ba6

Browse files
Merge pull request #276305 from jodoroth/patch-1
[Docs][Content Health][CSS] Advanced Scheduling not supported on recurrent polling triggers
2 parents 76e3468 + 3fa3f5d commit ae93ba6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/connectors/introduction.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ A trigger specifies the condition to meet before the workflow can start and is a
5050

5151
- *Polling* triggers regularly check a specific service or system on a specified schedule to check for new data or a specific event. If new data is available, or the specific event happens, these triggers create and run a new instance of your workflow. This new instance can then use the data that's passed as input.
5252

53+
> [!NOTE]
54+
>
55+
> For connectors that are Microsoft-managed, hosted, and run in Azure, polling triggers use only the **Interval**
56+
> and **Frequency** values to calculate the next recurrence. They don't use the advanced scheduling options,
57+
> such as **At these hours** and **At these days**. These options work only with built-in polling triggers that
58+
> directly run with the Azure Logic Apps runtime, such as the **Recurrence**, **Sliding Window**, and **HTTP** triggers.
59+
60+
5361
- *Push* or *webhook* triggers listen for new data or for an event to happen, without polling. When new data is available, or when the event happens, these triggers create and run a new instance of your workflow. This new instance can then use the data that's passed as input.
5462

5563
For example, suppose you want to build a workflow that runs when a file is uploaded to your FTP server. As the first step in your workflow, you can add the [FTP trigger](/connectors/ftp/#triggers) named **When a file is added or modified**, which follows a polling pattern. You then specify the schedule to regularly check for upload events.

0 commit comments

Comments
 (0)