Logic Apps Flashcards
Recurrence Trigger
Used to schedule actions, workloads, or processes that run regularly.
Polling Trigger
Checks a service’s endpoint at regular intervals.
Event-based Trigger
Used by Event Grid to trigger the logic app
Retry Policy
A retry policy applies to intermittent failures, characterized as HTTP status codes 408, 429 (rate limit), and 5xx, in addition to any connectivity exceptions. The default is an exponential interval policy set to retry 4 times.
For/Do Loops are processed in parallel? True or False
True
For/Do Loops are processed in parallel? True or False
True and is the default but it can also run sequential
Fixed Retry Interval
Fixed interval for retries
Fixed Retry Interval
Fixed interval for retries
List the RunAfter Settings options
is successful
has failed
is skipped
has timed out