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-example-consumption-workflow.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The connectors in this example are only two connectors among [1000+ connectors](
40
40
41
41
As you progress through this quickstart, you'll learn the following basic high-level steps:
42
42
43
-
* Create a Consumption logic app resource that's hosted in multitenant Azure Logic Apps.
43
+
* Create a Consumption logic app resource that is hosted in multitenant Azure Logic Apps.
44
44
* Add a trigger that specifies when to run the workflow.
45
45
* Add an action that performs a task after the trigger fires.
46
46
* Run your workflow.
@@ -67,7 +67,7 @@ To create and manage a Consumption logic app workflow using other tools, see the
67
67
> [create a Google client app to use for authentication with your Gmail connector](/connectors/gmail/#authentication-and-bring-your-own-application). For more information, see
68
68
> [Data security and privacy policies for Google connectors in Azure Logic Apps](../connectors/connectors-google-data-security-privacy-policy.md).
69
69
70
-
* If you have a firewall that limits traffic to specific IP addresses, make sure that you set up your firewall to allow access for both the [inbound](logic-apps-limits-and-config.md#inbound) and [outbound](logic-apps-limits-and-config.md#outbound) IP addresses used by Azure Logic Apps in the Azure region where you create your logic app workflow.
70
+
* If you have a firewall that limits traffic to specific IP addresses, make sure that you set up your firewall to allow access for both the [inbound](logic-apps-limits-and-config.md#inbound) and [outbound](logic-apps-limits-and-config.md#outbound) IP addresses that Azure Logic Apps uses in the Azure region where you create your logic app workflow.
71
71
72
72
This example uses the **RSS** and **Office 365 Outlook** connectors, which [run in global multitenant Azure and are managed by Microsoft](../connectors/managed.md). These connectors require that you set up your firewall to allow access for all the [managed connector outbound IP addresses](/connectors/common/outbound-ip-addresses) in the Azure region for your logic app resource.
73
73
@@ -231,13 +231,13 @@ This example uses an Office 365 Outlook action that sends an email each time tha
231
231
232
232
## Test your workflow
233
233
234
-
To check that the workflow runs correctly, you can either wait for the trigger to fire after checking the RSS feed based on your specified schedule, or you can manually run the workflow.
234
+
To check that the workflow runs correctly, you can either wait for the trigger to fire based on your specifed schedule, or you can manually run the workflow.
235
235
236
236
* On the designer toolbar, from the **Run** menu, select **Run**.
237
237
238
238
If the RSS feed has new items, your workflow sends an email for each new item. Otherwise, your workflow waits until the next interval to check the RSS feed again.
239
239
240
-
The following screenshot shows a sample email that's sent by the example workflow. The email includes the details from each trigger output that you selected plus the descriptive text that you included for each item.
240
+
The following screenshot shows a sample email thatthe example workflow sends. The email includes the details from each trigger output that you selected plus the descriptive text that you included for each item.
241
241
242
242
:::image type="content" source="media/quickstart-create-example-consumption-workflow/monitor-rss-feed-email.png" alt-text="Screenshot shows Outlook and sample email received for new RSS feed item, along with item title, date published, and link." lightbox="media/quickstart-create-example-consumption-workflow/monitor-rss-feed-email.png":::
243
243
@@ -247,7 +247,7 @@ If you don't receive emails from the workflow as expected:
247
247
248
248
* Check your email account's junk or spam folder, in case the message was incorrectly filtered.
249
249
250
-
* Make sure the RSS feed you're using has published items since the last scheduled or manual check.
250
+
* Make sure the RSS feed you're using published items since the last scheduled or manual check.
0 commit comments