@@ -58,7 +58,7 @@ such as Office 365 Outlook, Outlook.com, or Gmail. For other providers,
58
58
but your UI might appear slightly different.
59
59
60
60
* Download and install the
61
- <a href =" http ://storageexplorer.com/" target =" _blank " >free Microsoft Azure Storage Explorer</a >.
61
+ <a href =" https ://storageexplorer.com/" target =" _blank " >free Microsoft Azure Storage Explorer</a >.
62
62
This tool helps you check that your storage container is correctly set up.
63
63
64
64
## Sign in to Azure portal
@@ -135,28 +135,38 @@ Next, connect Storage Explorer to your storage account.
135
135
## Set up Storage Explorer
136
136
137
137
Now, connect Storage Explorer to your storage account
138
- so that you can confirm that your logic app correctly
139
- saves attachments as blobs in your storage container.
138
+ so you can confirm that your logic app can correctly
139
+ save attachments as blobs in your storage container.
140
140
141
141
1 . Open Microsoft Azure Storage Explorer.
142
- When Storage Explorer prompts you for a connection to Azure storage,
143
- choose ** Use a storage account name and key** > ** Next** .
144
- If no prompt appears, choose ** Add account** on the explorer toolbar.
145
142
146
- 2 . Under ** Attach using Name and Key** , enter your storage account name
147
- and the access key that you previously saved. Choose ** Next** > ** Connect** .
143
+ Storage Explorer prompts you for a connection to your storage account.
148
144
149
- 3 . Check that your storage account and container
150
- appear correctly in Storage Explorer:
145
+ 2 . In the ** Connect to Azure Storage ** pane,
146
+ select ** Use a storage account name and key ** , and then choose ** Next ** .
151
147
152
- 1 . Under ** Explorer** , expand ** (Local and Attached)** >
153
- ** Storage Accounts** > ** attachmentstorageaccount** >
154
- ** Blob Containers** .
148
+ ![ Storage Explorer - Connect to storage account] ( ./media/tutorial-process-email-attachments-workflow/storage-explorer-choose-storage-account.png )
155
149
156
- 2 . Confirm that the "attachments" container now appears.
157
- For example:
150
+ > [ !TIP]
151
+ > If no prompt appears, on the Storage Explorer toolbar,
152
+ > choose ** Add account** .
153
+
154
+ 3 . Under ** Account name** , provide your storage account name.
155
+ Under ** Account key** , provide the access key you previously saved.
156
+ Choose ** Next** .
157
+
158
+ 4 . Confirm your connection information, and then choose ** Connect** .
159
+
160
+ Storage Explorer creates the connection,
161
+ and shows your storage account in the Explorer window
162
+ under ** (Local and Attached)** > ** Storage Accounts** .
163
+
164
+ 5 . To find your blob storage container, under ** Storage Accounts** ,
165
+ expand your storage account, which is ** attachmentstorageacct** here,
166
+ and then expand ** Blob Containers** where you find the ** attachments** container,
167
+ for example:
158
168
159
- ![ Storage Explorer - confirm storage container] ( ./media/tutorial-process-email-attachments-workflow/storage-explorer-check-contianer.png )
169
+ ![ Storage Explorer - find storage container] ( ./media/tutorial-process-email-attachments-workflow/storage-explorer-check-contianer.png )
160
170
161
171
Next, create an [ Azure function] ( ../azure-functions/functions-overview.md )
162
172
that removes HTML from incoming email.
0 commit comments