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/create-single-tenant-workflows-azure-portal.md
+25-10Lines changed: 25 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,10 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: how-to
8
-
ms.date: 01/28/2022
8
+
ms.date: 03/02/2022
9
9
ms.custom: ignite-fall-2021
10
+
11
+
#Customer intent: As a developer, I want to create an automated integration workflow that runs in single-tenant Azure Logic Apps using the Azure portal.
10
12
---
11
13
12
14
# Create an integration workflow with single-tenant Azure Logic Apps (Standard) in the Azure portal
@@ -60,7 +62,7 @@ As you progress, you'll complete these high-level tasks:
60
62
61
63
<aname="create-logic-app-resource"></a>
62
64
63
-
## Create the logic app resource
65
+
## Create a Standard logic app resource
64
66
65
67
1. In the [Azure portal](https://portal.azure.com), sign in with your Azure account credentials.
66
68
@@ -70,19 +72,32 @@ As you progress, you'll complete these high-level tasks:
70
72
71
73
1. On the **Logic apps** page, select **Add**.
72
74
73
-
1. On the **Create Logic App** page, on the **Basics** tab, provide the following information about your logic app resource:
75
+
1. On the **Create Logic App** page, on the **Basics** tab, provide the following basic information about your logic app:
76
+
77
+
| Property | Required | Value | Description |
78
+
|----------|----------|-------|-------------|
79
+
|**Subscription**| Yes | <*Azure-subscription-name*> | Your Azure subscription name. |
80
+
|**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 **Fabrikam-Workflows-RG**. |
81
+
|**Logic App name**| Yes | <*logic-app-name*> | Your logic app name, which must be unique across regions and can contain only letters, numbers, hyphens (**-**), underscores (**_**), parentheses (**()**), and periods (**.**). <br><br>**Note**: Your logic app's name automatically gets the suffix, `.azurewebsites.net`, because the **Logic App (Standard)** resource is powered by the single-tenant Azure Logic Apps runtime, which uses the Azure Functions extensibility model and is hosted as an extension on the Azure Functions runtime. Azure Functions uses the same app naming convention. <br><br>This example creates a logic app named **Fabrikam-Workflows**. |
82
+
|||||
83
+
84
+
1. Before you continue making selections, under **Plan type**, select **Standard** so that you view only the settings that apply to the Standard plan-based logic app type. The **Plan type** property specifies the logic app type and billing model to use.
85
+
86
+
| Plan type | Description |
87
+
|-----------|-------------|
88
+
|**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). |
89
+
|**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). |
90
+
|||
91
+
92
+
1. Now continue making the following selections:
74
93
75
94
| Property | Required | Value | Description |
76
95
|----------|----------|-------|-------------|
77
-
|**Subscription**| Yes | <*Azure-subscription-name*> | The Azure subscription to use for your logic app. |
78
-
|**Resource Group**| Yes | <*Azure-resource-group-name*> | The Azure resource group where you create your logic app and related resources. This resource name must be unique across regions and can contain only letters, numbers, hyphens (**-**), underscores (**_**), parentheses (**()**), and periods (**.**). <p><p>This example creates a resource group named `Fabrikam-Workflows-RG`. |
79
-
|**Type**| Yes |**Standard**| This logic app resource type runs in the single-tenant Azure Logic Apps environment and uses the [Standard usage, billing, and pricing model](logic-apps-pricing.md#standard-pricing). |
80
-
|**Logic App name**| Yes | <*logic-app-name*> | The name to use for your logic app. This resource name must be unique across regions and can contain only letters, numbers, hyphens (**-**), underscores (**_**), parentheses (**()**), and periods (**.**). <p><p>This example creates a logic app named `Fabrikam-Workflows`. <p><p>**Note**: Your logic app's name automatically gets the suffix, `.azurewebsites.net`, because the **Logic App (Standard)** resource is powered by the single-tenant Azure Logic Apps runtime, which uses the Azure Functions extensibility model and is hosted as an extension on the Azure Functions runtime. Azure Functions uses the same app naming convention. |
81
-
|**Publish**| Yes | <*deployment-environment*> | The deployment destination for your logic app. By default, **Workflow** is selected for deployment to single-tenant Azure Logic Apps. Azure creates an empty logic app resource where you have to 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 (Preview)](azure-arc-enabled-logic-apps-overview.md). The resource locations for your logic app, custom location, and cluster must all be the same. |
82
-
|**Region**| Yes | <*Azure-region*> | The location to use for creating your resource group and resources. This example deploys the sample logic app to Azure and uses **West US**. <p>- If you selected **Docker Container**, select your custom location. <p>- To deploy to an [ASEv3](../app-service/environment/overview.md) resource, which must first exist, select that environment resource from the **Region** list. |
96
+
|**Publish**| Yes |**Workflow**| This option appears and applies only when **Plan type** is set to the **Standard** logic app type. By default, this option is set to **Workflow** 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. |
97
+
|**Region**| Yes | <*Azure-region*> | The Azure datacenter region to use for storing your app's information. This example deploys the sample logic app to the **West US** region in Azure. <br><br>- If you previously chose **Docker Container**, select your custom location from the **Region** list. <br><br>- If you want to deploy your app to an existing [App Service Environment v3 resource](../app-service/environment/overview.md), you can select that environment from the **Region** list. |
83
98
|||||
84
99
85
-
The following example shows the **Create Logic App (Standard)** page:
100
+
When you're done, your settings look similar to this version:
86
101
87
102

Copy file name to clipboardExpand all lines: articles/logic-apps/quickstart-create-first-logic-app-workflow.md
+36-16Lines changed: 36 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,22 +8,28 @@ ms.topic: quickstart
8
8
ms.custom: contperf-fy21q4, mode-ui
9
9
ms.date: 03/02/2022
10
10
11
-
#Customer intent: As a developer, I want to create my first automated integration workflow using Azure Logic Apps in the Azure portal.
11
+
#Customer intent: As a developer, I want to create my first automated integration workflow that runs in Azure Logic Apps using the Azure portal.
12
12
---
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.
71
-
72
-
| Property | Value | Description |
73
-
|----------|-------|-------------|
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
-
|**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. |
76
+
1. On the **Create Logic App** pane, on the **Basics** tab, provide the following basic information about your logic app:
77
+
78
+
| Property | Required | Value | Description |
79
+
|----------|----------|-------|-------------|
80
+
|**Subscription**| Yes | <*Azure-subscription-name*> | Your Azure subscription name. |
81
+
|**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 **My-First-LA-RG**. |
82
+
|**Logic App name**| Yes | <*logic-app-name*> | Your logic app 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 named **My-First-Logic-App**. |
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:
94
+
95
+
| Property | Required | Value | Description |
96
+
|----------|----------|-------|-------------|
97
+
|**Region**| Yes | <*Azure-region*> | The Azure datacenter region for storing your app's information. This example deploys the sample logic app to the **West US** region in Azure. <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. |
98
+
|**Enable log analytics**| Yes |**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