You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/tutorial-build-schedule-recurring-logic-app-workflow.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,14 +67,14 @@ When you're done, your workflow looks similar to the following high level exampl
67
67
|**Resource Group**| Yes |**LA-TravelTime-RG**| The [Azure resource group](../azure-resource-manager/management/overview.md) where you create your logic app resource and related resources. This name must be unique across regions and can contain only letters, numbers, hyphens (`-`), underscores (`_`), parentheses (`(`, `)`), and periods (`.`). |
68
68
|**Name**| Yes |**LA-TravelTime**| Your logic app resource name, which must be unique across regions and can contain only letters, numbers, hyphens (`-`), underscores (`_`), parentheses (`(`, `)`), and periods (`.`). |
69
69
70
-
1. Before you continue making selections, go to the **Plan** section. For **Plan type**, select **Consumption** to show only the settings for a Consumption logic app workflow, which runs in multienant Azure Logic Apps.
70
+
1. Before you continue making selections, go to the **Plan** section. For **Plan type**, select **Consumption** to show only the settings for a Consumption logic app workflow, which runs in multitenant Azure Logic Apps.
71
71
72
72
The **Plan type** property also specifies the billing model to use.
73
73
74
74
| Plan type | Description |
75
75
|-----------|-------------|
76
-
|**Standard**| This logic app type is the default selection and runs in single-tenant Azure Logic Apps and uses the [Standard billing plan](logic-apps-pricing.md#standard-pricing). |
77
-
|**Consumption**| This logic app type runs in global, multitenant Azure Logic Apps and uses the [Consumption billing plan](logic-apps-pricing.md#consumption-pricing). |
76
+
|**Standard**| This logic app type is the default selection and runs in single-tenant Azure Logic Apps and uses the [Standard pricing model](logic-apps-pricing.md#standard-pricing). |
77
+
|**Consumption**| This logic app type runs in global, multitenant Azure Logic Apps and uses the [Consumption pricing model](logic-apps-pricing.md#consumption-pricing). |
78
78
79
79
1. Now continue with the following selections:
80
80
@@ -246,7 +246,7 @@ Next, add the action to run when the travel time exceeds your limit.
246
246
247
247
Now, add an action that sends email when the travel time exceeds your limit. This email includes the current travel time and the extra time necessary to travel the specified route.
248
248
249
-
1. In the condition's **True** branch, the plus sign (**+**), and then select **Add an action**.
249
+
1. In the condition's **True** branch, select the plus sign (**+**), and then select **Add an action**.
250
250
251
251
1.[Follow these general steps to add an **Office 365 Outlook** action named **Send an email**](create-workflow-with-trigger-or-action.md?tabs=consumption#add-action).
0 commit comments