Skip to content

Commit 9b3df6d

Browse files
author
ecfan
committed
Fix Acrolinx issues
1 parent f827622 commit 9b3df6d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,15 +287,15 @@ Now, add an action that sends email when the travel time exceeds your limit. Thi
287287

288288
1. Enter the text **Add extra travel time (minutes):** with a trailing space. Keep your cursor in the **Body** box, and select the option for the expression editor (formula icon).
289289

290-
1. In the expression editor, enter **sub(,15)** so that you can calculate the number of minutes that exceed your limit:
290+
1. In the expression editor, enter **sub(,15)** so that you can calculate the number of minutes that exceed your limit:
291291

292292
:::image type="content" source="media/tutorial-build-scheduled-recurring-logic-app-workflow/send-email-body-expression-editor.png" alt-text="Screenshot shows expression editor with the sub(,15) entered." lightbox="media/tutorial-build-scheduled-recurring-logic-app-workflow/send-email-body-expression-editor.png":::
293293

294-
1. Within the expression, put your cursor between the left parenthesis (**(**) and the comma (**,**), and select **Dynamic content**.
294+
1. Within the expression, put your cursor between the left parenthesis (**(**) and the comma (**,**), and select **Dynamic content**.
295295

296296
:::image type="content" source="media/tutorial-build-scheduled-recurring-logic-app-workflow/send-email-body-select-dynamic-content.png" alt-text="Screenshot shows where to put cursor in the sub(,15) expression, and select Dynamic content." lightbox="media/tutorial-build-scheduled-recurring-logic-app-workflow/send-email-body-select-dynamic-content.png":::
297297

298-
1. Under **Variables**, select **travelTime**.
298+
1. Under **Variables**, select **travelTime**.
299299

300300
:::image type="content" source="media/tutorial-build-scheduled-recurring-logic-app-workflow/send-email-body-select-travel-time.png" alt-text="Screenshot shows dynamic content list with travelTime variable selected." lightbox="media/tutorial-build-scheduled-recurring-logic-app-workflow/send-email-body-select-travel-time.png":::
301301

articles/logic-apps/tutorial-process-email-attachments-workflow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This tutorial shows how to build an example workflow that integrates Azure Funct
1818

1919
When you finish, your workflow looks like the following high level example:
2020

21-
:::image type="content" source="media/tutorial-process-email-attachments-workflow/overview.png" alt-text="Screenshot shows example Consumption workflow that runs using the Office 365 Outlook trigger" lightbox="media/tutorial-process-email-attachments-workflow/overview.png":::
21+
:::image type="content" source="media/tutorial-process-email-attachments-workflow/overview.png" alt-text="Screenshot shows example Consumption workflow that runs using the Office 365 Outlook trigger." lightbox="media/tutorial-process-email-attachments-workflow/overview.png":::
2222

2323
> [!TIP]
2424
>
@@ -54,7 +54,7 @@ You can create a similar workflow with a Standard logic app resource where some
5454

5555
## Set up storage to save attachments
5656

57-
The following steps set up [Azure storage](../storage/common/storage-introduction.md) so that you can incoming emails and attachments as blobs.
57+
The following steps set up [Azure storage](../storage/common/storage-introduction.md) so that you can store incoming emails and attachments as blobs.
5858

5959
1. In the [Azure portal](https://portal.azure.com), sign in with your Azure account credentials.
6060

@@ -293,7 +293,7 @@ The following steps add a trigger that monitors for incoming emails that have at
293293

294294
1. Sign in to your email account, which creates a connection between your workflow and your email account.
295295

296-
1. In the trigger information box, from the **Advanced parameters** list, add the following parameters, if they don't apear, and provide the following information:
296+
1. In the trigger information box, from the **Advanced parameters** list, add the following parameters, if they don't appear, and provide the following information:
297297

298298
| Parameter | Value | Description |
299299
|-----------|-------|-------------|
@@ -387,7 +387,7 @@ Next, define the actions to take for the **True** branch. To save the email alon
387387
388388
## Call the RemoveHTMLFunction
389389

390-
The following steps add your previously created Azure function and passes the email body content from email trigger to your function.
390+
The following steps add your previously created Azure function, which accepts the email body content from the email trigger as input.
391391

392392
1. On the logic app menu, under **Development Tools**, select **Logic app designer**. In the **True** branch, select **Add an action**.
393393

0 commit comments

Comments
 (0)