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/quickstart-create-first-logic-app-workflow.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ ms.date: 08/20/2019
17
17
18
18
This quickstart introduces how to build your first automated workflow with [Azure Logic Apps](../logic-apps/logic-apps-overview.md). In this article, you create a logic app that regularly checks a website's RSS feed for new items. If new items exist, the logic app sends an email for each item. When you're done, your logic app looks like this workflow at a high level:
19
19
20
-

20
+

21
21
22
22
To follow this quickstart, you need an email account from a provider that's supported by Logic Apps, such as Office 365 Outlook, Outlook.com, or Gmail. For other providers, [review the connectors list here](https://docs.microsoft.com/connectors/). This logic app uses an Office 365 Outlook account. If you use another email account, the overall steps are the same, but your UI might slightly differ.
23
23
@@ -31,7 +31,7 @@ Sign in to the [Azure portal](https://portal.azure.com) with your Azure account
31
31
32
32
1. From the main Azure menu, select **Create a resource** > **Integration** > **Logic App**.
1. Under **Create logic app**, provide details about your logic app as shown here. After you're done, select **Create**.
37
37
@@ -48,7 +48,7 @@ Sign in to the [Azure portal](https://portal.azure.com) with your Azure account
48
48
49
49
1. After Azure deploys your app, on the Azure toolbar, select **Notifications** > **Go to resource** for your deployed logic app.
50
50
51
-

51
+

52
52
53
53
Or, you can find and select your logic app by typing the name in the search box.
54
54
@@ -66,11 +66,11 @@ Next, add a [trigger](../logic-apps/logic-apps-overview.md#logic-app-concepts) t
66
66
67
67
1. In the search box, enter "rss". From the triggers list, select this trigger: **When a feed item is published - RSS**
68
68
69
-

69
+

70
70
71
71
1. Provide this information for your trigger as shown and described here:
72
72
73
-

73
+

74
74
75
75
| Property | Value | Description |
76
76
|----------|-------|-------------|
@@ -95,7 +95,7 @@ Now add an [action](../logic-apps/logic-apps-overview.md#logic-app-concepts) tha
95
95
96
96
1. Under the **When a feed item is published** trigger, select **New step**.
97
97
98
-

98
+

99
99
100
100
1. Under **Choose an action** and the search box, select **All**.
101
101
@@ -133,7 +133,7 @@ Now add an [action](../logic-apps/logic-apps-overview.md#logic-app-concepts) tha
133
133
134
134
1. In the **Body** box, enter this text, and select these tokens for the email body. To add blank lines in an edit box, press Shift + Enter.
135
135
136
-

136
+

137
137
138
138
| Property | Description |
139
139
|----------|-------------|
@@ -164,7 +164,7 @@ When you no longer need this sample, delete the resource group that contains you
164
164
165
165
1. On the main Azure menu, select **Resource groups**, and then select your logic app's resource group. On the **Overview** pane, select **Delete resource group**.
0 commit comments