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
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,39 @@ ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: quickstart
8
8
ms.custom: mode-ui
9
-
ms.date: 05/16/2024
9
+
ms.date: 06/13/2024
10
10
#Customer intent: As a developer, I want to create my first example Consumption logic app workflow that runs in multitenant Azure Logic Apps using the Azure portal.
11
11
---
12
12
13
13
# Quickstart: Create an example Consumption logic app workflow using the Azure portal
To create an automated workflow that performs tasks with multiple cloud services, this quickstart shows how to create an example workflow that integrates the following services, an RSS feed for a website and an email account. This example uses the **RSS** connector and the **Office 365 Outlook** connector. The **RSS** connector provides a trigger that you can use to check an RSS feed, based on a specific schedule. The **Office 365 Outlook** connector provides an action that sends an email for each new RSS item.
17
+
To create an automated workflow that performs tasks with multiple cloud services, this quickstart shows how to create an example logic app workflow that integrates the following services, an RSS feed for a website and an email account.
18
+
19
+
This example specifically creates a Consumption logic app resource and workflow that runs in multitenant Azure Logic Apps. The example uses the **RSS** connector and the **Office 365 Outlook** connector. The **RSS** connector provides a trigger that you can use to check an RSS feed, based on a specific schedule. The **Office 365 Outlook** connector provides an action that sends an email for each new RSS item.
18
20
19
21
The following screenshot shows the high-level example workflow:
20
22
21
23
:::image type="content" source="media/quickstart-create-example-consumption-workflow/quickstart-workflow-overview.png" alt-text="Screenshot shows example workflow with RSS trigger named When a feed item is published, and with the Outlook action named Send an email." lightbox="media/quickstart-create-example-consumption-workflow/quickstart-workflow-overview.png":::
22
24
23
-
This example specifically creates a Consumption logic app resource and workflow that runs in multitenant Azure Logic Apps. To create a Standard logic app workflow that runs in single-tenant Azure Logic Apps instead, see [Create an example Standard logic app workflow using Azure portal](create-single-tenant-workflows-azure-portal.md). The connectors in this example are only two connectors among [1000+ connectors](/connectors/connector-reference/connector-reference-logicapps-connectors) that you can use in a workflow. While this example is cloud-based, Azure Logic Apps supports workflows that connect apps, data, services, and systems across cloud, on-premises, and hybrid environments.
25
+
> [!TIP]
26
+
>
27
+
> To learn more, you can ask Azure Copilot these questions:
28
+
>
29
+
> -*What's a Consumption logic app workflow?*
30
+
> -*What's the RSS connector?*
31
+
> -*What's the Office 365 Outlook connector?*
32
+
>
33
+
> To find Azure Copilot, on the Azure toolbar, select **Copilot**.
34
+
35
+
The connectors in this example are only two connectors among [1000+ connectors](/connectors/connector-reference/connector-reference-logicapps-connectors) that you can use in a workflow. While this example is cloud-based, Azure Logic Apps supports workflows that connect apps, data, services, and systems across cloud, on-premises, and hybrid environments.
36
+
37
+
> [!NOTE]
38
+
> To create a Standard logic app workflow that runs in single-tenant Azure Logic Apps instead, see
39
+
> [Create an example Standard logic app workflow using Azure portal](create-single-tenant-workflows-azure-portal.md).
24
40
25
-
As you progress through this quickstart, you'll learn the following basic steps:
41
+
As you progress through this quickstart, you'll learn the following basic high-level steps:
26
42
27
43
* Create a Consumption logic app resource that's hosted in multitenant Azure Logic Apps.
28
44
* Add a trigger that specifies when to run the workflow.
0 commit comments