Skip to content

Commit b1d3c20

Browse files
committed
Art cleanup and clarity edits
1 parent 9245fba commit b1d3c20

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
-85 Bytes
Loading
1.74 KB
Loading

articles/logic-apps/quickstart-create-first-logic-app-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ When you no longer need this sample, delete the resource group that contains you
169169

170170
![Find, select, and delete resource group](./media/quickstart-create-first-logic-app-workflow/delete-resource-group.png)
171171

172-
1. Enter the resource group name as confirmation, and select **Delete**.
172+
1. When the confirmation pane appears, enter the resource group name, and select **Delete**.
173173

174174
![To confirm deletion, select "Delete"](./media/quickstart-create-first-logic-app-workflow/delete-resource-group-2.png)
175175

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -604,9 +604,9 @@ Next, add an action so that your logic app sends email to review the attachments
604604

605605
| Setting | Value | Notes |
606606
| ------- | ----- | ----- |
607-
| **Body** | ```Please review new applicant:``` <p>```Applicant name:``` **From** <p>```Application file location:``` **Path** <p>```Application email content:``` **Body** | The email's body content. Click inside this box, enter the example text, and from the dynamic content list, select these fields: <p>- The **From** field under **When a new email arrives** </br>- The **Path** field under **Create blob for email body** </br>- The **Body** field under **Call RemoveHTMLFunction to clean email body** |
608-
| **Subject** | ```ASAP - Review applicant for position:``` **Subject** | The email subject that you want to include. Click inside this box, enter the example text, and from the dynamic content list, select the **Subject** field under **When a new email arrives**. |
609607
| **To** | <*recipient-email-address*> | For testing purposes, you can use your own email address. |
608+
| **Subject** | ```ASAP - Review applicant for position:``` **Subject** | The email subject that you want to include. Click inside this box, enter the example text, and from the dynamic content list, select the **Subject** field under **When a new email arrives**. |
609+
| **Body** | ```Please review new applicant:``` <p>```Applicant name:``` **From** <p>```Application file location:``` **Path** <p>```Application email content:``` **Body** | The email's body content. Click inside this box, enter the example text, and from the dynamic content list, select these fields: <p>- The **From** field under **When a new email arrives** </br>- The **Path** field under **Create blob for email body** </br>- The **Body** field under **Call RemoveHTMLFunction to clean email body** |
610610
||||
611611

612612
> [!NOTE]
@@ -676,11 +676,11 @@ Congratulations, you've now created and run a logic app that automates tasks acr
676676
677677
When you no longer need this sample, delete the resource group that contains your logic app and related resources.
678678
679-
1. On the main Azure menu, go to **Resource groups**, and then select the resource group for your logic app. Select **Delete resource group**.
679+
1. On the main Azure menu, select **Resource groups**. From the resource groups list, select the resource group for this tutorial. On the **Overview** pane, select **Delete resource group**.
680680
681681
![Delete logic app resource group](./media/tutorial-process-email-attachments-workflow/delete-resource-group.png)
682682
683-
1. Enter the resource group name as confirmation, and select **Delete**.
683+
1. When the confirmation pane appears, enter the resource group name, and select **Delete**.
684684
685685
## Next steps
686686

0 commit comments

Comments
 (0)