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
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).
238
238
239
239
## Add a trigger to check incoming email
240
240
@@ -403,7 +403,7 @@ Next, add an action that creates a blob in your storage container so you can sav
403
403
| Property | Value | Description |
404
404
|----------|-------|-------------|
405
405
|**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 |
407
407
|**Azure Storage account name or endpoint**| <*storage-account-name*> | The name for your previously created storage account, which is **attachmentstorageacct** for this example |
408
408
|**Azure Storage Account Access Key**| <*storage-account-access-key*> | The access key for your previously created storage account |
0 commit comments