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
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, by using Azure Logic Apps.
18
+
This quickstart show how to create an example workflow that runs in multitenant Azure Logic Apps and performs tasks with multiple cloud services. The workflow checks an RSS feed for new articles, based on a specific schedule, and sends an email for each new RSS item. Specifically, you create a Consumption logic app resource and workflow that uses the the following items:
19
19
20
-
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.
20
+
- The **RSS** connector, which provides a trigger to check an RSS feed.
21
+
- The **Office 365 Outlook** connector, which provides an action to send email.
21
22
22
23
When you finish, your workflow looks like the following high level example:
23
24
24
-
:::image type="content" source="media/quickstart-create-example-consumption-workflow/quickstart-workflow-overview.png" alt-text="Screenshot shows example Consumption workflow with RSS trigger named When a feed item is published plus the Outlook action named Send an email." lightbox="media/quickstart-create-example-consumption-workflow/quickstart-workflow-overview.png":::
25
+
:::image type="content" source="media/quickstart-create-example-consumption-workflow/quickstart-workflow-overview.png" alt-text="Screenshot shows Azure portal, and example Consumption workflow with RSS trigger named When a feed item is published plus the Office 365 Outlook action named Send an email." lightbox="media/quickstart-create-example-consumption-workflow/quickstart-workflow-overview.png":::
25
26
26
27
> [!TIP]
27
28
>
@@ -34,18 +35,15 @@ When you finish, your workflow looks like the following high level example:
34
35
>
35
36
> To find Azure Copilot, on the [Azure portal](https://portal.azure.com) toolbar, select **Copilot**.
36
37
37
-
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.
38
+
The operations in this example are from 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.
38
39
39
40
To create and manage a Consumption logic app workflow using other tools, see the following quickstarts:
40
41
41
42
*[Create and manage logic app workflows in Visual Studio Code](quickstart-create-logic-apps-visual-studio-code.md)
42
43
*[Create and manage logic app workflows in Visual Studio](quickstart-create-logic-apps-with-visual-studio.md)
43
44
*[Create and manage logic apps workflows using the Azure CLI](quickstart-logic-apps-azure-cli.md)
44
45
45
-
> [!NOTE]
46
-
>
47
-
> To create a Standard logic app workflow that runs in single-tenant Azure Logic Apps instead, see
48
-
> [Create an example Standard logic app workflow using Azure portal](create-single-tenant-workflows-azure-portal.md).
46
+
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).
49
47
50
48
<aname="prerequisites"></a>
51
49
@@ -77,7 +75,7 @@ To create and manage a Consumption logic app workflow using other tools, see the
77
75
78
76
1. In the Azure portal search box, enter **logic app**, and select **Logic apps**.
79
77
80
-
:::image type="content" source="media/quickstart-create-example-consumption-workflow/find-select-logic-apps.png" alt-text="Screenshot shows Azure portal search box with the words, logic apps, and shows the selection, Logic apps." lightbox="media/quickstart-create-example-consumption-workflow/find-select-logic-apps.png":::
78
+
:::image type="content" source="media/quickstart-create-example-consumption-workflow/find-select-logic-apps.png" alt-text="Screenshot shows Azure portal search box with the words, logic app, and shows the selection, Logic apps." lightbox="media/quickstart-create-example-consumption-workflow/find-select-logic-apps.png":::
81
79
82
80
1. On the **Logic apps** page toolbar, select **Add**.
83
81
@@ -93,7 +91,7 @@ To create and manage a Consumption logic app workflow using other tools, see the
93
91
|----------|----------|-------|-------------|
94
92
|**Subscription**| Yes | <*Azure-subscription-name*> | Your Azure subscription name. <br><br>This example uses **Pay-As-You-Go**. |
95
93
|**Resource Group**| Yes | <*Azure-resource-group-name*> | The [Azure resource group](../azure-resource-manager/management/overview.md#terminology) where you create your logic app and related resources. This name must be unique across regions and can contain only letters, numbers, hyphens (**-**), underscores (**_**), parentheses (**()**), and periods (**.**). <br><br>This example creates a resource group named **Consumption-RG**. |
96
-
|**Logic App name**| Yes | <*logic-app-resource-name*> | Your logic app resource name, which must be unique across regions and can contain only letters, numbers, hyphens (**-**), underscores (**_**), parentheses (**()**), and periods (**.**). <br><br>This example creates a logic app resource named **My-Consumption-Logic-App**. |
94
+
|**Logic App name**| Yes | <*logic-app-name*> | Your logic app resource name, which must be unique across regions and can contain only letters, numbers, hyphens (**-**), underscores (**_**), parentheses (**()**), and periods (**.**). <br><br>This example creates a logic app resource named **My-Consumption-Logic-App**. |
97
95
|**Region**| Yes | <*Azure-region*> | The Azure datacenter region for your logic app. <br><br>This example uses **West US**. |
98
96
|**Enable log analytics**| Yes |**No**| Change this option only when you want to enable diagnostic logging. For this quickstart, keep the default selection. <br><br>**Note**: This option is available only with Consumption logic apps. |
0 commit comments