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-process-email-attachments-workflow.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ Now, connect Storage Explorer to your storage account so you can confirm that yo
125
125
126
126
1. Confirm your connection information, and then select **Connect**.
127
127
128
-
Storage Explorer creates the connection, and shows your storage account in the Explorer window under **(Local and Attached)** > **Storage Accounts**.
128
+
Storage Explorer creates the connection, and shows your storage account in the Explorer window under **Local & Attached** > **Storage Accounts**.
129
129
130
130
1. To find your blob storage container, under **Storage Accounts**, expand your storage account, which is **attachmentstorageacct** here, and expand **Blob Containers** where you find the **attachments** container, for example:
131
131
@@ -477,15 +477,13 @@ Now test whether your logic app handles emails the way that you specified:
477
477
478
478
* Your email has at least one attachment. For now, just create one empty text file, and attach that file to your email.
479
479
480
-
* Your email has some test content in the body, for example:
481
-
482
-
`Testing my logic app`
480
+
* Your email has some test content in the body, for example: `Testing my logic app`
483
481
484
482
If your logic app didn't trigger or run despite a successful trigger, see [Troubleshoot your logic app](../logic-apps/logic-apps-diagnosing-failures.md).
485
483
486
484
1. Check that your logic app saved the email to the correct storage container.
487
485
488
-
1. In Storage Explorer, expand **(Local and Attached)** > **Storage Accounts** > **attachmentstorageacct (External)** > **Blob Containers** > **attachments**.
0 commit comments