Skip to content

Commit 8ecfd11

Browse files
authored
Fix Acrolinx issues
1 parent fae54bd commit 8ecfd11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Now, connect Storage Explorer to your storage account so you can confirm that yo
105105
106106
1. In the **Select Azure Environment** window, select your Azure environment, and then select **Next**.
107107

108-
This example continues by selecting global, multi-tenant **Azure**.
108+
This example continues by selecting global, multitenant **Azure**.
109109

110110
1. In the browser window that appears, sign in with your Azure account.
111111

@@ -234,7 +234,7 @@ After you confirm that your function works, create your logic app resource and w
234234

235235
![Screenshot showing Azure portal, Consumption workflow designer, and blank logic app template selected.](./media/tutorial-process-email-attachments-workflow/choose-logic-app-template.png)
236236

237-
Next, add a [trigger](logic-apps-overview.md#logic-app-concepts) that listens for incoming emails that have attachments. Every workflow must start with a trigger, which fires when the trigger condition is met, for example, a specific event happens or when new data exists. For more information, see [Quickstart: Create an example Consumption logic app workflow in multi-tenant Azure Logic Apps](quickstart-create-example-consumption-workflow.md).
237+
Next, add a [trigger](logic-apps-overview.md#logic-app-concepts) that listens for incoming emails that have attachments. Every workflow must start with a trigger, which fires when the trigger condition is met, for example, a specific event happens or when new data exists. For more information, see [Quickstart: Create an example Consumption logic app workflow in multitenant Azure Logic Apps](quickstart-create-example-consumption-workflow.md).
238238

239239
## Add a trigger to check incoming email
240240

@@ -403,7 +403,7 @@ Next, add an action that creates a blob in your storage container so you can sav
403403
| Property | Value | Description |
404404
|----------|-------|-------------|
405405
| **Connection name** | **AttachmentStorageConnection** | A descriptive name for the connection |
406-
| **Authentication type** | **Access Key** | The authenticate type to use for the connection |
406+
| **Authentication type** | **Access Key** | The authentication type to use for the connection |
407407
| **Azure Storage account name or endpoint** | <*storage-account-name*> | The name for your previously created storage account, which is **attachmentstorageacct** for this example |
408408
| **Azure Storage Account Access Key** | <*storage-account-access-key*> | The access key for your previously created storage account |
409409

0 commit comments

Comments
 (0)