Skip to content

Commit f1506f1

Browse files
committed
Updated art and steps
1 parent 232e13a commit f1506f1

9 files changed

+8
-6
lines changed
-54 Bytes
Loading
15.6 KB
Loading
3.36 KB
Loading
-7.25 KB
Loading
-24 Bytes
Loading
17.7 KB
Loading
19.1 KB
Loading
6.39 KB
Loading

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -210,15 +210,13 @@ Now, use the code snippet provided by these steps to create an Azure function th
210210

211211
1. In the **Test** pane, under **Request body**, enter this line, and select **Run**.
212212

213-
``` json
214-
{"name": "<p><p>Testing my function</br></p></p>"}
215-
```
213+
`{"name": "<p><p>Testing my function</br></p></p>"}`
216214

217215
![Test your function](./media/tutorial-process-email-attachments-workflow/function-run-test.png)
218216

219217
The **Output** window shows the function's result:
220218

221-
``` json
219+
```json
222220
{"updatedBody":"{\"name\": \"Testing my function\"}"}
223221
```
224222

@@ -247,7 +245,11 @@ After checking that your function works, create your logic app. Although this tu
247245
| **Log Analytics** | Off | For this tutorial, select the **Off** setting. |
248246
||||
249247

250-
1. After Azure deploys your app, the Logic Apps Designer opens and shows a page with an introduction video and templates for common logic app patterns. Under **Templates**, select **Blank Logic App**.
248+
1. After Azure deploys your app, on the Azure toolbar, select the notifications icon, and select **Go to resource**.
249+
250+
![From Azure notifications list, select "Go to resource"](./media/tutorial-process-email-attachments-workflow/go-to-new-logic-app-resource.png)
251+
252+
1. After the Logic Apps Designer opens and shows a page with an introduction video and templates for common logic app patterns. Under **Templates**, select **Blank Logic App**.
251253

252254
![Select blank logic app template](./media/tutorial-process-email-attachments-workflow/choose-logic-app-template.png)
253255

@@ -269,7 +271,7 @@ Next, add a [trigger](../logic-apps/logic-apps-overview.md#logic-app-concepts) t
269271

270272
1. Now provide the criteria the trigger uses to filter new email.
271273

272-
1. Specify these settings for checking emails.
274+
1. Specify the settings described below for checking emails.
273275

274276
![Specify folder, interval, and frequency for checking mails](./media/tutorial-process-email-attachments-workflow/set-up-email-trigger.png)
275277

0 commit comments

Comments
 (0)