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
+31-11Lines changed: 31 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,23 @@ ms.date: 03/02/2022
13
13
14
14
# Quickstart: Create an integration workflow with multi-tenant Azure Logic Apps and the Azure portal
15
15
16
-
This quickstart shows how to create an example automated workflow that integrates two services, an RSS feed for a website and an email account, and that runs in [*multi-tenant* Azure Logic Apps](logic-apps-overview.md). 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. For more information about multi-tenant versus single-tenant Azure Logic Apps, review [Single-tenant versus multi-tenant and integration service environment](single-tenant-overview-compare.md).
16
+
This quickstart shows how to create an example automated workflow that integrates two services, an RSS feed for a website and an email account. More specifically, you create a [Consumption plan-based]((logic-apps-pricing.md#consumption-pricing)) logic app resource and workflow that uses the RSS connector and the Office 365 Outlook connector. This resource runs in [*multi-tenant*Azure Logic Apps](logic-apps-overview.md).
17
17
18
-
In this example, you create a logic app resource and workflow that uses the RSS connector and the Office 365 Outlook connector. The resource runs in multi-tenant Azure Logic Apps and is based on the [Consumption pricing model](logic-apps-pricing.md#consumption-pricing). The RSS connector has a trigger that checks an RSS feed, based on a schedule. The Office 365 Outlook connector has an action that sends an email for each new item. The connectors in this example are only two among the [hundreds of connectors](/connectors/connector-reference/connector-reference-logicapps-connectors) that you can use in a workflow.
18
+
> [!NOTE]
19
+
> To create a workflow in a [Standard logic app resource that runs in *single-tenant* Azure Logic Apps], review
20
+
> [Create an integration workflow with single-tenant Azure Logic Apps](create-single-tenant-workflows-azure-portal.md).
21
+
> For more information about multi-tenant versus single-tenant Azure Logic Apps, review
22
+
> [Single-tenant versus multi-tenant and integration service environment](single-tenant-overview-compare.md).
23
+
24
+
The RSS connector has a trigger that checks an RSS feed, based on a schedule. The Office 365 Outlook connector has an action that sends an email for each new item. The connectors in this example are only two among the [hundreds of 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.
19
25
20
26
The following screenshot shows the high-level example workflow:
21
27
22
28

23
29
24
30
As you progress through this quickstart, you'll learn these basic steps:
25
31
26
-
* Create a Consumption logic app resource that runs in the multi-tenant Azure Logic Apps environment.
32
+
* Create a Consumption logic app resource that runs in multi-tenant Azure Logic Apps.
27
33
* Select the blank logic app template.
28
34
* Add a trigger that specifies when to run the workflow.
29
35
* Add an action that performs a task after the trigger fires.
@@ -55,7 +61,7 @@ To create and manage a logic app resource using other tools, review these other
55
61
56
62
<aname="create-logic-app-resource"></a>
57
63
58
-
## Create a logic app resource
64
+
## Create a Consumption logic app resource
59
65
60
66
1. Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.
61
67
@@ -67,19 +73,33 @@ To create and manage a logic app resource using other tools, review these other
67
73
68
74

69
75
70
-
1. On the **Create Logic App** pane, select the Azure subscription to use, create a new [resource group](../azure-resource-manager/management/overview.md#terminology) for your logic app resource, and provide basic details about your logic app resource.
76
+
1. On the **Create Logic App** pane, provide the following basic information about your logic app:
77
+
78
+
| Property | Value | Description |
79
+
|----------|-------|-------------|
80
+
|**Subscription**| <*Azure-subscription-name*> | Your Azure subscription name. |
81
+
|**Resource Group**| <*Azure-resource-group-name*> | The [Azure resource group](../azure-resource-manager/management/overview.md#terminology) name, which must be unique across regions. <br><br>This example creates a resource group named **My-First-LA-RG**. |
82
+
|**Logic App name**| <*logic-app-name*> | Your logic app name, which must be unique across regions. <br><br>This example uses **My-First-Logic-App**. <p><p>**Important**: This name can contain only letters, numbers, hyphens (`-`), underscores (`_`), parentheses (`(`, `)`), and periods (`.`). |
83
+
||||
84
+
85
+
1. Before you continue making selections, under **Plan type**, select **Consumption** so that you view only the settings that apply to the Consumption plan-based logic app type. The **Plan type** property specifies the logic app type and billing model to use.
86
+
87
+
| Plan type | Description |
88
+
|-----------|-------------|
89
+
|**Consumption**| This logic app type runs in global, multi-tenant Azure Logic Apps and uses the [Consumption billing model](logic-apps-pricing.md#consumption-pricing). |
90
+
|**Standard**| This logic app type is the default selection and runs in single-tenant Azure Logic Apps and uses the [Standard billing model](logic-apps-pricing.md#standard-pricing). |
91
+
|||
92
+
93
+
1. Now continue making the following selections:
71
94
72
95
| Property | Value | Description |
73
96
|----------|-------|-------------|
74
-
|**Subscription**| <*Azure-subscription-name*> | The name of your Azure subscription. |
75
-
|**Resource Group**| <*Azure-resource-group-name*> | The [Azure resource group](../azure-resource-manager/management/overview.md#terminology) name, which must be unique across regions. This example uses "My-First-LA-RG". |
76
-
|**Type**|**Consumption**| The logic app resource type and billing model to use for your resource: <p><p>- **Consumption**: This logic app resource type runs in global, multi-tenant Azure Logic Apps and uses the [Consumption billing model](logic-apps-pricing.md#consumption-pricing). <p>- **Standard**: This logic app resource type runs in single-tenant Azure Logic Apps and uses the [Standard billing model](logic-apps-pricing.md#standard-pricing). <br><br>To continue following this quickstart, make sure that you select the **Consumption** option. |
77
-
|**Logic App name**| <*logic-app-name*> | Your logic app resource name, which must be unique across regions. This example uses **My-First-Logic-App**. <p><p>**Important**: This name can contain only letters, numbers, hyphens (`-`), underscores (`_`), parentheses (`(`, `)`), and periods (`.`). |
78
-
|**Publish**|**Workflow**| Available only when you select the [**Standard** logic app resource type](create-single-tenant-workflows-azure-portal.md). By default, **Workflow** is selected for deployment to [single-tenant Azure Logic Apps](single-tenant-overview-compare.md) and creates an empty logic app resource where you add your first workflow. <p><p>**Note**: Currently, the **Docker Container** option requires a [*custom location*](../azure-arc/kubernetes/conceptual-custom-locations.md) on an Azure Arc enabled Kubernetes cluster, which you can use with [Azure Arc enabled Logic Apps (Standard)](azure-arc-enabled-logic-apps-overview.md). The resource locations for your logic app, custom location, and cluster must all be the same. |
79
97
|**Region**| <*Azure-region*> | The Azure datacenter region where to store your app's information. This example selects the **West US** region. <p>**Note**: If your subscription is associated with an [integration service environment](connect-virtual-network-vnet-isolated-environment-overview.md), this list includes those environments. |
80
-
|**Enable log analytics**|**No**|Available only when you select the **Consumption** logic app resource type. <p><p>Change this option only when you want to enable diagnostic logging. For this example, leave this option unselected. |
98
+
|**Enable log analytics**|**No**|This option appears and applies only when you select the **Consumption** logic app type. <p><p>Change this option only when you want to enable diagnostic logging. For this quickstart, keep the default selection. |
81
99
||||
82
100
101
+
When you're done, your settings look similar to this version:
102
+
83
103

0 commit comments