Skip to content

Commit 65766ef

Browse files
Merge pull request #210118 from ecfan/githubs
Azure Logic Apps: Add missing tasks and more about 'evaluatedRecurrence' property
2 parents a4fac69 + 7fadd8a commit 65766ef

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

articles/connectors/connectors-native-recurrence.md

Lines changed: 12 additions & 3 deletions
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: 06/01/2022
8+
ms.date: 09/02/2022
99
---
1010

1111
# Schedule and run recurring workflows with the Recurrence trigger in Azure Logic Apps
@@ -52,15 +52,15 @@ The Recurrence trigger is part of the built-in Schedule connector and runs nativ
5252
5353
1. In the designer, follow the corresponding steps, based on whether your logic app workflow is [Consumption or Standard](../logic-apps/logic-apps-overview.md#resource-environment-differences).
5454

55-
**Consumption**
55+
### [Consumption](#tab/consumption)
5656

5757
1. On the designer, under the search box, select **Built-in**.
5858
1. In the search box, enter **recurrence**.
5959
1. From the triggers list, select the trigger named **Recurrence**.
6060

6161
![Screenshot for Consumption logic app workflow designer with "Recurrence" trigger selected.](./media/connectors-native-recurrence/add-recurrence-trigger-consumption.png)
6262

63-
**Standard**
63+
### [Standard](#tab/standard)
6464

6565
1. On the designer, select **Choose operation**.
6666
1. On the **Add a trigger** pane, under the search box, select **Built-in**.
@@ -69,6 +69,8 @@ The Recurrence trigger is part of the built-in Schedule connector and runs nativ
6969

7070
![Screenshot for Standard logic app workflow designer with "Recurrence" trigger selected.](./media/connectors-native-recurrence/add-recurrence-trigger-standard.png)
7171

72+
---
73+
7274
1. Set the interval and frequency for the recurrence. In this example, set these properties to run your workflow every week, for example:
7375

7476
**Consumption**
@@ -186,6 +188,13 @@ The following example shows how a Recurrence trigger definition might appear in
186188
}
187189
```
188190

191+
> [!NOTE]
192+
>
193+
> In the Recurrence trigger definition, the `evaluatedRecurrence` property appears along with the `recurrence` property
194+
> when any expression or parameter reference appears in the recurrence criteria. This `evaluatedRecurrence` property
195+
> represents the evaluated values from the expression or parameter reference. If the recurrence criteria doesn't
196+
> specify any expressions or parameter references, the `evaluatedRecurrence` and `recurrence` properties are the same.
197+
189198
The following example shows how to update the trigger definition so that the trigger runs only once on the last day of each month:
190199

191200
```json

articles/logic-apps/create-automation-tasks-azure-resources.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ You can create an automation task from a specific automation task template. The
2121

2222
| Resource type | Automation task templates |
2323
|---------------|---------------------------|
24-
| Azure resource groups | **When resource is deleted** |
2524
| All Azure resources | **Send monthly cost for resource** |
26-
| Azure virtual machines | Additionally: <p>- **Power off Virtual Machine** <br>- **Start Virtual Machine** |
27-
| Azure Storage accounts | Additionally: <p>- **Delete old blobs** |
28-
| Azure Cosmos DB | Additionally, <p>- **Send query result via email** |
29-
|||
25+
| Azure virtual machines | Additionally: <br><br>- **Power off Virtual Machine** <br>- **Start Virtual Machine** <br>- **Deallocate Virtual Machine** |
26+
| Azure storage accounts | Additionally: <br><br>- **Delete old blobs** |
27+
| Azure Cosmos DB | Additionally, <br><br>- **Send query result via email** |
3028

3129
This article shows you how to complete the following tasks:
3230

0 commit comments

Comments
 (0)