Skip to content

Commit 5cc0803

Browse files
author
ecfan
committed
Fix Acrolinx issues
1 parent f000479 commit 5cc0803

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/logic-apps/tutorial-build-schedule-recurring-logic-app-workflow.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ When you're done, your workflow looks similar to the following high level exampl
6767
| **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 (`.`). |
6868
| **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 (`.`). |
6969

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 multi-tenant 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 multienant Azure Logic Apps.
7171

7272
The **Plan type** property also specifies the billing model to use.
7373

7474
| Plan type | Description |
7575
|-----------|-------------|
76-
| **Standard** | This logic app type is the default selection and runs in single-tenant Azure Logic Apps and uses the [Standard billing model](logic-apps-pricing.md#standard-pricing). |
77-
| **Consumption** | This logic app type runs in global, multi-tenant Azure Logic Apps and uses the [Consumption billing model](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 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). |
7878

7979
1. Now continue with the following selections:
8080

@@ -89,7 +89,7 @@ When you're done, your workflow looks similar to the following high level exampl
8989

9090
The Azure portal opens your Consumption logic app and the workflow designer.
9191

92-
Next, add the **Schedule** trigger named **Recurrence**, which runs the workflow based on a specified schedule. Every workflow must start with a trigger, which fires when a specific event happens or when new data meets a specific condition. For more information, see [Create an example Consumption logic app workflow in multi-tenant Azure Logic Apps](../logic-apps/quickstart-create-example-consumption-workflow.md).
92+
Next, add the **Schedule** trigger named **Recurrence**, which runs the workflow based on a specified schedule. Every workflow must start with a trigger, which fires when a specific event happens or when new data meets a specific condition. For more information, see [Create an example Consumption logic app workflow in multitenant Azure Logic Apps](../logic-apps/quickstart-create-example-consumption-workflow.md).
9393

9494
## Add the Recurrence trigger
9595

@@ -170,7 +170,7 @@ Sometimes, you might want to run operations on data in your workflow, and then u
170170

171171
By default, the **Get route** action returns the current travel time with traffic in seconds from the **Travel Duration Traffic** property. By converting and storing this value as minutes instead, you make the value easier to reuse later without converting again.
172172

173-
1. Under the **Get route** action, [follow these general steps to add a **Variables** action named **Initliaze variable**](create-workflow-with-trigger-or-action.md?tabs=consumption#add-action).
173+
1. Under the **Get route** action, [follow these general steps to add a **Variables** action named **Initialize variable**](create-workflow-with-trigger-or-action.md?tabs=consumption#add-action).
174174

175175
1. Rename **Initialize variable** action with the following title: **Create variable to store travel time**.
176176

@@ -198,7 +198,7 @@ By default, the **Get route** action returns the current travel time with traffi
198198

199199
:::image type="content" source="media/tutorial-build-scheduled-recurring-logic-app-workflow/initialize-variable-dynamic-content.png" alt-text="Screenshot shows where to put cursor in the div(,60) expression and select Dynamic content." lightbox="media/tutorial-build-scheduled-recurring-logic-app-workflow/initialize-variable-dynamic-content.png":::
200200

201-
1. In the dynamic content list, under select the ouptut value, **Travel Duration Traffic**.
201+
1. In the dynamic content list, under select the output value, **Travel Duration Traffic**.
202202

203203
If the output doesn't appear, in the dynamic content list, next to the action name, select **See more**.
204204

@@ -244,7 +244,7 @@ Next, add the action to run when the travel time exceeds your limit.
244244

245245
## Send email when limit exceeded
246246

247-
Now, add an action that sends you 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.
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.
248248

249249
1. In the condition's **True** branch, the plus sign (**+**), and then select **Add an action**.
250250

@@ -311,7 +311,7 @@ To manually start your workflow, on the designer toolbar, select **Run** > **Run
311311

312312
* If the current travel time stays under your limit, your workflow does nothing else and waits or the next interval before checking again.
313313

314-
* If the current travel time exceeds your limit, you get an email with the current travel time and the number of minutes above your limit. Here is an example email that your workflow sends:
314+
* If the current travel time exceeds your limit, you get an email with the current travel time and the number of minutes above your limit. The following example shows a sample email that your workflow sends:
315315

316316
:::image type="content" source="media/tutorial-build-scheduled-recurring-logic-app-workflow/received-example-email-notification.png" alt-text="Screenshot shows example email that reports current travel time and extra travel time that exceeds your specified limit." lightbox="media/tutorial-build-scheduled-recurring-logic-app-workflow/received-example-email-notification.png":::
317317

0 commit comments

Comments
 (0)