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
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,15 +210,13 @@ Now, use the code snippet provided by these steps to create an Azure function th
210
210
211
211
1. In the **Test** pane, under **Request body**, enter this line, and select **Run**.
212
212
213
-
```json
214
-
{"name": "<p><p>Testing my function</br></p></p>"}
215
-
```
213
+
`{"name": "<p><p>Testing my function</br></p></p>"}`
216
214
217
215

218
216
219
217
The **Output** window shows the function's result:
220
218
221
-
```json
219
+
```json
222
220
{"updatedBody":"{\"name\": \"Testing my function\"}"}
223
221
```
224
222
@@ -247,7 +245,11 @@ After checking that your function works, create your logic app. Although this tu
247
245
|**Log Analytics**| Off | For this tutorial, select the **Off** setting. |
248
246
||||
249
247
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
+

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**.
0 commit comments