Skip to content

Commit 2bb0ffc

Browse files
committed
Updated art and steps
1 parent f1506f1 commit 2bb0ffc

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed
1.46 KB
Loading
1.27 KB
Loading

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Now, connect Storage Explorer to your storage account so you can confirm that yo
125125

126126
1. Confirm your connection information, and then select **Connect**.
127127

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**.
129129

130130
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:
131131

@@ -477,15 +477,13 @@ Now test whether your logic app handles emails the way that you specified:
477477

478478
* Your email has at least one attachment. For now, just create one empty text file, and attach that file to your email.
479479

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`
483481

484482
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).
485483

486484
1. Check that your logic app saved the email to the correct storage container.
487485

488-
1. In Storage Explorer, expand **(Local and Attached)** > **Storage Accounts** > **attachmentstorageacct (External)** > **Blob Containers** > **attachments**.
486+
1. In Storage Explorer, expand **Local & Attached** > **Storage Accounts** > **attachmentstorageacct (Key)** > **Blob Containers** > **attachments**.
489487

490488
1. Check the **attachments** container for the email.
491489

@@ -568,7 +566,7 @@ Next, test whether your logic app handles the attachments the way that you speci
568566

569567
1. Check that your logic app saved the email and attachments to the correct storage container.
570568

571-
1. In Storage Explorer, expand **(Local and Attached)** > **Storage Accounts** > **attachmentstorageacct (External)** > **Blob Containers** > **attachments**.
569+
1. In Storage Explorer, expand **Local & Attached** > **Storage Accounts** > **attachmentstorageacct (Key)** > **Blob Containers** > **attachments**.
572570

573571
1. Check the **attachments** container for both the email and the attachments.
574572

0 commit comments

Comments
 (0)